OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcap_open_dead
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.bin/shmif_dumpbus/
shmif_dumpbus.c
199
pcap_t *pcap =
pcap_open_dead
(DLT_EN10MB, 1518);
/src/external/bsd/libpcap/dist/testprogs/
filtertest.c
331
pd =
pcap_open_dead
(dlt, snaplen);
/src/external/bsd/libpcap/lib/
Makefile
85
pcap_open_dead
.3pcap.in \
/src/external/bsd/ppp/dist/pppd/
options.c
1700
pc =
pcap_open_dead
(DLT_PPP_PPPD, 65535);
1721
pc =
pcap_open_dead
(DLT_PPP_PPPD, 65535);
1741
pc =
pcap_open_dead
(DLT_PPP_PPPD, 65535);
1761
pc =
pcap_open_dead
(DLT_PPP_PPPD, 65535);
/src/external/bsd/libpcap/dist/pcap/
pcap.h
571
PCAP_API pcap_t *
pcap_open_dead
(int, int);
670
PCAP_DEPRECATED("use
pcap_open_dead
(), pcap_compile() and pcap_close()")
/src/usr.sbin/npf/npfctl/
npf_build.c
612
pd =
pcap_open_dead
(DLT_RAW, maxsnaplen);
614
err(EXIT_FAILURE, "
pcap_open_dead
");
/src/external/bsd/tcpdump/dist/
tcpdump.c
2407
pd =
pcap_open_dead
(dump_dlt, ndo->ndo_snaplen);
/src/external/bsd/ipf/dist/tools/
ipf_y.y
2230
p =
pcap_open_dead
(DLT_RAW, 1);
2232
fprintf(stderr, "
pcap_open_dead
failed\n");
/src/external/bsd/libpcap/dist/
pcap.c
4370
"Rfmon mode doesn't apply on a
pcap_open_dead
pcap_t");
4379
"Packets aren't available from a
pcap_open_dead
pcap_t");
4401
"Packets can't be sent on a
pcap_open_dead
pcap_t");
4409
"A filter cannot be set on a
pcap_open_dead
pcap_t");
4417
"The packet direction cannot be set on a
pcap_open_dead
pcap_t");
4425
"The link-layer header type cannot be set on a
pcap_open_dead
pcap_t");
4433
"A
pcap_open_dead
pcap_t does not have a non-blocking mode setting");
4441
"A
pcap_open_dead
pcap_t does not have a non-blocking mode setting");
4449
"Statistics aren't available from a
pcap_open_dead
pcap_t");
4458
"Statistics aren't available from a
pcap_open_dead
pcap_t")
4623
pcap_open_dead
(int linktype, int snaplen)
function
[
all
...]
gencode.c
914
p =
pcap_open_dead
(linktype_arg, snaplen_arg);
Completed in 84 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026