Searched refs:IPOPT_RR (Results 1 – 15 of 15) sorted by relevance
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsopt.c | 32 { IPOPT_RR, 0x04, 3, "rr" }, /* 1 route */ 89 if (io->on_value == IPOPT_RR) { in addipopt() 129 if (io->on_value == IPOPT_RR) in addipopt()
|
H A D | iptests.c | 487 s[IPOPT_OPTVAL] = IPOPT_RR;
|
/freebsd/sbin/ipf/libipf/ |
H A D | ionames.c | 14 { IPOPT_RR, 0x000002, 8, "rr" }, /* 1 route */
|
H A D | addipopt.c | 40 case IPOPT_RR : in addipopt()
|
/freebsd/contrib/tcpdump/ |
H A D | ip.h | 105 #define IPOPT_RR 7 /* record packet route */ macro
|
H A D | print-ip.c | 41 { IPOPT_RR, "RR" }, 274 case IPOPT_RR: /* fall through */ in ip_optprint()
|
/freebsd/sys/netinet/ |
H A D | ip.h | 149 #define IPOPT_RR 7 /* record packet route */ macro
|
H A D | ip_options.c | 272 case IPOPT_RR: in ip_dooptions()
|
H A D | ip_icmp.c | 915 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 736 #undef IPOPT_RR 737 #define IPOPT_RR 7 macro 839 #ifndef IPOPT_RR 840 # define IPOPT_RR 7 macro
|
H A D | fil.c | 189 { IPOPT_RR, 0x000002 },
|
/freebsd/sbin/ping/ |
H A D | ping.c | 723 rspace[IPOPT_OPTVAL] = IPOPT_RR; in ping() 1363 case IPOPT_RR: in pr_pack()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_y.y | 554 { IL_IPO_RR, IPOPT_RR },
|
/freebsd/sbin/ipf/common/ |
H A D | ipf_y.y | 1570 | IPFY_IPOPT_RR { $$ = getoptbyvalue(IPOPT_RR); }
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 338 case IPOPT_RR: in ipopts_match()
|