Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_id.c105 struct randomtab { struct
125 static struct randomtab randomtab_32 = { argument
136 static struct randomtab randomtab_20 = {
148 static void initid(struct randomtab *);
149 static u_int32_t randomid(struct randomtab *);
182 initid(struct randomtab *p) in initid()
226 randomid(struct randomtab *p) in randomid()