Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/libipf/
Dionames.c25 { IPOPT_E_SEC, 0x000400, 8, "e-sec" }, /* RFC1108 */
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h765 #undef IPOPT_E_SEC
766 #define IPOPT_E_SEC 133 /* E-SEC */ macro
Dfil.c204 { IPOPT_E_SEC, 0x000400 },
/freebsd-12-stable/sbin/ipf/iplang/
Diplang_y.y566 { IL_IPO_ESEC, IPOPT_E_SEC },
/freebsd-12-stable/sbin/ipf/common/
Dipf_y.y1580 | IPFY_IPOPT_ESEC { $$ = getoptbyvalue(IPOPT_E_SEC); }