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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c35 #include <randomid.h>
47 atf_tc_set_md_var(tc, "descr", "Check randomid(3)");
62 id = randomid(ctx);
/freebsd-11-stable/sys/netinet6/
H A Dip6_id.c153 static u_int32_t randomid(struct randomtab *);
230 randomid(struct randomtab *p) function
257 return randomid(&randomtab_32);
264 return randomid(&randomtab_20) & 0xfffff;
H A Din6_ifattach.c835 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) == 0) {
845 ndi->randomid);
847 bcopy(ndi->randomid, retbuf, 8);
869 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) != 0) {
875 ndi->randomseed1, ndi->randomid);
H A Dnd6.h77 u_int8_t randomid[8]; /* current random ID */ member in struct:nd_ifinfo
/freebsd-11-stable/usr.sbin/ppp/
H A Dipv6cp.c136 goto randomid;
138 goto randomid;
188 randomid:
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c999 if (memcmp(nullbuf, ND.randomid, sizeof(nullbuf)) != 0) {
1015 rbuf = ND.randomid;
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y272 int randomid;
1098 if ($8.randomid)
1213 if (scrub_opts.randomid) {
1217 scrub_opts.randomid = 1;

Completed in 201 milliseconds