Home
last modified time | relevance | path

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

/external/netperf/src/
Dnettest_bsd.c1119 int my_tos = -3; in set_socket_tos() local
1126 my_tos = socket_tos; in set_socket_tos()
1130 (const char *)&my_tos,sizeof(my_tos)) == SOCKET_ERROR) { in set_socket_tos()
1137 my_tos = -2; in set_socket_tos()
1140 sock_opt_len = sizeof(my_tos); in set_socket_tos()
1144 (char *)&my_tos, in set_socket_tos()
1152 my_tos = socket_tos; in set_socket_tos()
1156 (const char *)&my_tos,sizeof(my_tos)) == SOCKET_ERROR) { in set_socket_tos()
1163 my_tos = -2; in set_socket_tos()
1166 sock_opt_len = sizeof(my_tos); in set_socket_tos()
[all …]