Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dipoptsec.c20 { IPSO_CLASS_RES2, 0x40, 0, "reserv-2" },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h724 #define IPSO_CLASS_RES2 0xcc macro
H A Dfil.c235 { IPSO_CLASS_RES2, 0x40 },
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y583 { IL_IPS_RESERV2, IPSO_CLASS_RES2 },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1533 | IPFY_SEC_RSV2 { $$ = secbit(IPSO_CLASS_RES2); }