OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppi_header_t
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
ppi.h
6
}
ppi_header_t
;
typedef in typeref:struct:ppi_header
print-ppi.c
23
const
ppi_header_t
*hdr;
27
hdr = (const
ppi_header_t
*)bp;
49
ppi_header_t
*hdr;
54
if (caplen < sizeof(
ppi_header_t
)) {
58
hdr = (
ppi_header_t
*)p;
64
length -= sizeof(
ppi_header_t
);
65
caplen -= sizeof(
ppi_header_t
);
66
p += sizeof(
ppi_header_t
);
75
length + sizeof(
ppi_header_t
));
94
return (sizeof(
ppi_header_t
));
[
all
...]
Completed in 921 milliseconds