HomeSort by relevance Sort by last modified time
    Searched refs:h6namemem (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
addrtoname.h 52 extern struct h6namemem *newh6namemem(void);
addrtoname.c 134 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 94 milliseconds