Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dipoptsec.c19 { IPSO_CLASS_UNCL, 0x20, 0, "unclass" },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h722 #define IPSO_CLASS_UNCL 0xab macro
H A Dfil.c234 { IPSO_CLASS_UNCL, 0x20 },
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y582 { IL_IPS_UNCLASS, IPSO_CLASS_UNCL },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1530 IPFY_SEC_UNC { $$ = secbit(IPSO_CLASS_UNCL); }