Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind06.c63 static void do_bind(void) in do_bind() function
73 do_bind(); in thread_run()
/third_party/libwebsockets/lib/core-net/
Dadopt.c729 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()
Dprivate-lib-core-net.h795 unsigned int do_bind:1; member
/third_party/lwip/
DCHANGELOG3717 missing pcb allocations checking (in do_bind, and for each raw_new). Fix style.