Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dionames.c15 { IPOPT_ZSU, 0x000004, 4, "zsu" }, /* size ?? */
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h738 #undef IPOPT_ZSU
739 #define IPOPT_ZSU 10 /* ZSU */ macro
H A Dfil.c190 { IPOPT_ZSU, 0x000004 },
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y555 { IL_IPO_ZSU, IPOPT_ZSU },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1571 | IPFY_IPOPT_ZSU { $$ = getoptbyvalue(IPOPT_ZSU); }