Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dipoptsec.c16 { IPSO_CLASS_SECR, 0x04, 0, "secret" },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h721 #define IPSO_CLASS_SECR 0x5a macro
H A Dfil.c231 { IPSO_CLASS_SECR, 0x04 },
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y579 { IL_IPS_SECRET, IPSO_CLASS_SECR },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1536 | IPFY_SEC_SEC { $$ = secbit(IPSO_CLASS_SECR); }