OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h6namemem
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
addrtoname.h
50
extern struct
h6namemem
*newh6namemem(void);
addrtoname.c
137
struct
h6namemem
{
struct
140
struct
h6namemem
*nxt;
143
static struct
h6namemem
h6nametable[HASHNAMESIZE];
283
static struct
h6namemem
*p; /* static for longjmp() */
1202
/* Return a zero'ed
h6namemem
struct and cuts down on calloc() overhead */
1203
struct
h6namemem
*
1206
register struct
h6namemem
*p;
1207
static struct
h6namemem
*ptr = NULL;
1212
ptr = (struct
h6namemem
*)calloc(num, sizeof (*ptr));
Completed in 111 milliseconds