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

/external/ping/
H A Dping.c941 int settos = 0; /* Set TOS, Precendence or other QOS options */ variable
1742 settos = parsetos(optarg);
1743 if (settos &&
1745 (char *)&settos, sizeof(int)) < 0)) {
1892 if (settos &&
1893 setsockopt(probe_fd, IPPROTO_IP, IP_TOS, (char *)&settos, sizeof(int)) < 0)

Completed in 59 milliseconds