Home
last modified time | relevance | path

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

/NextBSD/contrib/tcpdump/
HDaddrtoname.c86 struct hnamemem { struct
89 struct hnamemem *nxt; argument
92 static struct hnamemem hnametable[HASHNAMESIZE];
93 static struct hnamemem tporttable[HASHNAMESIZE];
94 static struct hnamemem uporttable[HASHNAMESIZE];
95 static struct hnamemem eprototable[HASHNAMESIZE];
96 static struct hnamemem dnaddrtable[HASHNAMESIZE];
97 static struct hnamemem ipxsaptable[HASHNAMESIZE];
235 static struct hnamemem *p; /* static for longjmp() */ in getname()
603 register struct hnamemem *tp; in etherproto_string()
[all …]
HDprint-atalk.c529 struct hnamemem { struct
532 struct hnamemem *nxt; argument
535 static struct hnamemem hnametable[HASHNAMESIZE];
541 register struct hnamemem *tp, *tp2; in ataddr_string()
HDaddrtoname.h50 extern struct hnamemem *newhnamemem(void);