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

1 2

  /bionic/libc/kernel/uapi/asm-generic/
param.h 30 #define MAXHOSTNAMELEN 64
  /external/kernel-headers/original/uapi/asm-generic/
param.h 17 #define MAXHOSTNAMELEN 64 /* max length of hostname */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
param.h 17 #define MAXHOSTNAMELEN 64 /* max length of hostname */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
timed.h 44 #define MAXHOSTNAMELEN 64
54 char tsp_name[MAXHOSTNAMELEN];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
types.h 96 #ifndef MAXHOSTNAMELEN
97 #define MAXHOSTNAMELEN 64
  /external/python/cpython2/Lib/plat-atheos/
TYPES.py 85 MAXHOSTNAMELEN = 64
IN.py 322 MAXHOSTNAMELEN = 64
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris.go 118 MAXHOSTNAMELEN = C.MAXHOSTNAMELEN
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris.go 118 MAXHOSTNAMELEN = C.MAXHOSTNAMELEN
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetbydns.c 126 char aux1[MAXHOSTNAMELEN], aux2[MAXHOSTNAMELEN], ans[MAXHOSTNAMELEN];
gethostbydns.c 253 if (n >= MAXHOSTNAMELEN) {
312 if (n >= MAXHOSTNAMELEN) {
320 if (n > buflen || n >= MAXHOSTNAMELEN) {
343 if (n > buflen || n >= MAXHOSTNAMELEN) {
392 if (n >= MAXHOSTNAMELEN) {
404 if (n >= MAXHOSTNAMELEN) {
485 if (n > buflen || n >= MAXHOSTNAMELEN)
getnameinfo.c 395 char zonebuf[MAXHOSTNAMELEN];
getaddrinfo.c 1130 if (n >= MAXHOSTNAMELEN) {
1169 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
    [all...]
  /external/ltp/testcases/network/lib6/
getaddrinfo_01.c 69 char hostname[MAXHOSTNAMELEN + 1];
70 char shortname[MAXHOSTNAMELEN + 1];
77 strncpy(shortname, hostname, MAXHOSTNAMELEN);
78 shortname[MAXHOSTNAMELEN] = '\0';
527 char hostname[MAXHOSTNAMELEN + 1];
528 char shortname[MAXHOSTNAMELEN + 1];
536 strncpy(shortname, hostname, MAXHOSTNAMELEN);
537 shortname[MAXHOSTNAMELEN] = '\0';
  /bionic/libc/dns/include/
resolv_private.h 66 // Linux defines MAXHOSTNAMELEN as 64, while the domain name limit in
68 #ifdef MAXHOSTNAMELEN
69 #undef MAXHOSTNAMELEN
71 #define MAXHOSTNAMELEN 256
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
param.h 106 #define MAXHOSTNAMELEN 256 /* max hostname size */
  /external/tcpdump/
netdissect-stdinc.h 183 #define MAXHOSTNAMELEN 64
print-icmp.c 345 char buf[MAXHOSTNAMELEN + 100];
print-bgp.c     [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 280 if (n >= MAXHOSTNAMELEN)
327 if (n >= MAXHOSTNAMELEN) {
334 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
355 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
396 if (n >= MAXHOSTNAMELEN) {
407 if (n >= MAXHOSTNAMELEN) {
484 if (n > ep - bp || n >= MAXHOSTNAMELEN)
708 char hbuf[MAXHOSTNAMELEN];
    [all...]
getnameinfo.c 373 char zonebuf[MAXHOSTNAMELEN];
getaddrinfo.c     [all...]
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 465 MAXHOSTNAMELEN = 256
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 412 char h_name[MAXHOSTNAMELEN];
    [all...]
  /external/blktrace/
blktrace.c 320 static char hostname[MAXHOSTNAMELEN];
    [all...]

Completed in 1242 milliseconds

1 2