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
129
#define
nbpHeaderSize
2
print-atalk.c
385
(const struct atNBPtuple *)((u_char *)np +
nbpHeaderSize
);
389
if (length <
nbpHeaderSize
) {
394
length -=
nbpHeaderSize
;
397
(void)printf(" truncated-nbp %d", length +
nbpHeaderSize
);
Completed in 2435 milliseconds