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

/external/ping/
H A Dping.c77 static int ts_type; variable
172 ts_type = IPOPT_TS_TSONLY;
174 ts_type = IPOPT_TS_TSANDADDR;
176 ts_type = IPOPT_TS_PRESPEC;
232 if (ts_type != IPOPT_TS_PRESPEC)
445 rspace[1] = (ts_type==IPOPT_TS_TSONLY ? 40 : 36);
447 rspace[3] = ts_type;
448 if (ts_type == IPOPT_TS_PRESPEC) {

Completed in 54 milliseconds