OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_snaplen_for_dlt
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-common.h
30
extern u_int
max_snaplen_for_dlt
(int dlt);
pcap-common.c
1652
max_snaplen_for_dlt
(int dlt)
function
sf-pcap.c
620
if (hdr->caplen >
max_snaplen_for_dlt
(p->linktype)) {
637
max_snaplen_for_dlt
(p->linktype));
savefile.c
465
* <= INT_MAX but >
max_snaplen_for_dlt
(linktype),
469
snaplen =
max_snaplen_for_dlt
(linktype);
sf-pcapng.c
1069
if (MAX_BLOCKSIZE_FOR_SNAPLEN(
max_snaplen_for_dlt
(p->linktype)) > ps->max_blocksize)
1070
ps->max_blocksize = MAX_BLOCKSIZE_FOR_SNAPLEN(
max_snaplen_for_dlt
(p->linktype));
Completed in 26 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026