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

/freebsd-10.0-release/contrib/tcpdump/
H A Daddrtoname.h48 extern struct hnamemem *newhnamemem(void);
H A Daddrtoname.c85 struct hnamemem { struct
88 struct hnamemem *nxt;
91 static struct hnamemem hnametable[HASHNAMESIZE];
92 static struct hnamemem tporttable[HASHNAMESIZE];
93 static struct hnamemem uporttable[HASHNAMESIZE];
94 static struct hnamemem eprototable[HASHNAMESIZE];
95 static struct hnamemem dnaddrtable[HASHNAMESIZE];
96 static struct hnamemem ipxsaptable[HASHNAMESIZE];
231 static struct hnamemem *p; /* static for longjmp() */
581 register struct hnamemem *t
[all...]
H A Dprint-atalk.c532 struct hnamemem { struct
535 struct hnamemem *nxt;
538 static struct hnamemem hnametable[HASHNAMESIZE];
543 register struct hnamemem *tp, *tp2;

Completed in 66 milliseconds