OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAMESERVER_PORT
(Results
1 - 13
of
13
) sorted by null
/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
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
97
#define
NAMESERVER_PORT
NS_DEFAULTPORT
/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
/bionic/libc/private/
arpa_nameser_compat.h
149
#define
NAMESERVER_PORT
NS_DEFAULTPORT
/external/dnsmasq/src/
nameser.h
115
#define
NAMESERVER_PORT
53
dbus.c
130
addr.in.sin_port = htons(
NAMESERVER_PORT
);
159
addr.in6.sin6_port = htons(
NAMESERVER_PORT
);
network.c
1048
addr.in.sin_port = htons(
NAMESERVER_PORT
);
1059
addr.in6.sin6_port = htons(
NAMESERVER_PORT
);
1161
addr.in.sin_port = htons(
NAMESERVER_PORT
);
[
all
...]
option.c
[
all
...]
/external/tcpdump/
nameser.h
77
#define
NAMESERVER_PORT
53
print-tcp.c
671
(sport ==
NAMESERVER_PORT
|| dport ==
NAMESERVER_PORT
||
print-udp.c
600
if (ISPORT(
NAMESERVER_PORT
))
/bionic/libc/netbsd/resolv/
res_init.c
199
u[nserv].sin.sin_port = htons(
NAMESERVER_PORT
);
211
u[nserv].sin6.sin6_port = htons(
NAMESERVER_PORT
);
356
sprintf(sbuf, "%u",
NAMESERVER_PORT
);
res_cache.c
[
all
...]
Completed in 572 milliseconds