OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbpHeaderSize
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
appletalk.h
127
#define
nbpHeaderSize
2
print-atalk.c
383
(const struct atNBPtuple *)((u_char *)np +
nbpHeaderSize
);
387
if (length <
nbpHeaderSize
) {
392
length -=
nbpHeaderSize
;
395
ND_PRINT((ndo, " truncated-nbp %u", length +
nbpHeaderSize
));
Completed in 55 milliseconds