Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c137 struct h6namemem { struct
140 struct h6namemem *nxt; argument
143 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()
Daddrtoname.h50 extern struct h6namemem *newh6namemem(void);