Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Draw_ip.c341 case IP_FW_TBL_EXPIRE: /* returns # of expired addresses */ in rip_ctloutput()
400 case IP_FW_TBL_EXPIRE: in rip_ctloutput()
H A Din.h387 #define IP_FW_TBL_EXPIRE 47 /* expire addresses in ipfw table */ macro
/dragonfly/sbin/ipfw/
H A Dipfw2.c3979 if (getsockopt(s, IPPROTO_IP, IP_FW_TBL_EXPIRE, &tbl, &len) < 0) in table_expire()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6646 case IP_FW_TBL_EXPIRE: in ipfw_ctl()