OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pton
(Results
1 - 5
of
5
) sorted by null
/external/libpcap/Win32/Src/
getaddrinfo.c
762
char
pton
[PTON_MAX];
local
778
if (inet_pton(afd->a_af, hostname,
pton
) == 1) {
786
v4a = (u_int32_t)ntohl(((struct in_addr *)
pton
)->s_addr);
795
pfx = ((struct in6_addr *)
pton
)->s6_addr[0];
805
GET_AI(cur->ai_next, afd,
pton
);
818
get_name(
pton
, afd, &cur->ai_next,
819
pton
, pai, servname);
/external/dnsmasq/src/
config.h
273
headers don't have ntop and
pton
either */
/bionic/libc/dns/net/
getaddrinfo.c
930
char
pton
[PTON_MAX];
local
954
if (inet_aton(hostname, (struct in_addr *)
pton
) == 1) {
957
GET_AI(cur->ai_next, afd,
pton
);
975
if (inet_pton(afd->a_af, hostname,
pton
) == 1) {
978
GET_AI(cur->ai_next, afd,
pton
);
[
all
...]
/external/tcpdump/
configure.in
604
# resolver, and the way it defines inet_{ntop,
pton
} is rather strange;
configure
[
all
...]
Completed in 347 milliseconds