Home
last modified time | relevance | path

Searched refs:maxpacks (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/
Dpcap-npf.c460 int maxpacks _U_) in pcap_live_dump_npf()
475 pcap_live_dump_npf(pcap_t *p, char *filename, int maxsize, int maxpacks) in pcap_live_dump_npf() argument
497 res = PacketSetDumpLimits(pw->adapter, maxsize, maxpacks); in pcap_live_dump_npf()
Dsavefile.c208 sf_live_dump(pcap_t *p, char *filename _U_, int maxsize _U_, int maxpacks _U_) in sf_live_dump()
Dpcap-tc.c139 static int TcLiveDump(pcap_t *p, char *filename, int maxsize, int maxpacks);
1198 TcLiveDump(pcap_t *p, char *filename _U_, int maxsize _U_, int maxpacks _U_) in TcLiveDump()
Dpcap.c465 int maxpacks _U_) in pcap_live_dump_not_initialized()
3865 pcap_live_dump(pcap_t *p, char *filename, int maxsize, int maxpacks) argument
3867 return (p->live_dump_op(p, filename, maxsize, maxpacks));
4352 int maxpacks _U_)
Dpcap-airpcap.c555 int maxpacks _U_) in airpcap_live_dump()
/external/libpcap/pcap/
Dpcap.h820 PCAP_API int pcap_live_dump(pcap_t *p, char *filename, int maxsize, int maxpacks);