HomeSort by: relevance | last modified time | path
    Searched refs:hnamemem (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
addrtoname.c 126 struct hnamemem { struct
129 struct hnamemem *nxt;
132 static struct hnamemem hnametable[HASHNAMESIZE];
133 static struct hnamemem tporttable[HASHNAMESIZE];
134 static struct hnamemem uporttable[HASHNAMESIZE];
135 static struct hnamemem eprototable[HASHNAMESIZE];
136 static struct hnamemem dnaddrtable[HASHNAMESIZE];
137 static struct hnamemem ipxsaptable[HASHNAMESIZE];
282 struct hnamemem *p;
739 struct hnamemem *tp
    [all...]
addrtoname.h 62 extern struct hnamemem *newhnamemem(netdissect_options *);
print-atalk.c 582 struct hnamemem { struct
585 struct hnamemem *nxt;
588 static struct hnamemem hnametable[HASHNAMESIZE];
594 struct hnamemem *tp, *tp2;

Completed in 59 milliseconds