Home
last modified time | relevance | path

Searched refs:IP_FW_GET (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netinet/
H A Din.h395 #define IP_FW_GET 54 /* get entire firewall rule chain */ macro
H A Draw_ip.c339 case IP_FW_GET: in rip_ctloutput()
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.h376 #define IP_FW_GET 54 /* get entire firewall rule chain */ macro
H A Dip_fw3.c1061 case IP_FW_GET: in ip_fw3_ctl()
1143 case IP_FW_GET: in ip_fw3_ctl_sockopt()
/dragonfly/sbin/ipfw3/
H A Dipfw3.c697 if (do_get_x(IP_FW_GET, data, &nbytes) < 0) in rule_list()
/dragonfly/sbin/ipfw/
H A Dipfw2.c1516 if (getsockopt(s, IPPROTO_IP, IP_FW_GET, data, &nbytes) < 0) in sets_handler()
1641 const int ocmd = do_pipe ? IP_DUMMYNET_GET : IP_FW_GET; in list()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6568 case IP_FW_GET: in ipfw_ctl()