Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py39 IP_FW_NAT64STL_LIST = 133 variable in Op3CmdType
H A Dinsn_headers.py142 IP_FW_NAT64STL_LIST = 133 variable in Op3CmdType
/freebsd/sbin/ipfw/
H A Dnat64stl.c529 if (do_get3(IP_FW_NAT64STL_LIST, &olh->opheader, &sz) != 0) { in nat64stl_foreach()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64stl_control.c495 { IP_FW_NAT64STL_LIST, IP_FW3_OPVER, HDIR_GET, nat64stl_list },
/freebsd/sys/netinet/
H A Dip_fw.h121 #define IP_FW_NAT64STL_LIST 133 /* List stateless NAT64 instances */ macro