Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/libipf/
HDionames.c31 { IPOPT_EIP, 0x020000, 4, "eip" }, /* RFC1385 */
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h782 #undef IPOPT_EIP
783 #define IPOPT_EIP 145 /* EIP */ macro
HDfil.c209 { IPOPT_EIP, 0x020000 },
/freebsd-14-stable/sbin/ipf/iplang/
HDiplang_y.y571 { IL_IPO_EIP, IPOPT_EIP },
/freebsd-14-stable/sbin/ipf/common/
HDipf_y.y1587 | IPFY_IPOPT_EIP { $$ = getoptbyvalue(IPOPT_EIP); }