Searched refs:SOCK_SEND_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
53 #define SOCK_SEND_TIMEOUT_MS 2000 /* Timeout for sending */ macro272 tv.tv_sec = SOCK_SEND_TIMEOUT_MS / 1000; in skt_connect()273 tv.tv_usec = (SOCK_SEND_TIMEOUT_MS % 1000) * 1000; in skt_connect()317 int ms_timeout = SOCK_SEND_TIMEOUT_MS; in skt_write()
59 #define SOCK_SEND_TIMEOUT_MS 2000 /* Timeout for sending */ macro266 tv.tv_sec = SOCK_SEND_TIMEOUT_MS / 1000; in skt_connect()267 tv.tv_usec = (SOCK_SEND_TIMEOUT_MS % 1000) * 1000; in skt_connect()311 int ms_timeout = SOCK_SEND_TIMEOUT_MS; in skt_write()