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 83 struct hnamemem { struct
86 struct hnamemem *nxt;
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() */
585 register struct hnamemem *tp
    [all...]

Completed in 226 milliseconds