Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/ipsend/
Dipsopt.c37 { 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()
Diptests.c492 s[IPOPT_OPTVAL] = IPOPT_RR;
/freebsd-12-stable/sbin/ipf/libipf/
Dionames.c15 { IPOPT_RR, 0x000002, 8, "rr" }, /* 1 route */
Daddipopt.c41 case IPOPT_RR : in addipopt()
/freebsd-12-stable/contrib/tcpdump/
Dip.h105 #define IPOPT_RR 7 /* record packet route */ macro
Dprint-ip.c46 { IPOPT_RR, "RR" },
292 case IPOPT_RR: /* fall through */ in ip_optprint()
/freebsd-12-stable/sys/netinet/
Dip.h152 #define IPOPT_RR 7 /* record packet route */ macro
Dip_options.c273 case IPOPT_RR: in ip_dooptions()
Dip_icmp.c894 if (opt == IPOPT_RR || opt == IPOPT_TS || in icmp_reflect()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h747 #undef IPOPT_RR
748 #define IPOPT_RR 7 macro
850 #ifndef IPOPT_RR
851 # define IPOPT_RR 7 macro
Dfil.c195 { IPOPT_RR, 0x000002 },
/freebsd-12-stable/sbin/ping/
Dping.c747 rspace[IPOPT_OPTVAL] = IPOPT_RR; in main()
1396 case IPOPT_RR: in pr_pack()
/freebsd-12-stable/sbin/ipf/iplang/
Diplang_y.y556 { IL_IPO_RR, IPOPT_RR },
/freebsd-12-stable/sbin/ipf/common/
Dipf_y.y1571 | IPFY_IPOPT_RR { $$ = getoptbyvalue(IPOPT_RR); }
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw2.c334 case IPOPT_RR: in ipopts_match()