OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nflog_hdr_t
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
print-nflog.c
49
nflog_hdr_print(netdissect_options *ndo, const
nflog_hdr_t
*hdr, u_int length)
72
const
nflog_hdr_t
*hdr = (const
nflog_hdr_t
*)p;
75
uint16_t h_size = sizeof(
nflog_hdr_t
);
79
if (caplen < (int) sizeof(
nflog_hdr_t
) || length < (int) sizeof(
nflog_hdr_t
)) {
92
p += sizeof(
nflog_hdr_t
);
93
length -= sizeof(
nflog_hdr_t
);
94
caplen -= sizeof(
nflog_hdr_t
);
157
length + sizeof(
nflog_hdr_t
));
[
all
...]
/external/libpcap/pcap/
nflog.h
46
}
nflog_hdr_t
;
typedef in typeref:struct:nflog_hdr
/external/libpcap/
pcap-common.c
[
all
...]
Completed in 1498 milliseconds