Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_UDPNetHandler
Function
get_UDPNetHandler
src/iocore/net/P_UDPNet.h:365–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
}
364
365
static inline UDPNetHandler *
366
get_UDPNetHandler(EThread *t)
367
{
368
return static_cast<UDPNetHandler *>(ETHREAD_GET_PTR(t, udpNetInternal.udpNetHandler_offset));
369
}
Callers
6
bindToThread
Method · 0.85
send
Method · 0.85
initialize_thread_for_udp_net
Function · 0.85
UDPBind
Method · 0.85
connect_re
Method · 0.85
send_packet
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected