Home
last modified time | relevance | path

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

/external/ping/
Dping.c933 static int ts_type; variable
1764 ts_type = IPOPT_TS_TSONLY; in main()
1766 ts_type = IPOPT_TS_TSANDADDR; in main()
1768 ts_type = IPOPT_TS_PRESPEC; in main()
1824 if (ts_type != IPOPT_TS_PRESPEC) in main()
2011 rspace[1] = (ts_type==IPOPT_TS_TSONLY ? 40 : 36); in main()
2013 rspace[3] = ts_type; in main()
2014 if (ts_type == IPOPT_TS_PRESPEC) { in main()