Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipsend/
H A Dipsopt.c32 { 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 Diptests.c487 s[IPOPT_OPTVAL] = IPOPT_RR;
/freebsd/sbin/ipf/libipf/
H A Dionames.c14 { IPOPT_RR, 0x000002, 8, "rr" }, /* 1 route */
H A Daddipopt.c40 case IPOPT_RR : in addipopt()
/freebsd/contrib/tcpdump/
H A Dip.h105 #define IPOPT_RR 7 /* record packet route */ macro
H A Dprint-ip.c43 { IPOPT_RR, "RR" },
276 case IPOPT_RR: /* fall through */ in ip_optprint()
/freebsd/sys/netinet/
H A Dip.h149 #define IPOPT_RR 7 /* record packet route */ macro
H A Dip_options.c272 case IPOPT_RR: in ip_dooptions()
H A Dip_icmp.c919 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h739 #undef IPOPT_RR
740 #define IPOPT_RR 7 macro
842 #ifndef IPOPT_RR
843 # define IPOPT_RR 7 macro
H A Dfil.c189 { IPOPT_RR, 0x000002 },
/freebsd/sbin/ping/
H A Dping.c723 rspace[IPOPT_OPTVAL] = IPOPT_RR; in ping()
1363 case IPOPT_RR: in pr_pack()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y554 { IL_IPO_RR, IPOPT_RR },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1570 | IPFY_IPOPT_RR { $$ = getoptbyvalue(IPOPT_RR); }
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c336 case IPOPT_RR: in ipopts_match()