Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-network-helper.h128 #define LWS_ITOSA_NOT_USABLE -2 macro
/third_party/libwebsockets/lib/core-net/
Dnetwork.c267 if (m == LWS_ITOSA_NOT_USABLE) { in lws_socket_bind()
296 if (m == LWS_ITOSA_NOT_USABLE) { in lws_socket_bind()
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c325 rc = LWS_ITOSA_NOT_USABLE; in lws_interface_to_sa()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c169 case LWS_ITOSA_NOT_USABLE: in _lws_vhost_init_server_af()