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

/freebsd-10-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-10-stable/sys/netinet6/
H A Dip6_id.c152 static u_int32_t randomid(struct randomtab *);
229 randomid(struct randomtab *p) function
256 return randomid(&randomtab_32);
263 return randomid(&randomtab_20) & 0xfffff;
H A Din6_ifattach.c902 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) == 0) {
912 ndi->randomid);
914 bcopy(ndi->randomid, retbuf, 8);
936 if (bcmp(ndi->randomid, nullbuf, sizeof(nullbuf)) != 0) {
942 ndi->randomseed1, ndi->randomid);
H A Dnd6.h77 u_int8_t randomid[8]; /* current random ID */ member in struct:nd_ifinfo
/freebsd-10-stable/usr.sbin/ppp/
H A Dipv6cp.c134 goto randomid;
136 goto randomid;
186 randomid:
/freebsd-10-stable/usr.sbin/ndp/
H A Dndp.c1011 if (memcmp(nullbuf, ND.randomid, sizeof(nullbuf)) != 0) {
1027 rbuf = ND.randomid;
/freebsd-10-stable/sbin/pfctl/
H A Dparse.y265 int randomid;
1065 if ($8.randomid)
1180 if (scrub_opts.randomid) {
1184 scrub_opts.randomid = 1;

Completed in 107 milliseconds