Home
last modified time | relevance | path

Searched refs:IP_FW_TBL_GET (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet/
H A Din.h385 #define IP_FW_TBL_GET 45 /* list/show ipfw table */ macro
H A Draw_ip.c340 case IP_FW_TBL_GET: in rip_ctloutput()
/dragonfly/sbin/ipfw/
H A Dipfw2.c3675 if (getsockopt(s, IPPROTO_IP, IP_FW_TBL_GET, list, &len1) < 0) in table_list()
3841 if (getsockopt(s, IPPROTO_IP, IP_FW_TBL_GET, cont, &len) < 0) { in table_show()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6638 case IP_FW_TBL_GET: in ipfw_ctl()