Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet6/
H A Dip6_id.c106 struct randomtab { struct
126 static struct randomtab randomtab_32 = { argument
137 static struct randomtab randomtab_20 = {
149 static void initid(struct randomtab *);
150 static u_int32_t randomid(struct randomtab *);
183 initid(struct randomtab *p) in initid()
227 randomid(struct randomtab *p) in randomid()