OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pton
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/upstream-netbsd/libc/inet/
inet_pton.c
55
static int inet_pton4(const char *src, u_char *dst, int
pton
);
89
* inet_pton4(src, dst,
pton
)
100
inet_pton4(const char *src, u_char *dst, int
pton
)
130
if (
pton
&& base != 10)
174
if (
pton
&& n != 4)
/external/tcpdump/missing/
getaddrinfo.c
755
char
pton
[PTON_MAX];
local
771
if (inet_pton(afd->a_af, hostname,
pton
) == 1) {
779
v4a = (u_int32_t)ntohl(((struct in_addr *)
pton
)->s_addr);
788
pfx = ((struct in6_addr *)
pton
)->s6_addr[0];
798
GET_AI(cur->ai_next, afd,
pton
);
811
get_name(
pton
, afd, &cur->ai_next,
812
pton
, pai, servname);
/external/dnsmasq/src/
config.h
273
headers don't have ntop and
pton
either */
/bionic/libc/netbsd/net/
getaddrinfo.c
932
char
pton
[PTON_MAX];
local
956
if (inet_aton(hostname, (struct in_addr *)
pton
) == 1) {
959
GET_AI(cur->ai_next, afd,
pton
);
977
if (inet_pton(afd->a_af, hostname,
pton
) == 1) {
980
GET_AI(cur->ai_next, afd,
pton
);
[
all
...]
/external/tcpdump/
configure.in
551
# resolver, and the way it defines inet_{ntop,
pton
} is rather strange;
configure
[
all
...]
Completed in 121 milliseconds