Searched refs:SO_REUSEADDR (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 917 setsockopt(g_ip_link_ctl[link_id].sfd, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)); in ip_tcp_accept() 1041 setsockopt(sfd, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)); in ip_start_tcp_client() 1132 setsockopt(sfd, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)); in ip_start_udp() 1434 setsockopt(g_listen_fd.sfd, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)); in ip_tcp_server_start()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_net_api.h | 207 #define SO_REUSEADDR 2
macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | socket.h | 206 #define SO_REUSEADDR 2 macro 994 * SO_REUSEADDR 1000 * For SO_REUSEADDR, the macro SO_REUSE should have been defined at compile time. 1074 * SO_REUSEADDR 1082 * For SO_REUSEADDR, the macro SO_REUSE should have been defined at compile time.
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sockets.h | 219 #define SO_REUSEADDR 0x0004 /* Allow local address reuse */ macro 1176 * - SO_REUSEADDR 1184 * For SO_REUSEADDR, the macro SO_REUSE must be defined at compile time.\n 1306 * - SO_REUSEADDR 1323 * For SO_REUSEADDR, the macro SO_REUSE must be defined at compile time.\n 1325 * SO_REUSEADDR: \n 1326 * - SO_REUSEADDR does not distribute datagrams evenly across the receiving threads.\n
|
Completed in 10 milliseconds