Home
last modified time | relevance | path

Searched defs:self_v4_ip (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_udp_socket.h86 const QuicIpAddress& self_v4_ip() const { in self_v4_ip() function
91 void SetSelfV4Ip(QuicIpAddress self_v4_ip) { in SetSelfV4Ip()
Dquic_udp_socket_posix.cc148 QuicIpAddress self_v4_ip; in PopulatePacketInfoFromControlMessage() local