Home
last modified time | relevance | path

Searched refs:randomid (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dip6_id.c173 static u_int32_t randomid(struct randomtab *);
256 randomid(struct randomtab *p) in randomid() function
288 return randomid(&randomtab_32); in ip6_randomid()
H A Dnd6_var.h76 u_int8_t randomid[8]; /* current random ID */ member
H A Din6_ifattach.c1243 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) == 0) { in in6_iid_mktmp()
1253 ndi->randomid); in in6_iid_mktmp()
1256 bcopy(ndi->randomid, retbuf, 8); in in6_iid_mktmp()
1280 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) != 0) { in in6_tmpaddrtimer()
1286 ndi->randomseed1, ndi->randomid); in in6_tmpaddrtimer()
H A Dnd6.h172 u_int8_t randomid[8]; /* current random ID */ member