Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server.h319 bool matchAddressOnly);
Dcommon_time_server.cpp1434 bool matchAddressOnly) { in sockaddrMatch() argument
1448 return (matchAddressOnly || (sa1->sin_port == sa2->sin_port)); in sockaddrMatch()
1460 return (matchAddressOnly || (sa1->sin6_port == sa2->sin6_port)); in sockaddrMatch()