Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py25 IP_FW_XIFLIST = 107 variable in Op3CmdType
H A Dinsn_headers.py128 IP_FW_XIFLIST = 107 variable in Op3CmdType
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_iface.c74 { IP_FW_XIFLIST, IP_FW3_OPVER, HDIR_GET, list_ifaces },
/freebsd/sys/netinet/
H A Dip_fw.h103 #define IP_FW_XIFLIST 107 /* list tracked interfaces */ macro
/freebsd/sbin/ipfw/
H A Dipfw2.c6069 if (do_get3(IP_FW_XIFLIST, &req.opheader, &sz) != 0) { in ipfw_get_tracked_ifaces()
6079 if (do_get3(IP_FW_XIFLIST, &olh->opheader, &sz) != 0) { in ipfw_get_tracked_ifaces()