Searched refs:HOSTUUIDLEN (Results 1 – 6 of 6) sorted by relevance
| /src/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()
|
| /src/sys/sys/ |
| H A D | jail.h | 146 #define HOSTUUIDLEN 64 macro 219 char pr_hostuuid[HOSTUUIDLEN]; /* (p) jail hostuuid */
|
| /src/sys/kern/ |
| H A D | kern_mib.c | 410 (void *)(offsetof(struct prison, pr_hostuuid)), HOSTUUIDLEN,
|
| H A D | kern_jail.c | 1333 if (len > HOSTUUIDLEN) { in kern_jail_set() 1800 strlcpy(pr->pr_hostuuid, DEFAULT_HOSTUUID, HOSTUUIDLEN); in kern_jail_set() 5154 SYSCTL_JAIL_PARAM_STRING(_host, hostuuid, CTLFLAG_RW, HOSTUUIDLEN,
|
| /src/sys/net/ |
| H A D | if_ethersubr.c | 1449 char uuid[HOSTUUIDLEN + 1]; in ether_gen_addr_byname()
|
| /src/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 878 char uuid[HOSTUUIDLEN]; in nfscl_getcl()
|