Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c81 struct hnamemem { struct
84 struct hnamemem *nxt; argument
87 static struct hnamemem hnametable[HASHNAMESIZE];
88 static struct hnamemem tporttable[HASHNAMESIZE];
89 static struct hnamemem uporttable[HASHNAMESIZE];
90 static struct hnamemem eprototable[HASHNAMESIZE];
91 static struct hnamemem dnaddrtable[HASHNAMESIZE];
92 static struct hnamemem ipxsaptable[HASHNAMESIZE];
235 struct hnamemem *p; in getname()
606 register struct hnamemem *tp; in etherproto_string()
[all …]
Dprint-atalk.c558 struct hnamemem { struct
561 struct hnamemem *nxt; argument
564 static struct hnamemem hnametable[HASHNAMESIZE];
570 register struct hnamemem *tp, *tp2; in ataddr_string()
Daddrtoname.h57 extern struct hnamemem *newhnamemem(netdissect_options *);