Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet6/
H A Dnd6_var.h76 u_int8_t randomid[8]; /* current random ID */ member
H A Din6_ifattach.c1219 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) == 0) {
1229 ndi->randomid);
1232 bcopy(ndi->randomid, retbuf, 8);
1256 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) != 0) { in in6_tmpaddrtimer()
1262 ndi->randomseed1, ndi->randomid); in in6_tmpaddrtimer()
H A Dnd6.h182 u_int8_t randomid[8]; /* current random ID */ member