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];
280 static struct h6namemem *p; /* static for longjmp() */ in getname6()
1200 struct h6namemem *
1203 register struct h6namemem *p; in newh6namemem()
1204 static struct h6namemem *ptr = NULL; in newh6namemem()
1209 ptr = (struct h6namemem *)calloc(num, sizeof (*ptr)); in newh6namemem()
Daddrtoname.h52 extern struct h6namemem *newh6namemem(void);