Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet6/
Dip6_id.c150 static u_int32_t randomid(struct randomtab *);
227 randomid(struct randomtab *p) in randomid() function
254 return randomid(&randomtab_32); in ip6_randomid()
261 return randomid(&randomtab_20) & 0xfffff; in ip6_randomflowlabel()
Din6_ifattach.c816 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) == 0) { in in6_get_tmpifid()
826 ndi->randomid); in in6_get_tmpifid()
828 bcopy(ndi->randomid, retbuf, 8); in in6_get_tmpifid()
850 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) != 0) { in in6_tmpaddrtimer()
856 ndi->randomseed1, ndi->randomid); in in6_tmpaddrtimer()
Dnd6.h79 u_int8_t randomid[8]; /* current random ID */ member
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_randomid.c62 id = randomid(ctx); in ATF_TC_BODY()
/freebsd-12-stable/usr.sbin/ppp/
Dipv6cp.c136 goto randomid; in SetInterfaceID()
138 goto randomid; in SetInterfaceID()
188 randomid: in SetInterfaceID()
/freebsd-12-stable/usr.sbin/ndp/
Dndp.c1003 if (memcmp(nullbuf, ND.randomid, sizeof(nullbuf)) != 0) { in ifinfo()
1019 rbuf = ND.randomid; in ifinfo()
/freebsd-12-stable/sbin/pfctl/
Dparse.y279 int randomid; member
1177 if ($8.randomid)
1292 if (scrub_opts.randomid) {
1296 scrub_opts.randomid = 1;