Home
last modified time | relevance | path

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

/src/sbin/ipf/libipf/
H A Dionames.c18 { IPOPT_ENCODE, 0x000020, 4, "encode" }, /* size ?? */
/src/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h744 #undef IPOPT_ENCODE
745 #define IPOPT_ENCODE 15 /* ENCODE */ macro
H A Dfil.c193 { IPOPT_ENCODE, 0x000020 },
/src/sbin/ipf/iplang/
H A Diplang_y.y558 { IL_IPO_ENCODE, IPOPT_ENCODE },
/src/sbin/ipf/common/
H A Dipf_y.y1574 | IPFY_IPOPT_ENCODE { $$ = getoptbyvalue(IPOPT_ENCODE); }