Home
last modified time | relevance | path

Searched refs:IP_FW_SET_MOVE (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py22 IP_FW_SET_MOVE = 104 variable in Op3CmdType
H A Dinsn_headers.py125 IP_FW_SET_MOVE = 104 variable in Op3CmdType
/freebsd/sys/netinet/
H A Dip_fw.h100 #define IP_FW_SET_MOVE 104 /* Move one set to another one */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c166 { IP_FW_SET_MOVE, IP_FW3_OPVER_0, HDIR_SET, manage_sets_v0 },
H A Dip_fw_sockopt.c141 { IP_FW_SET_MOVE, IP_FW3_OPVER, HDIR_SET, manage_sets },
1271 case IP_FW_SET_MOVE: in manage_sets()
1273 op3->opcode == IP_FW_SET_MOVE); in manage_sets()
/freebsd/sbin/ipfw/
H A Dipfw2.c2675 cmd = IP_FW_SET_MOVE; /* Move set to new one */ in ipfw_sets_handler()
2695 cmd == IP_FW_SET_MOVE ? "set": "rule"); in ipfw_sets_handler()