Home
last modified time | relevance | path

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

/netbsd/external/bsd/ipf/dist/lib/
H A Dipoptsec.c20 { IPSO_CLASS_UNCL, 0x20, 0, "unclass" },
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h845 #define IPSO_CLASS_UNCL 0xab macro
H A Dfil.c269 { IPSO_CLASS_UNCL, 0x20 },
/netbsd/external/bsd/ipf/dist/iplang/
H A Diplang_y.y594 { IL_IPS_UNCLASS, IPSO_CLASS_UNCL },
/netbsd/external/bsd/ipf/dist/tools/
H A Dipf_y.y1532 IPFY_SEC_UNC { $$ = secbit(IPSO_CLASS_UNCL); }