Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_udp_socket.h89 const QuicIpAddress& self_v4_ip() const { in self_v4_ip() function
94 void SetSelfV4Ip(QuicIpAddress self_v4_ip) { in SetSelfV4Ip()
H A Dquic_udp_socket.cc57 QuicIpAddress self_v4_ip; in PopulatePacketInfoFromControlMessageBase() local