Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py17 IP_FW_XDEL = 99 variable in Op3CmdType
H A Dinsn_headers.py120 IP_FW_XDEL = 99 variable in Op3CmdType
/freebsd/sys/netinet/
H A Dip_fw.h95 #define IP_FW_XDEL 99 /* del rule */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c161 { IP_FW_XDEL, IP_FW3_OPVER_0, HDIR_BOTH, del_rules_v0 },
H A Dip_fw_sockopt.c136 { IP_FW_XDEL, IP_FW3_OPVER, HDIR_BOTH, del_rules },
/freebsd/sbin/ipfw/
H A Dipfw2.c3633 i = do_range_cmd(IP_FW_XDEL, &rt); in ipfw_delete()
5948 if (do_range_cmd(IP_FW_XDEL, &rt) != 0) in ipfw_flush()