Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/libipf/
HDipoptsec.c15 { IPSO_CLASS_TOPS, 0x02, 0, "topsecret" },
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h728 #define IPSO_CLASS_TOPS 0x3d macro
HDfil.c234 { IPSO_CLASS_TOPS, 0x02 },
/freebsd-14-stable/sbin/ipf/iplang/
HDiplang_y.y578 { IL_IPS_TOPSECRET, IPSO_CLASS_TOPS },
/freebsd-14-stable/sbin/ipf/common/
HDipf_y.y1537 | IPFY_SEC_TS { $$ = secbit(IPSO_CLASS_TOPS); }