MCPcopy Create free account
hub / github.com/apache/trafficserver / get_fd

Method get_fd

src/iocore/net/P_UnixNetVConnection.h:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 return this->con.close();
158 }
159 virtual int
160 get_fd() override
161 {
162 return this->con.sock.get_fd();
163 }
164
165 virtual EThread *
166 get_thread() override

Callers 15

open_conMethod · 0.45
write_dns_eventFunction · 0.45
recvfrom_reMethod · 0.45
sendmsg_reMethod · 0.45
CreateUDPSocketMethod · 0.45
UDPBindMethod · 0.45
closeMethod · 0.45
read_raw_dataMethod · 0.45
getFdMethod · 0.45
acceptFastEventMethod · 0.45
listenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected