Searched refs:do_bind (Results 1 – 4 of 4) sorted by relevance
63 static void do_bind(void) in do_bind() function73 do_bind(); in thread_run()
729 if (wsi->do_bind && in lws_create_adopt_udp2()741 if (!wsi->do_bind && !wsi->pf_packet) { in lws_create_adopt_udp2()821 wsi->do_bind = !!(flags & LWS_CAUDP_BIND); in lws_create_adopt_udp()
795 unsigned int do_bind:1; member
3717 missing pcb allocations checking (in do_bind, and for each raw_new). Fix style.