Searched refs:HOSTUUIDLEN (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/netinet6/ |
| H A D | in6_ifattach.c | 348 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 D | jail.h | 239 #define HOSTUUIDLEN 64 macro 312 char pr_hostuuid[HOSTUUIDLEN]; /* (p) jail hostuuid */
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clport.c | 678 if (ucplen < HOSTUUIDLEN && ucplen > 0) in nfscl_uuidcheck() 679 strlcpy(uuid, ucp, HOSTUUIDLEN); in nfscl_uuidcheck()
|
| H A D | nfs_clstate.c | 907 char uuid[HOSTUUIDLEN]; in nfscl_getcl()
|
| /freebsd/sys/kern/ |
| H A D | kern_mib.c | 410 (void *)(offsetof(struct prison, pr_hostuuid)), HOSTUUIDLEN,
|
| H A D | kern_jail.c | 1357 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 D | if_ethersubr.c | 1410 char uuid[HOSTUUIDLEN + 1]; in ether_gen_addr_byname()
|