Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_id.c104 struct randomtab { struct
124 static struct randomtab randomtab_32 = { argument
135 static struct randomtab randomtab_20 = {
147 static void initid(struct randomtab *);
148 static u_int32_t randomid(struct randomtab *);
181 initid(struct randomtab *p) in initid()
225 randomid(struct randomtab *p) in randomid()