Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_id.c151 static u_int32_t randomid(struct randomtab *);
228 randomid(struct randomtab *p) in randomid() function
255 return randomid(&randomtab_32); in ip6_randomid()
273 return randomid(&randomtab_20) & 0xfffff; in ip6_randomflowlabel()
H A Din6_ifattach.c812 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) == 0) { in in6_get_tmpifid()
822 ndi->randomid); in in6_get_tmpifid()
824 bcopy(ndi->randomid, retbuf, 8); in in6_get_tmpifid()
846 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) != 0) { in in6_tmpaddrtimer()
852 ndi->randomseed1, ndi->randomid); in in6_tmpaddrtimer()
H A Dnd6.h79 u_int8_t randomid[8]; /* current random ID */ member
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h79 u_int8_t randomid[8]; /* current random ID */ member
/f-stack/tools/ndp/
H A Dndp.c1096 if (memcmp(nullbuf, ND.randomid, sizeof(nullbuf)) != 0) { in ifinfo()
1112 rbuf = ND.randomid; in ifinfo()