HomeSort by relevance Sort by last modified time
    Searched defs:hnamemem (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-atalk.c 530 struct hnamemem { struct
533 struct hnamemem *nxt;
536 static struct hnamemem hnametable[HASHNAMESIZE];
541 register struct hnamemem *tp, *tp2;
addrtoname.c 84 struct hnamemem { struct
87 struct hnamemem *nxt;
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() */
543 register struct hnamemem *tp
    [all...]

Completed in 43 milliseconds