Searched refs:IP_FW_XDEL (Results 1 – 6 of 6) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | ioctl_headers.py | 17 IP_FW_XDEL = 99 variable in Op3CmdType
|
H A D | insn_headers.py | 120 IP_FW_XDEL = 99 variable in Op3CmdType
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 95 #define IP_FW_XDEL 99 /* del rule */ macro
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_compat.c | 161 { IP_FW_XDEL, IP_FW3_OPVER_0, HDIR_BOTH, del_rules_v0 },
|
H A D | ip_fw_sockopt.c | 136 { IP_FW_XDEL, IP_FW3_OPVER, HDIR_BOTH, del_rules },
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 3633 i = do_range_cmd(IP_FW_XDEL, &rt); in ipfw_delete() 5948 if (do_range_cmd(IP_FW_XDEL, &rt) != 0) in ipfw_flush()
|