Searched refs:h6namemem (Results 1 – 2 of 2) sorted by relevance
137 struct h6namemem { struct140 struct h6namemem *nxt; argument143 static struct h6namemem h6nametable[HASHNAMESIZE];283 static struct h6namemem *p; /* static for longjmp() */ in getname6()1203 struct h6namemem *1206 register struct h6namemem *p; in newh6namemem()1207 static struct h6namemem *ptr = NULL; in newh6namemem()1212 ptr = (struct h6namemem *)calloc(num, sizeof (*ptr)); in newh6namemem()
50 extern struct h6namemem *newh6namemem(void);