Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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()
272 return randomid(&randomtab_20) & 0xfffff; in ip6_randomflowlabel()
H A Din6_ifattach.c810 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) == 0) { in in6_get_tmpifid()
820 ndi->randomid); in in6_get_tmpifid()
822 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
/freebsd-13.1/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c62 id = randomid(ctx); in ATF_TC_BODY()
/freebsd-13.1/usr.sbin/ppp/
H A Dipv6cp.c136 goto randomid; in SetInterfaceID()
138 goto randomid; in SetInterfaceID()
188 randomid: in SetInterfaceID()
/freebsd-13.1/usr.sbin/ndp/
H A Dndp.c993 if (memcmp(nullbuf, ND.randomid, sizeof(nullbuf)) != 0) { in ifinfo()
1009 rbuf = ND.randomid; in ifinfo()
/freebsd-13.1/sbin/pfctl/
H A Dparse.y279 int randomid; member
1173 if ($8.randomid)
1288 if (scrub_opts.randomid) {
1292 scrub_opts.randomid = 1;