Searched defs:h6namemem (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Daddrtoname.c134 struct h6namemem { struct
137 struct h6namemem *nxt;
140 static struct h6namemem h6nametable[HASHNAMESIZE];
280 static struct h6namemem *p; /* static for longjmp() */
1199 /* Return a zero'ed h6namemem struct and cuts down on calloc() overhead */
1200 struct h6namemem *
1203 register struct h6namemem *p;
1204 static struct h6namemem *ptr = NULL;
1209 ptr = (struct h6namemem *)calloc(num, sizeof (*ptr));

Completed in 119 milliseconds