Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h50 uint64_t jhostsreq; /* hosts requests */ member
H A Dnat64lsn_control.c289 __COPY_STAT_FIELD(cfg, stats, jhostsreq); in export_stats()
H A Dnat64lsn.c1576 NAT64STAT_INC(&cfg->base.stats, jhostsreq); in nat64lsn_request_host()
/freebsd/sys/netinet6/
H A Dip_fw_nat64.h74 uint64_t jhostsreq; /* Number of job host requests */ member
/freebsd/sbin/ipfw/
H A Dnat64lsn.c759 printf("\t%ju hosts requested\n", (uintmax_t)stats.jhostsreq); in nat64lsn_stats()