Home
last modified time | relevance | path

Searched refs:jhostsreq (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.h52 uint64_t jhostsreq; /* hosts requests */ member
H A Dnat64lsn_control.c285 __COPY_STAT_FIELD(cfg, stats, jhostsreq); in export_stats()
H A Dnat64lsn.c1428 NAT64STAT_INC(&cfg->base.stats, jhostsreq); in nat64lsn_request_host()
/f-stack/freebsd/netinet6/
H A Dip_fw_nat64.h76 uint64_t jhostsreq; /* Number of job host requests */ member
/f-stack/tools/compat/include/netinet6/
H A Dip_fw_nat64.h76 uint64_t jhostsreq; /* Number of job host requests */ member
/f-stack/tools/ipfw/
H A Dnat64lsn.c754 printf("\t%ju hosts requested\n", (uintmax_t)stats.jhostsreq); in nat64lsn_stats()