Searched refs:IPOPT_RR (Results 1 – 7 of 7) sorted by relevance
105 #define IPOPT_RR 7 /* record packet route */ macro
46 { IPOPT_RR, "RR" },292 case IPOPT_RR: /* fall through */ in ip_optprint()
62 #define IPOPT_RR (7 |IPOPT_CONTROL) macro
496 rspace[1+IPOPT_OPTVAL] = IPOPT_RR; in main()1182 case IPOPT_RR: in pr_options()
1215 pub const IPOPT_RR: u8 = 7 | IPOPT_CONTROL; constant