Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Draw_ip.c334 case IP_FW_X: in rip_ctloutput()
385 case IP_FW_X: in rip_ctloutput()
H A Din.h389 #define IP_FW_X 49 /* ipfw3 firewall */ macro
/dragonfly/sbin/ipfw3/
H A Dipfw3.c918 retval = setsockopt(fw3_socket, IPPROTO_IP, IP_FW_X, newbuf, len); in do_set_x()
945 retval = getsockopt(fw3_socket, IPPROTO_IP, IP_FW_X, newbuf, &len); in do_get_x()
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.c1058 case IP_FW_X: in ip_fw3_ctl()