Home
last modified time | relevance | path

Searched refs:self_ip_changed_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
Dquic_connection.cc238 self_ip_changed_(false), in QuicConnection()
1139 self_ip_changed_ = false; in CheckForAddressMigration()
1158 self_ip_changed_ = (self_address.address() != self_address_.address()); in CheckForAddressMigration()
1202 if (peer_ip_changed_ || self_ip_changed_ || self_port_changed_) { in ProcessValidatedPacket()
Dquic_connection.h800 bool self_ip_changed_; variable