Home
last modified time | relevance | path

Searched refs:IPOPT_RR (Results 1 – 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/ipsend/
Dipsopt.c43 { IPOPT_RR, 0x04, 3, "rr" }, /* 1 route */
103 if (io->on_value == IPOPT_RR) {
143 if (io->on_value == IPOPT_RR)
Diptests.c523 s[IPOPT_OPTVAL] = IPOPT_RR;
/freebsd-10-stable/contrib/ipfilter/ipsd/Celler/
Dip_compat.h75 #ifndef IPOPT_RR
76 # define IPOPT_RR 7 macro
/freebsd-10-stable/contrib/ipfilter/ipsend/.OLD/
Dip_compat.h75 #ifndef IPOPT_RR
76 # define IPOPT_RR 7 macro
/freebsd-10-stable/contrib/ipfilter/lib/
Dionames.c15 { IPOPT_RR, 0x000002, 8, "rr" }, /* 1 route */
Daddipopt.c44 case IPOPT_RR :
/freebsd-10-stable/contrib/tcpdump/
Dip.h103 #define IPOPT_RR 7 /* record packet route */ macro
Dprint-ip.c51 { IPOPT_RR, "RR" },
278 case IPOPT_RR: /* fall through */ in ip_optprint()
/freebsd-10-stable/sys/netinet/
Dip.h145 #define IPOPT_RR 7 /* record packet route */ macro
Dip_options.c254 case IPOPT_RR: in ip_dooptions()
Dip_icmp.c856 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h786 #undef IPOPT_RR
787 #define IPOPT_RR 7 macro
1070 #ifndef IPOPT_RR
1071 # define IPOPT_RR 7 macro
Dfil.c237 { IPOPT_RR, 0x000002 },
/freebsd-10-stable/sbin/ping/
Dping.c662 rspace[IPOPT_OPTVAL] = IPOPT_RR; in main()
1217 case IPOPT_RR: in pr_pack()
/freebsd-10-stable/contrib/ipfilter/iplang/
Diplang_y.y567 { IL_IPO_RR, IPOPT_RR },
/freebsd-10-stable/sys/netpfil/ipfw/
Dip_fw2.c297 case IPOPT_RR: in ipopts_match()
/freebsd-10-stable/contrib/ipfilter/tools/
Dipf_y.y1571 | IPFY_IPOPT_RR { $$ = getoptbyvalue(IPOPT_RR); }