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

/external/iputils/
H A Dping.c91 int settos = 0; /* Set TOS, Precendence or other QOS options */ variable
161 settos = parsetos(optarg);
162 if (settos &&
164 (char *)&settos, sizeof(int)) < 0)) {
356 if (settos &&
357 setsockopt(probe_fd, IPPROTO_IP, IP_TOS, (char *)&settos, sizeof(int)) < 0)

Completed in 44 milliseconds