Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py28 IP_FW_TABLE_VLIST = 110 variable in Op3CmdType
H A Dinsn_headers.py131 IP_FW_TABLE_VLIST = 110 variable in Op3CmdType
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_value.c70 { IP_FW_TABLE_VLIST, IP_FW3_OPVER, HDIR_GET, list_table_values },
/freebsd/sys/netinet/
H A Dip_fw.h106 #define IP_FW_TABLE_VLIST 110 /* dump table value hash */ macro
/freebsd/sbin/ipfw/
H A Dtables.c2013 return (table_do_get_stdlist(IP_FW_TABLE_VLIST, polh)); in table_do_get_vlist()