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

Method getsockname

include/iocore/eventsystem/UnixSocket.h:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267inline int
268UnixSocket::getsockname(struct sockaddr *sa, socklen_t *sz) const
269{
270 return ::getsockname(this->fd, sa, sz);
271}
272
273inline int
274UnixSocket::get_sndbuf_size() const

Callers 4

CreateUDPSocketMethod · 0.80
UDPBindMethod · 0.80
listenMethod · 0.80
_get_port_by_bindFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected