Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dsocket.h232 #ifndef SO_RCVTIMEO
234 #define SO_RCVTIMEO 66 macro
237 #define SO_RCVTIMEO 20 macro
612 * <li><b>EWOULDBLOCK</b>: O_NONBLOCK is not set but SO_RCVTIMEO is set, and no connections are present within acception timeout.</li>
786 * <li><b>EWOULDBLOCK</b>: The socket was not marked with O_NONBLOCK, but set with option SO_RCVTIMEO, and elapsed time is more than timeout value.</li>
890 * <li><b>EWOULDBLOCK</b>: The socket was not marked with O_NONBLOCK, but set with option SO_RCVTIMEO, and elapsed time is more than timeout value.</li>
991 * SO_RCVTIMEO
999 * For SO_SNDTIMEO, SO_RCVTIMEO, SO_RCVBUF, the macros LWIP_SO_SNDTIMEO, LWIP_SO_RCVTIMEO and LWIP_SO_RCVBUF should have been defined at compile time.
1071 * SO_RCVTIMEO
1081 * For SO_SNDTIMEO, SO_RCVTIMEO, SO_RCVBU
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dapp_http_client.c63 if (setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &receiving_timeout, sizeof(receiving_timeout)) < 0) { in http_clienti_get()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h218 #define SO_RCVTIMEO 66 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h259 #define SO_RCVTIMEO 0x1006 macro
913 * - <b> [EWOULDBLOCK]</b> : \n O_NONBLOCK is not set but SO_RCVTIMEO is set,
1173 * - SO_RCVTIMEO
1182 * @cond liteos For SO_SNDTIMEO, SO_RCVTIMEO, SO_RCVBUF, the macros LWIP_SO_SNDTIMEO,
1250 * If option_name is equal to SO_RCVTIMEO or SO_SNDTIMEO and the implementation supports setting the option,
1299 * - SO_RCVTIMEO
1318 * For SO_SNDTIMEO, SO_RCVTIMEO, SO_RCVBUF, the macros LWIP_SO_SNDTIMEO, LWIP_SO_RCVTIMEO
1553 * but set with option SO_RCVTIMEO, and elapsed time is more than timeout value.
1631 * - <b> [EWOULDBLOCK] </b>: \n The socket was not marked with O_NONBLOCK, but set with option SO_RCVTIMEO,
1714 * but set with option SO_RCVTIMEO, an
[all...]

Completed in 7 milliseconds