Home
last modified time | relevance | path

Searched refs:IP_FW_SET_ENABLE (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py23 IP_FW_SET_ENABLE = 105 variable in Op3CmdType
H A Dinsn_headers.py126 IP_FW_SET_ENABLE = 105 variable in Op3CmdType
/freebsd/sys/netinet/
H A Dip_fw.h97 #define IP_FW_SET_ENABLE 105 /* Enable/disable sets */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c152 { IP_FW_SET_ENABLE, 0, HDIR_SET, manage_sets },
1489 if (op3->opcode != IP_FW_SET_ENABLE && in manage_sets()
1502 case IP_FW_SET_ENABLE: in manage_sets()
/freebsd/sbin/ipfw/
H A Dipfw2.c2633 i = do_range_cmd(IP_FW_SET_ENABLE, &rt); in ipfw_sets_handler()