Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet6/
H A Dip6_id.c149 static u_int32_t randomid(struct randomtab *);
226 randomid(struct randomtab *p) in randomid() function
253 return randomid(&randomtab_32); in ip6_randomid()
270 return randomid(&randomtab_20) & 0xfffff; in ip6_randomflowlabel()
H A Din6_ifattach.c809 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) == 0) { in in6_get_tmpifid()
819 ndi->randomid); in in6_get_tmpifid()
821 bcopy(ndi->randomid, retbuf, 8); in in6_get_tmpifid()
845 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) != 0) { in in6_tmpaddrtimer()
851 ndi->randomseed1, ndi->randomid); in in6_tmpaddrtimer()
H A Dnd6.h78 u_int8_t randomid[8]; /* current random ID */ member
/freebsd-14.2/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c62 id = randomid(ctx); in ATF_TC_BODY()
/freebsd-14.2/usr.sbin/ppp/
H A Dipv6cp.c134 goto randomid; in SetInterfaceID()
136 goto randomid; in SetInterfaceID()
186 randomid: in SetInterfaceID()
/freebsd-14.2/usr.sbin/ndp/
H A Dndp.c1092 if (memcmp(nullbuf, ND.randomid, sizeof(nullbuf)) != 0) { in ifinfo()
1112 rbuf = ND.randomid; in ifinfo()
/freebsd-14.2/sbin/pfctl/
H A Dparse.y279 int randomid; member
297 int randomid; member
1430 if ($8.randomid)
1545 if (scrub_opts.randomid) {
1549 scrub_opts.randomid = 1;
2389 if ($9.randomid)
2996 filter_opts.randomid = $3.randomid;