Home
last modified time | relevance | path

Searched refs:hostnamelen (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/libsa/
H A Dbootparam.c197 hostnamelen = MAXHOSTNAMELEN-1; in bp_whoami()
198 if (xdr_string_decode(&recv_head, hostname, &hostnamelen)) { in bp_whoami()
257 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { in bp_getfile()
H A Dglobals.c22 int hostnamelen; variable
H A Dnet.h80 extern int hostnamelen;
/freebsd/sys/netinet6/
H A Din6_ifattach.c120 int hostnamelen; in get_rand_ifid() local
124 hostnamelen = strlen(pr->pr_hostname); in get_rand_ifid()
127 if (hostnamelen < 3) { in get_rand_ifid()
136 MD5Update(&ctxt, pr->pr_hostname, hostnamelen); in get_rand_ifid()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrbhst.c275 size_t hostnamelen = strlen(from->hostname); in _krb5_krbhost_info_move() local
277 *to = calloc(1, sizeof(**to) + hostnamelen); in _krb5_krbhost_info_move()
290 memcpy((*to)->hostname, from->hostname, hostnamelen + 1); in _krb5_krbhost_info_move()