Searched refs:IPOPT_TS_TSONLY (Results 1 – 7 of 7) sorted by relevance
142 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
185 hoplen = ((cp[3]&0xF) != IPOPT_TS_TSONLY) ? 8 : 4; in ip_printts()195 case IPOPT_TS_TSONLY: in ip_printts()
80 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
183 ts_type = IPOPT_TS_TSONLY; in main()508 rspace[1] = (ts_type==IPOPT_TS_TSONLY ? 40 : 36); in main()1233 if ((flags&0xF) != IPOPT_TS_TSONLY) { in pr_options()
1230 pub const IPOPT_TS_TSONLY: u8 = 0; constant