Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dionames.c26 { IPOPT_CIPSO, 0x000800, 8, "cipso" }, /* size ?? */
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h879 #undef IPOPT_CIPSO
880 #define IPOPT_CIPSO 134 /* CIPSO */ macro
H A Dfil.c234 { IPOPT_CIPSO, 0x000800 },
1846 case IPOPT_CIPSO : in ipf_pr_ipv4hdr()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf_y.y1582 | IPFY_IPOPT_CIPSO { $$ = getoptbyvalue(IPOPT_CIPSO); }
1583 | IPFY_IPOPT_CIPSO doi { $$ = getoptbyvalue(IPOPT_CIPSO); }
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_y.y577 { IL_IPO_CIPSO, IPOPT_CIPSO },