Home
last modified time | relevance | path

Searched refs:msghdr_get_local_addr (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_quic_listener.cc80 if (util::msghdr_get_local_addr(local_addr, &msg, su.storage.ss_family) != in on_read()
Dutil.h943 int msghdr_get_local_addr(Address &dest, msghdr *msg, int family);
Dutil.cc1677 int msghdr_get_local_addr(Address &dest, msghdr *msg, int family) { in msghdr_get_local_addr() function