Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/libipf/
H A Dipoptsec.c14 { IPSO_CLASS_RES4, 0x01, 0, "reserv-4" },
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h727 #define IPSO_CLASS_RES4 0x01 macro
H A Dfil.c233 { IPSO_CLASS_RES4, 0x01 },
/freebsd-14.2/sbin/ipf/iplang/
H A Diplang_y.y577 { IL_IPS_RESERV4, IPSO_CLASS_RES4 },
/freebsd-14.2/sbin/ipf/common/
H A Dipf_y.y1535 | IPFY_SEC_RSV4 { $$ = secbit(IPSO_CLASS_RES4); }