Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c83 struct hnamemem { struct
86 struct hnamemem *nxt; argument
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() */ in getname()
585 register struct hnamemem *tp; in etherproto_string()
[all …]
Daddrtoname.h48 extern struct hnamemem *newhnamemem(void);
Dprint-atalk.c530 struct hnamemem { struct
533 struct hnamemem *nxt; argument
536 static struct hnamemem hnametable[HASHNAMESIZE];
541 register struct hnamemem *tp, *tp2; in ataddr_string()