Searched refs:IPOPT_SSRR (Results 1 – 7 of 7) sorted by relevance
111 #define IPOPT_SSRR 137 /* strict source route */ macro
47 { IPOPT_SSRR, "SSRR" },124 case IPOPT_SSRR: in ip_finddst()293 case IPOPT_SSRR: in ip_optprint()
63 #define IPOPT_SSRR (9 |IPOPT_CONTROL|IPOPT_COPY) macro
64 #define IPOPT_SSRR (9 |IPOPT_CONTROL|IPOPT_COPY) macro
530 rspace[1+IPOPT_OPTVAL] = (options & F_SO_DONTROUTE) ? IPOPT_SSRR in main()1159 case IPOPT_SSRR: in pr_options()1161 printf("\n%cSRR: ", *cp==IPOPT_SSRR ? 'S' : 'L'); in pr_options()
1105 pub const IPOPT_SSRR: u8 = (9 | IPOPT_CONTROL | IPOPT_COPY); constant