Home
last modified time | relevance | path

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

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