Searched defs:recv_timeout (Results 1 – 4 of 4) sorted by relevance
175 …struct timeval recv_timeout = { timeout / RHINO_CONFIG_TICKS_PER_SECOND, timeout % RHINO_CONFIG_TI… in lwip_netdev_ping() local177 int recv_timeout = timeout * 1000UL / RHINO_CONFIG_TICKS_PER_SECOND; in lwip_netdev_ping() local
59 int recv_timeout; /* the receive timeout from ntp server */ member
243 int recv_timeout; member
Completed in 10 milliseconds