Searched refs:ts_type (Results 1 - 1 of 1) sorted by relevance

/external/iputils/
H A Dping.c83 static int ts_type; variable
183 ts_type = IPOPT_TS_TSONLY;
185 ts_type = IPOPT_TS_TSANDADDR;
187 ts_type = IPOPT_TS_PRESPEC;
250 if (ts_type != IPOPT_TS_PRESPEC)
505 rspace[1] = (ts_type==IPOPT_TS_TSONLY ? 40 : 36);
507 rspace[3] = ts_type;
508 if (ts_type == IPOPT_TS_PRESPEC) {

Completed in 109 milliseconds