Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py59 IP_FW_NAT64CLAT_STATS = 164 variable in Op3CmdType
H A Dinsn_headers.py162 IP_FW_NAT64CLAT_STATS = 164 variable in Op3CmdType
/freebsd/sbin/ipfw/
H A Dnat64clat.c374 if (do_get3(IP_FW_NAT64CLAT_STATS, &oh->opheader, &sz) == 0) { in nat64clat_get_stats()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64clat_control.c491 { IP_FW_NAT64CLAT_STATS, 0, HDIR_GET, nat64clat_stats },
/freebsd/sys/netinet/
H A Dip_fw.h139 #define IP_FW_NAT64CLAT_STATS 164 /* Get NAT64CLAT instance statistics */ macro