Home
last modified time | relevance | path

Searched refs:IPSO_CLASS_RES3 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dipoptsec.c17 { IPSO_CLASS_RES3, 0x08, 0, "reserv-3" },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h720 #define IPSO_CLASS_RES3 0x66 macro
H A Dfil.c232 { IPSO_CLASS_RES3, 0x08 },
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y580 { IL_IPS_RESERV3, IPSO_CLASS_RES3 },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1534 | IPFY_SEC_RSV3 { $$ = secbit(IPSO_CLASS_RES3); }