Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c134 struct h6namemem { struct
137 struct h6namemem *nxt; argument
140 static struct h6namemem h6nametable[HASHNAMESIZE];
293 struct h6namemem *p; in getname6()
1257 struct h6namemem *
1260 register struct h6namemem *p; in newh6namemem()
1261 static struct h6namemem *ptr = NULL; in newh6namemem()
1266 ptr = (struct h6namemem *)calloc(num, sizeof (*ptr)); in newh6namemem()
Daddrtoname.h58 extern struct h6namemem *newh6namemem(netdissect_options *);