Home
last modified time | relevance | path

Searched refs:IP_FW_SET_SWAP (Results 1 – 6 of 6) 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/netpfil/ipfw/
H A Dip_fw_compat.c165 { IP_FW_SET_SWAP, IP_FW3_OPVER_0, HDIR_SET, manage_sets_v0 },
H A Dip_fw_sockopt.c140 { IP_FW_SET_SWAP, IP_FW3_OPVER, HDIR_SET, manage_sets },
1270 case IP_FW_SET_SWAP: in manage_sets()
/freebsd/sys/netinet/
H A Dip_fw.h99 #define IP_FW_SET_SWAP 103 /* Swap between 2 sets */ macro
/freebsd/sbin/ipfw/
H A Dipfw2.c2667 i = do_range_cmd(IP_FW_SET_SWAP, &rt); in ipfw_sets_handler()