OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPFC_HDRLEN
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
ipfc.h
29
#define
IPFC_HDRLEN
16
print-ipfc.c
87
if (caplen <
IPFC_HDRLEN
) {
100
length -=
IPFC_HDRLEN
;
101
p +=
IPFC_HDRLEN
;
102
caplen -=
IPFC_HDRLEN
;
112
ipfc_hdr_print(ipfcp, length +
IPFC_HDRLEN
,
134
return (
IPFC_HDRLEN
);
Completed in 68 milliseconds