Home
last modified time | relevance | path

Searched refs:IPOPT_LSRR (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/
H A Dip_compat.h84 #ifndef IPOPT_LSRR
85 # define IPOPT_LSRR 131 macro
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c46 { IPOPT_LSRR, 0x10, 7, "lsrr" }, /* 1 route */
122 case IPOPT_LSRR :
H A Diptests.c547 s[IPOPT_OPTVAL] = IPOPT_LSRR;
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dionames.c24 { IPOPT_LSRR, 0x000200, 8, "lsrr" }, /* 1 route */
H A Daddipopt.c48 case IPOPT_LSRR :
/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip.h110 #define IPOPT_LSRR 131 /* loose 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.h178 #define IPOPT_LSRR 131 /* loose source route */ macro
H A Dip_input.c903 case IPOPT_LSRR: in ip_dooptions()
H A Dip_output.c1620 if (optval == IPOPT_LSRR || optval == IPOPT_SSRR) { in ip_pcbopts()
H A Dip_mroute.c1320 ((u_char *)(ip + 1))[1] != IPOPT_LSRR) { in ip_mforward_real()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h875 #undef IPOPT_LSRR
876 #define IPOPT_LSRR 131 macro
1152 #ifndef IPOPT_LSRR
1153 # define IPOPT_LSRR 131 macro
H A Dfil.c232 { IPOPT_LSRR, 0x000200 },
/netbsd-src/libexec/rshd/
H A Drshd.c326 if (c == IPOPT_LSRR || c == IPOPT_SSRR) { in doit()
332 c == IPOPT_LSRR ? "LSRR" : "SSRR"); in doit()
/netbsd-src/usr.sbin/traceroute/
H A Dtraceroute.c680 optlist[1] = IPOPT_LSRR; in main()
790 optlist[1] = IPOPT_LSRR; in main()
/netbsd-src/sbin/ping/
H A Dping.c546 optspace[IPOPT_OPTVAL] = IPOPT_LSRR; in main()
1224 case IPOPT_LSRR: in pr_pack()
/netbsd-src/sys/netipsec/
H A Dxform_ah.c356 case IPOPT_LSRR: in ah_massage_headers()
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_y.y575 { IL_IPO_LSRR, IPOPT_LSRR },
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf_y.y1580 | IPFY_IPOPT_LSRR { $$ = getoptbyvalue(IPOPT_LSRR); }