OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HASHNAMESIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
addrtoname.c
124
#define
HASHNAMESIZE
4096
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
];
185
static struct h6namemem h6nametable[
HASHNAMESIZE
];
196
static struct enamemem enametable[
HASHNAMESIZE
];
197
static struct enamemem nsaptable[
HASHNAMESIZE
];
[
all
...]
print-atalk.c
580
#define
HASHNAMESIZE
4096
588
static struct hnamemem hnametable[
HASHNAMESIZE
];
633
for (tp = &hnametable[i2 & (
HASHNAMESIZE
-1)];
652
for (tp = &hnametable[i & (
HASHNAMESIZE
-1)]; tp->nxt; tp = tp->nxt)
658
for (tp2 = &hnametable[i & (
HASHNAMESIZE
-1)]; tp2->nxt; tp2 = tp2->nxt)
Completed in 27 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026