Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c80 struct hnamemem { struct
83 struct hnamemem *nxt; argument
86 static struct hnamemem hnametable[HASHNAMESIZE];
87 static struct hnamemem tporttable[HASHNAMESIZE];
88 static struct hnamemem uporttable[HASHNAMESIZE];
89 static struct hnamemem eprototable[HASHNAMESIZE];
90 static struct hnamemem dnaddrtable[HASHNAMESIZE];
91 static struct hnamemem ipxsaptable[HASHNAMESIZE];
226 static struct hnamemem *p; /* static for longjmp() */ in getname()
582 register struct hnamemem *tp; in etherproto_string()
[all …]
Dprint-atalk.c527 struct hnamemem { struct
530 struct hnamemem *nxt; argument
533 static struct hnamemem hnametable[HASHNAMESIZE];
539 register struct hnamemem *tp, *tp2; in ataddr_string()
Daddrtoname.h50 extern struct hnamemem *newhnamemem(void);