Home
last modified time | relevance | path

Searched refs:IPOPT_CIPSO (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dionames.c25 { IPOPT_CIPSO, 0x000800, 8, "cipso" }, /* size ?? */
/freebsd/sys/netinet/
H A Dip.h154 #define IPOPT_CIPSO 134 /* commercial security */ macro
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h759 #undef IPOPT_CIPSO
760 #define IPOPT_CIPSO 134 /* CIPSO */ macro
H A Dfil.c199 { IPOPT_CIPSO, 0x000800 },
1811 case IPOPT_CIPSO : in ipf_pr_ipv4hdr()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1580 | IPFY_IPOPT_CIPSO { $$ = getoptbyvalue(IPOPT_CIPSO); }
1581 | IPFY_IPOPT_CIPSO doi { $$ = getoptbyvalue(IPOPT_CIPSO); }
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y565 { IL_IPO_CIPSO, IPOPT_CIPSO },