Searched refs:hnamemem (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Daddrtoname.h38 extern struct hnamemem *newhnamemem(void);
H A Daddrtoname.c84 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 *t
[all...]
H A Dprint-atalk.c530 struct hnamemem { struct
533 struct hnamemem *nxt;
536 static struct hnamemem hnametable[HASHNAMESIZE];
541 register struct hnamemem *tp, *tp2;

Completed in 36 milliseconds