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

/macosx-10.10/tcpdump-61/tcpdump/
H A Daddrtoname.h48 extern struct hnamemem *newhnamemem(void);
H A Daddrtoname.c83 struct hnamemem { struct
86 struct hnamemem *nxt;
89 static struct hnamemem hnametable[HASHNAMESIZE];
90 static struct hnamemem tporttable[HASHNAMESIZE];
91 static struct hnamemem uporttable[HASHNAMESIZE];
92 static struct hnamemem eprototable[HASHNAMESIZE];
93 static struct hnamemem dnaddrtable[HASHNAMESIZE];
94 static struct hnamemem ipxsaptable[HASHNAMESIZE];
229 static struct hnamemem *p; /* static for longjmp() */
579 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 135 milliseconds