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

/freebsd-13-stable/stand/libsa/
H A Dglobals.c25 int hostnamelen; variable
H A Dnet.h82 extern int hostnamelen;
H A Dbootparam.c200 hostnamelen = MAXHOSTNAMELEN-1;
201 if (xdr_string_decode(&recv_head, hostname, &hostnamelen)) {
260 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) {
/freebsd-13-stable/sys/netinet6/
H A Din6_ifattach.c122 int hostnamelen; local
126 hostnamelen = strlen(pr->pr_hostname);
129 if (hostnamelen < 3) {
138 MD5Update(&ctxt, pr->pr_hostname, hostnamelen);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkrbhst.c269 size_t hostnamelen = strlen(from->hostname); local
271 *to = calloc(1, sizeof(**to) + hostnamelen);
284 memcpy((*to)->hostname, from->hostname, hostnamelen + 1);

Completed in 118 milliseconds