OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reply_destination_ip_address
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/
connection_info.h
38
IPAddress
reply_destination_ip_address
,
97
const IPAddress&
reply_destination_ip_address
() const {
function in class:shill::ConnectionInfo
101
const IPAddress&
reply_destination_ip_address
) {
102
reply_destination_ip_address_ =
reply_destination_ip_address
;
connection_info.cc
46
IPAddress
reply_destination_ip_address
,
57
reply_destination_ip_address_(
reply_destination_ip_address
),
connection_info_unittest.cc
55
EXPECT_TRUE(info1.
reply_destination_ip_address
()
56
.Equals(info2.
reply_destination_ip_address
()));
connection_info_reader_unittest.cc
97
EXPECT_TRUE(info1.
reply_destination_ip_address
()
98
.Equals(info2.
reply_destination_ip_address
()));
Completed in 876 milliseconds