Searched refs:IPOPT_RR (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/sbin/ipf/ipsend/ |
| D | ipsopt.c | 37 { IPOPT_RR, 0x04, 3, "rr" }, /* 1 route */ 94 if (io->on_value == IPOPT_RR) { in addipopt() 134 if (io->on_value == IPOPT_RR) in addipopt()
|
| D | iptests.c | 492 s[IPOPT_OPTVAL] = IPOPT_RR;
|
| /freebsd-12-stable/sbin/ipf/libipf/ |
| D | ionames.c | 15 { IPOPT_RR, 0x000002, 8, "rr" }, /* 1 route */
|
| D | addipopt.c | 41 case IPOPT_RR : in addipopt()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | ip.h | 105 #define IPOPT_RR 7 /* record packet route */ macro
|
| D | print-ip.c | 46 { IPOPT_RR, "RR" }, 292 case IPOPT_RR: /* fall through */ in ip_optprint()
|
| /freebsd-12-stable/sys/netinet/ |
| D | ip.h | 152 #define IPOPT_RR 7 /* record packet route */ macro
|
| D | ip_options.c | 273 case IPOPT_RR: in ip_dooptions()
|
| D | ip_icmp.c | 894 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
|
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | ip_compat.h | 747 #undef IPOPT_RR 748 #define IPOPT_RR 7 macro 850 #ifndef IPOPT_RR 851 # define IPOPT_RR 7 macro
|
| D | fil.c | 195 { IPOPT_RR, 0x000002 },
|
| /freebsd-12-stable/sbin/ping/ |
| D | ping.c | 747 rspace[IPOPT_OPTVAL] = IPOPT_RR; in main() 1396 case IPOPT_RR: in pr_pack()
|
| /freebsd-12-stable/sbin/ipf/iplang/ |
| D | iplang_y.y | 556 { IL_IPO_RR, IPOPT_RR },
|
| /freebsd-12-stable/sbin/ipf/common/ |
| D | ipf_y.y | 1571 | IPFY_IPOPT_RR { $$ = getoptbyvalue(IPOPT_RR); }
|
| /freebsd-12-stable/sys/netpfil/ipfw/ |
| D | ip_fw2.c | 334 case IPOPT_RR: in ipopts_match()
|