Home
last modified time | relevance | path

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

/external/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()
/external/libnl/include/linux-private/linux/
Dip.h61 #define IPOPT_RR (7 |IPOPT_CONTROL) macro
/external/iproute2/include/uapi/linux/
Dip.h62 #define IPOPT_RR (7 |IPOPT_CONTROL) macro
/external/kernel-headers/original/uapi/linux/
Dip.h62 #define IPOPT_RR (7 |IPOPT_CONTROL) macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const252 IPOPT_RR = 7
Dvnet_amd64.const252 IPOPT_RR = 7
Dvnet_arm.const252 IPOPT_RR = 7
Dvnet_386.const252 IPOPT_RR = 7
Dvnet_ppc64le.const252 IPOPT_RR = 7
Dvnet.txt355 …T_END, IPOPT_NOOP, IPOPT_SEC, IPOPT_LSRR, IPOPT_TIMESTAMP, IPOPT_CIPSO, IPOPT_RR, IPOPT_SID, IPOPT…
391 type const[IPOPT_RR, int8]
/external/iputils/
Dping.c496 rspace[1+IPOPT_OPTVAL] = IPOPT_RR; in main()
1182 case IPOPT_RR: in pr_options()