Searched refs:hostnamelen (Results 1 – 4 of 4) sorted by relevance
497 int hostnamelen; in nd_auth_marshall() local499 hostnamelen = (int)strlen(utsname.nodename); in nd_auth_marshall()500 credsize = 4 + 4 + roundup(hostnamelen, 4) + 4 + 4 + 4; in nd_auth_marshall()513 IXDR_PUT_INT32(ptr, hostnamelen); in nd_auth_marshall()515 bcopy(utsname.nodename, ptr, hostnamelen); in nd_auth_marshall()516 ptr += roundup(hostnamelen, 4) / 4; in nd_auth_marshall()
157 extern int hostnamelen;
38 int hostnamelen = 0; variable1089 hostnamelen = *(p + 1); in decode_rfc1533()1221 if (hostnamelen == 0) in print_network_configuration()
2712 int protolen, hostnamelen; local2721 hostnamelen = strlen(hostname);2722 if (hostnamelen <= SMALL_HOSTNAME)2725 cachep->cache_hostname = malloc(hostnamelen + 1);2781 if (cachep->cache_hostname && hostnamelen > SMALL_HOSTNAME)