Home
last modified time | relevance | path

Searched refs:IP_FW_XADD (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h92 #define IP_FW_XADD 98 /* add rule */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h92 #define IP_FW_XADD 98 /* add rule */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c147 { IP_FW_XADD, 0, HDIR_BOTH, add_rules },
/f-stack/tools/ipfw/
H A Dipfw2.c5376 if (do_get3(IP_FW_XADD, op3, &sz) != 0) in ipfw_add()