OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UV_UDP_REUSEPORT
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-udp-reuseport.c
54
r = uv_udp_bind(&handle2, (const struct sockaddr*) &addr2,
UV_UDP_REUSEPORT
);
61
* load balancing, specifying both UV_UDP_REUSEADDR and
UV_UDP_REUSEPORT
64
UV_UDP_REUSEADDR |
UV_UDP_REUSEPORT
);
175
*
UV_UDP_REUSEPORT
in flags is allowed and SO_REUSEPORT will
178
UV_UDP_REUSEADDR |
UV_UDP_REUSEPORT
);
/src/external/mit/libuv/dist/src/unix/
udp.c
378
UV_UDP_REUSEPORT
| UV_UDP_LINUX_RECVERR))
406
if (flags &
UV_UDP_REUSEPORT
) {
/src/external/mit/libuv/dist/src/win/
udp.c
204
* so we just return an error directly when
UV_UDP_REUSEPORT
is requested
206
if (flags &
UV_UDP_REUSEPORT
)
/src/external/mit/libuv/dist/include/
uv.h
666
*
UV_UDP_REUSEPORT
would do. On other Unix platforms, it sets the
703
UV_UDP_REUSEPORT
= 64,
Completed in 23 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026