Home
last modified time | relevance | path

Searched refs:HOSTUUIDLEN (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_ifattach.c348 uint8_t hostuuid[HOSTUUIDLEN + 1], hmac_key[SHA256_BLOCK_LENGTH], in in6_get_stableifid()
379 arc4rand(hostuuid, HOSTUUIDLEN, 0); in in6_get_stableifid()
380 hostuuid[HOSTUUIDLEN] = '\0'; in in6_get_stableifid()
/freebsd/sys/sys/
H A Djail.h239 #define HOSTUUIDLEN 64 macro
312 char pr_hostuuid[HOSTUUIDLEN]; /* (p) jail hostuuid */
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c678 if (ucplen < HOSTUUIDLEN && ucplen > 0) in nfscl_uuidcheck()
679 strlcpy(uuid, ucp, HOSTUUIDLEN); in nfscl_uuidcheck()
H A Dnfs_clstate.c907 char uuid[HOSTUUIDLEN]; in nfscl_getcl()
/freebsd/sys/kern/
H A Dkern_mib.c410 (void *)(offsetof(struct prison, pr_hostuuid)), HOSTUUIDLEN,
H A Dkern_jail.c1357 if (len > HOSTUUIDLEN) { in kern_jail_set()
1824 strlcpy(pr->pr_hostuuid, DEFAULT_HOSTUUID, HOSTUUIDLEN); in kern_jail_set()
5248 SYSCTL_JAIL_PARAM_STRING(_host, hostuuid, CTLFLAG_RW, HOSTUUIDLEN,
/freebsd/sys/net/
H A Dif_ethersubr.c1410 char uuid[HOSTUUIDLEN + 1]; in ether_gen_addr_byname()