Searched refs:IPOPT_RR (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14-stable/sbin/ipf/ipsend/ |
| HD | ipsopt.c | 36 { IPOPT_RR, 0x04, 3, "rr" }, /* 1 route */ 93 if (io->on_value == IPOPT_RR) { in addipopt() 133 if (io->on_value == IPOPT_RR) in addipopt()
|
| HD | iptests.c | 491 s[IPOPT_OPTVAL] = IPOPT_RR;
|
| /freebsd-14-stable/sbin/ipf/libipf/ |
| HD | ionames.c | 14 { IPOPT_RR, 0x000002, 8, "rr" }, /* 1 route */
|
| HD | addipopt.c | 40 case IPOPT_RR : in addipopt()
|
| /freebsd-14-stable/contrib/tcpdump/ |
| HD | ip.h | 105 #define IPOPT_RR 7 /* record packet route */ macro
|
| HD | print-ip.c | 41 { IPOPT_RR, "RR" }, 274 case IPOPT_RR: /* fall through */ in ip_optprint()
|
| /freebsd-14-stable/sys/netinet/ |
| HD | ip.h | 152 #define IPOPT_RR 7 /* record packet route */ macro
|
| HD | ip_options.c | 272 case IPOPT_RR: in ip_dooptions()
|
| HD | ip_icmp.c | 922 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
|
| /freebsd-14-stable/sys/netpfil/ipfilter/netinet/ |
| HD | ip_compat.h | 747 #undef IPOPT_RR 748 #define IPOPT_RR 7 macro 850 #ifndef IPOPT_RR 851 # define IPOPT_RR 7 macro
|
| HD | fil.c | 193 { IPOPT_RR, 0x000002 },
|
| /freebsd-14-stable/sbin/ping/ |
| HD | ping.c | 735 rspace[IPOPT_OPTVAL] = IPOPT_RR; in ping() 1375 case IPOPT_RR: in pr_pack()
|
| /freebsd-14-stable/sbin/ipf/iplang/ |
| HD | iplang_y.y | 554 { IL_IPO_RR, IPOPT_RR },
|
| /freebsd-14-stable/sbin/ipf/common/ |
| HD | ipf_y.y | 1570 | IPFY_IPOPT_RR { $$ = getoptbyvalue(IPOPT_RR); }
|
| /freebsd-14-stable/sys/netpfil/ipfw/ |
| HD | ip_fw2.c | 336 case IPOPT_RR: in ipopts_match()
|