Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/ipsend/
HDipsopt.c36 { 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()
HDiptests.c491 s[IPOPT_OPTVAL] = IPOPT_RR;
/freebsd-14-stable/sbin/ipf/libipf/
HDionames.c14 { IPOPT_RR, 0x000002, 8, "rr" }, /* 1 route */
HDaddipopt.c40 case IPOPT_RR : in addipopt()
/freebsd-14-stable/contrib/tcpdump/
HDip.h105 #define IPOPT_RR 7 /* record packet route */ macro
HDprint-ip.c41 { IPOPT_RR, "RR" },
274 case IPOPT_RR: /* fall through */ in ip_optprint()
/freebsd-14-stable/sys/netinet/
HDip.h152 #define IPOPT_RR 7 /* record packet route */ macro
HDip_options.c272 case IPOPT_RR: in ip_dooptions()
HDip_icmp.c922 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h747 #undef IPOPT_RR
748 #define IPOPT_RR 7 macro
850 #ifndef IPOPT_RR
851 # define IPOPT_RR 7 macro
HDfil.c193 { IPOPT_RR, 0x000002 },
/freebsd-14-stable/sbin/ping/
HDping.c735 rspace[IPOPT_OPTVAL] = IPOPT_RR; in ping()
1375 case IPOPT_RR: in pr_pack()
/freebsd-14-stable/sbin/ipf/iplang/
HDiplang_y.y554 { IL_IPO_RR, IPOPT_RR },
/freebsd-14-stable/sbin/ipf/common/
HDipf_y.y1570 | IPFY_IPOPT_RR { $$ = getoptbyvalue(IPOPT_RR); }
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw2.c336 case IPOPT_RR: in ipopts_match()