OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipnet_hdr_t
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-ipnet.c
26
const
ipnet_hdr_t
*hdr;
27
hdr = (const
ipnet_hdr_t
*)bp;
49
ipnet_hdr_t
*hdr;
51
if (caplen < sizeof(
ipnet_hdr_t
)) {
59
length -= sizeof(
ipnet_hdr_t
);
60
caplen -= sizeof(
ipnet_hdr_t
);
61
hdr = (
ipnet_hdr_t
*)p;
62
p += sizeof(
ipnet_hdr_t
);
79
length + sizeof(
ipnet_hdr_t
));
99
return (sizeof(
ipnet_hdr_t
));
[
all
...]
ipnet.h
10
}
ipnet_hdr_t
;
typedef in typeref:struct:ipnet_hdr
Completed in 708 milliseconds