Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dionames.c28 { IPOPT_ADDEXT, 0x004000, 4, "addext" }, /* IPv7 ?? */
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h768 #undef IPOPT_ADDEXT
769 #define IPOPT_ADDEXT 147 /* ADDEXT */ macro
H A Dfil.c202 { IPOPT_ADDEXT, 0x004000 },
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y568 { IL_IPO_ADDEXT, IPOPT_ADDEXT },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1584 | IPFY_IPOPT_ADDEXT { $$ = getoptbyvalue(IPOPT_ADDEXT); }