Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dipoptsec.c15 { IPSO_CLASS_TOPS, 0x02, 0, "topsecret" },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h720 #define IPSO_CLASS_TOPS 0x3d macro
H A Dfil.c230 { IPSO_CLASS_TOPS, 0x02 },
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y578 { IL_IPS_TOPSECRET, IPSO_CLASS_TOPS },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1537 | IPFY_SEC_TS { $$ = secbit(IPSO_CLASS_TOPS); }