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
38
extern struct
hnamemem
*newhnamemem(void);
addrtoname.c
84
struct
hnamemem
{
struct
87
struct
hnamemem
*nxt;
90
struct
hnamemem
hnametable[HASHNAMESIZE];
91
struct
hnamemem
tporttable[HASHNAMESIZE];
92
struct
hnamemem
uporttable[HASHNAMESIZE];
93
struct
hnamemem
eprototable[HASHNAMESIZE];
94
struct
hnamemem
dnaddrtable[HASHNAMESIZE];
95
struct
hnamemem
ipxsaptable[HASHNAMESIZE];
230
static struct
hnamemem
*p; /* static for longjmp() */
543
register struct
hnamemem
*tp
[
all
...]
print-atalk.c
530
struct
hnamemem
{
struct
533
struct
hnamemem
*nxt;
536
static struct
hnamemem
hnametable[HASHNAMESIZE];
541
register struct
hnamemem
*tp, *tp2;
Completed in 377 milliseconds