Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
Dminimal-raw-adopt-udp.c184 if (!lws_create_adopt_udp(vhost, NULL, 7681, LWS_CAUDP_BIND, in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-adopt.h236 #define LWS_CAUDP_BIND (1 << 0) macro
/third_party/libwebsockets/lib/core-net/
Dadopt.c821 wsi->do_bind = !!(flags & LWS_CAUDP_BIND); in lws_create_adopt_udp()
/third_party/libwebsockets/READMEs/
DREADME.coding.md812 `flags` should be `LWS_CAUDP_BIND` if the socket will receive packets.