Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din.h380 #define IP_FW_TBL_CREATE 40 /* create ipfw table */ macro
H A Draw_ip.c394 case IP_FW_TBL_CREATE: in rip_ctloutput()
/dragonfly/sbin/ipfw/
H A Dipfw2.c3596 if (setsockopt(s, IPPROTO_IP, IP_FW_TBL_CREATE, &tbl, sizeof(tbl)) < 0) in table_create()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6624 case IP_FW_TBL_CREATE: in ipfw_ctl()