HomeSort by relevance Sort by last modified time
    Searched refs:MAXHOSTNAMELEN (Results 1 - 10 of 10) sorted by null

  /external/kernel-headers/original/uapi/asm-generic/
param.h 16 #define MAXHOSTNAMELEN 64 /* max length of hostname */
  /development/ndk/platforms/android-3/include/
netdb.h 76 #define MAXHOSTNAMELEN 256
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 85 #define MAXHOSTNAMELEN 256
  /bionic/libc/include/
netdb.h 76 #define MAXHOSTNAMELEN 256
  /development/ndk/platforms/android-L/include/
netdb.h 76 #define MAXHOSTNAMELEN 256
  /bionic/libc/dns/
gethnamaddr.c 241 if (n >= MAXHOSTNAMELEN) {
295 if (n >= MAXHOSTNAMELEN) {
302 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
324 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
369 if (n >= MAXHOSTNAMELEN) {
380 if (n >= MAXHOSTNAMELEN) {
459 if (n > ep - bp || n >= MAXHOSTNAMELEN)
    [all...]
  /bionic/libc/dns/net/
getnameinfo.c 373 char zonebuf[MAXHOSTNAMELEN];
getaddrinfo.c     [all...]
  /external/openssl/ssl/
ssltest.c 1091 char localhost[MAXHOSTNAMELEN+2];
    [all...]
  /external/blktrace/
blktrace.c 320 static char hostname[MAXHOSTNAMELEN];
    [all...]

Completed in 652 milliseconds