Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c84 struct hnamemem { struct
87 struct hnamemem *nxt; argument
90 struct hnamemem hnametable[HASHNAMESIZE];
91 struct hnamemem tporttable[HASHNAMESIZE];
92 struct hnamemem uporttable[HASHNAMESIZE];
93 struct hnamemem eprototable[HASHNAMESIZE];
94 struct hnamemem dnaddrtable[HASHNAMESIZE];
95 struct hnamemem ipxsaptable[HASHNAMESIZE];
230 static struct hnamemem *p; /* static for longjmp() */ in getname()
543 register struct hnamemem *tp; in etherproto_string()
[all …]
Daddrtoname.h38 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()