Searched refs:IPOPT_LSRR (Results 1 – 20 of 20) sorted by relevance
| /netbsd/src/external/bsd/ipf/dist/ipsd/Celler/ |
| D | ip_compat.h | 84 #ifndef IPOPT_LSRR 85 # define IPOPT_LSRR 131 macro
|
| /netbsd/src/external/bsd/ipf/dist/ipsend/ |
| D | ipsopt.c | 46 { IPOPT_LSRR, 0x10, 7, "lsrr" }, /* 1 route */ 122 case IPOPT_LSRR :
|
| D | iptests.c | 547 s[IPOPT_OPTVAL] = IPOPT_LSRR;
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-ip.c | 48 { IPOPT_LSRR, "LSRR" }, 126 case IPOPT_LSRR: in ip_finddst() 281 case IPOPT_LSRR: in ip_optprint()
|
| D | ip.h | 105 #define IPOPT_LSRR 131 /* loose source route */ macro
|
| /netbsd/src/external/bsd/ipf/dist/lib/ |
| D | ionames.c | 24 { IPOPT_LSRR, 0x000200, 8, "lsrr" }, /* 1 route */
|
| D | addipopt.c | 48 case IPOPT_LSRR :
|
| /netbsd/src/lib/libwrap/ |
| D | fix_options.c | 106 if (opt == IPOPT_LSRR || opt == IPOPT_SSRR) { in fix_options()
|
| /netbsd/src/sys/netinet/ |
| D | ip.h | 178 #define IPOPT_LSRR 131 /* loose source route */ macro
|
| D | ip_input.c | 903 case IPOPT_LSRR: in ip_dooptions()
|
| D | ip_output.c | 1620 if (optval == IPOPT_LSRR || optval == IPOPT_SSRR) { in ip_pcbopts()
|
| D | ip_mroute.c | 1320 ((u_char *)(ip + 1))[1] != IPOPT_LSRR) { in ip_mforward_real()
|
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_compat.h | 875 #undef IPOPT_LSRR 876 #define IPOPT_LSRR 131 macro 1152 #ifndef IPOPT_LSRR 1153 # define IPOPT_LSRR 131 macro
|
| D | fil.c | 232 { IPOPT_LSRR, 0x000200 },
|
| /netbsd/src/libexec/rshd/ |
| D | rshd.c | 326 if (c == IPOPT_LSRR || c == IPOPT_SSRR) { in doit() 332 c == IPOPT_LSRR ? "LSRR" : "SSRR"); in doit()
|
| /netbsd/src/usr.sbin/traceroute/ |
| D | traceroute.c | 680 optlist[1] = IPOPT_LSRR; in main() 790 optlist[1] = IPOPT_LSRR; in main()
|
| /netbsd/src/sbin/ping/ |
| D | ping.c | 546 optspace[IPOPT_OPTVAL] = IPOPT_LSRR; in main() 1224 case IPOPT_LSRR: in pr_pack()
|
| /netbsd/src/sys/netipsec/ |
| D | xform_ah.c | 356 case IPOPT_LSRR: in ah_massage_headers()
|
| /netbsd/src/external/bsd/ipf/dist/iplang/ |
| D | iplang_y.y | 575 { IL_IPO_LSRR, IPOPT_LSRR },
|
| /netbsd/src/external/bsd/ipf/dist/tools/ |
| D | ipf_y.y | 1580 | IPFY_IPOPT_LSRR { $$ = getoptbyvalue(IPOPT_LSRR); }
|