Home
last modified time | relevance | path

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

/NextBSD/contrib/ipfilter/lib/
HDipoptsec.c15 { IPSO_CLASS_RES4, 0x01, 0, "reserv-4" },
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_compat.h780 #define IPSO_CLASS_RES4 0x01 macro
HDfil.c273 { IPSO_CLASS_RES4, 0x01 },
/NextBSD/contrib/ipfilter/iplang/
HDiplang_y.y590 { IL_IPS_RESERV4, IPSO_CLASS_RES4 },
/NextBSD/contrib/ipfilter/tools/
HDipf_y.y1535 | IPFY_SEC_RSV4 { $$ = secbit(IPSO_CLASS_RES4); }