Home
last modified time | relevance | path

Searched refs:LWS_ITOSA_NOT_EXIST (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dnetwork.c241 return LWS_ITOSA_NOT_EXIST; in lws_socket_bind()
245 return LWS_ITOSA_NOT_EXIST; in lws_socket_bind()
272 if (m == LWS_ITOSA_NOT_EXIST) { in lws_socket_bind()
301 if (m == LWS_ITOSA_NOT_EXIST) { in lws_socket_bind()
324 return LWS_ITOSA_NOT_EXIST; in lws_socket_bind()
340 return LWS_ITOSA_NOT_EXIST; in lws_socket_bind()
353 return LWS_ITOSA_NOT_EXIST; in lws_socket_bind()
362 return LWS_ITOSA_NOT_EXIST; in lws_socket_bind()
372 return LWS_ITOSA_NOT_EXIST; in lws_socket_bind()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c206 int rc = LWS_ITOSA_NOT_EXIST; in lws_interface_to_sa()
257 if (rc == LWS_ITOSA_NOT_EXIST) { in lws_interface_to_sa()
271 return LWS_ITOSA_NOT_EXIST; in lws_interface_to_sa()
/third_party/libwebsockets/include/libwebsockets/
Dlws-network-helper.h126 #define LWS_ITOSA_NOT_EXIST -1 macro
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c293 int rc = LWS_ITOSA_NOT_EXIST; in lws_interface_to_sa()
324 if (rc == LWS_ITOSA_NOT_EXIST) in lws_interface_to_sa()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c185 return LWS_ITOSA_NOT_EXIST; in lws_interface_to_sa()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c154 case LWS_ITOSA_NOT_EXIST: in _lws_vhost_init_server_af()