Home
last modified time | relevance | path

Searched refs:IPOPT_SSRR (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/
H A Dip_compat.h90 #ifndef IPOPT_SSRR
91 # define IPOPT_SSRR 137 macro
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c48 { IPOPT_SSRR, 0x40, 7, "ssrr" }, /* 1 route */
123 case IPOPT_SSRR :
H A Diptests.c561 s[IPOPT_OPTVAL] = IPOPT_SSRR;
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dionames.c28 { IPOPT_SSRR, 0x002000, 8, "ssrr" }, /* 1 route */
H A Daddipopt.c49 case IPOPT_SSRR :
/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip.h112 #define IPOPT_SSRR 137 /* strict source route */ macro
/netbsd-src/lib/libwrap/
H A Dfix_options.c106 if (opt == IPOPT_LSRR || opt == IPOPT_SSRR) { in fix_options()
/netbsd-src/sys/netinet/
H A Dip.h180 #define IPOPT_SSRR 137 /* strict source route */ macro
H A Dip_input.c904 case IPOPT_SSRR: { in ip_dooptions()
934 if (opt == IPOPT_SSRR) { in ip_dooptions()
960 if (opt == IPOPT_SSRR) { in ip_dooptions()
H A Dip_output.c1620 if (optval == IPOPT_LSRR || optval == IPOPT_SSRR) { in ip_pcbopts()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h886 #undef IPOPT_SSRR
887 #define IPOPT_SSRR 137 macro
1158 #ifndef IPOPT_SSRR
1159 # define IPOPT_SSRR 137 macro
H A Dfil.c236 { IPOPT_SSRR, 0x002000 },
/netbsd-src/libexec/rshd/
H A Drshd.c326 if (c == IPOPT_LSRR || c == IPOPT_SSRR) { in doit()
/netbsd-src/sys/netipsec/
H A Dxform_ah.c357 case IPOPT_SSRR: in ah_massage_headers()
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_y.y579 { IL_IPO_SSRR, IPOPT_SSRR },
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf_y.y1585 | IPFY_IPOPT_SSRR { $$ = getoptbyvalue(IPOPT_SSRR); }