OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_DEFAULTPORT
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/net/dns/
dns_config_service_posix_unittest.cc
49
sa.sin_port = base::HostToNet16(
NS_DEFAULTPORT
+ i);
65
sa6->sin6_port = base::HostToNet16(
NS_DEFAULTPORT
- i);
99
config->nameservers.push_back(IPEndPoint(ip,
NS_DEFAULTPORT
+ i));
108
config->nameservers[i] = IPEndPoint(ip,
NS_DEFAULTPORT
- i);
138
sa.sin_port = base::HostToNet16(
NS_DEFAULTPORT
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
97
#define NAMESERVER_PORT
NS_DEFAULTPORT
nameser.h
90
#define
NS_DEFAULTPORT
53 /* For both TCP and UDP. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
97
#define NAMESERVER_PORT
NS_DEFAULTPORT
nameser.h
90
#define
NS_DEFAULTPORT
53 /* For both TCP and UDP. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
97
#define NAMESERVER_PORT
NS_DEFAULTPORT
nameser.h
90
#define
NS_DEFAULTPORT
53 /* For both TCP and UDP. */
/bionic/libc/private/
arpa_nameser_compat.h
149
#define NAMESERVER_PORT
NS_DEFAULTPORT
arpa_nameser.h
88
#define
NS_DEFAULTPORT
53 /* For both TCP and UDP. */
Completed in 37 milliseconds