OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hnamemem
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
addrtoname.h
50
extern struct
hnamemem
*newhnamemem(void);
addrtoname.c
80
struct
hnamemem
{
struct
83
struct
hnamemem
*nxt;
86
static struct
hnamemem
hnametable[HASHNAMESIZE];
87
static struct
hnamemem
tporttable[HASHNAMESIZE];
88
static struct
hnamemem
uporttable[HASHNAMESIZE];
89
static struct
hnamemem
eprototable[HASHNAMESIZE];
90
static struct
hnamemem
dnaddrtable[HASHNAMESIZE];
91
static struct
hnamemem
ipxsaptable[HASHNAMESIZE];
226
static struct
hnamemem
*p; /* static for longjmp() */
582
register struct
hnamemem
*tp
[
all
...]
print-atalk.c
527
struct
hnamemem
{
struct
530
struct
hnamemem
*nxt;
533
static struct
hnamemem
hnametable[HASHNAMESIZE];
539
register struct
hnamemem
*tp, *tp2;
Completed in 79 milliseconds