Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py21 IP_FW_SET_SWAP = 103 variable in Op3CmdType
H A Dinsn_headers.py124 IP_FW_SET_SWAP = 103 variable in Op3CmdType
/freebsd/sys/netinet/
H A Dip_fw.h95 #define IP_FW_SET_SWAP 103 /* Swap between 2 sets */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c150 { IP_FW_SET_SWAP, 0, HDIR_SET, manage_sets },
1497 case IP_FW_SET_SWAP: in manage_sets()
/freebsd/sbin/ipfw/
H A Dipfw2.c2568 i = do_range_cmd(IP_FW_SET_SWAP, &rt); in ipfw_sets_handler()