HomeSort by: relevance | last modified time | path
    Searched refs:pton (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/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)
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)
  /src/lib/libc/net/
getaddrinfo.c 1294 char pton[PTON_MAX]; local in function:explore_numeric
1330 if (inet_aton(hostname, (void *)pton) == 1 &&
1335 GET_AI(cur->ai_next, afd, pton);
1352 if (inet_pton(afd->a_af, hostname, pton) == 1) {
1355 GET_AI(cur->ai_next, afd, pton);
getaddrinfo.c 1294 char pton[PTON_MAX]; local in function:explore_numeric
1330 if (inet_aton(hostname, (void *)pton) == 1 &&
1335 GET_AI(cur->ai_next, afd, pton);
1352 if (inet_pton(afd->a_af, hostname, pton) == 1) {
1355 GET_AI(cur->ai_next, afd, pton);

Completed in 63 milliseconds