Searched refs:LWS_CAUDP_BIND (Results 1 – 4 of 4) sorted by relevance
184 if (!lws_create_adopt_udp(vhost, NULL, 7681, LWS_CAUDP_BIND, in main()
236 #define LWS_CAUDP_BIND (1 << 0) macro
821 wsi->do_bind = !!(flags & LWS_CAUDP_BIND); in lws_create_adopt_udp()
812 `flags` should be `LWS_CAUDP_BIND` if the socket will receive packets.