Home
last modified time | relevance | path

Searched defs:snaplen (Results 1 – 20 of 20) sorted by relevance

/external/libpcap/
Dpcap-null.c43 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, in pcap_open_live()
Dpcap-snoop.c198 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, in pcap_open_live()
Dpcap-nit.c250 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, in pcap_open_live()
Dpcap-septel.c209 pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf) { in septel_open_live()
Dpcap-pf.c296 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, in pcap_open_live()
Dpcap-snit.c265 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, in pcap_open_live()
Dpcap-win32.c393 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, in pcap_open_live()
Dpcap-bpf.c593 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, in pcap_open_live()
Dpcap-dag.c497 dag_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf) in dag_open_live()
Dpcap.h119 bpf_u_int32 snaplen; /* max length saved portion of each pkt */ member
Dpcap-linux.c237 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, in pcap_open_live()
Dpcap.c756 pcap_open_dead(int linktype, int snaplen) in pcap_open_dead()
Dpcap-dlpi.c460 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, in pcap_open_live()
Dpcap-dos.c149 pcap_t *pcap_open_live (const char *device_name, int snaplen, int promisc, in pcap_open_live()
Dsavefile.c854 sf_write_header(FILE *fp, int linktype, int thiszone, int snaplen) in sf_write_header()
Dgencode.c357 static int snaplen; variable
/external/qemu/
Dtcpdump.c52 uint32_t snaplen; in pcap_write_header() member
Dnet.c1935 uint32_t snaplen; member
Dnet-android.c2035 uint32_t snaplen; member
/external/tcpdump/
Dinterface.h369 #define snaplen gndo->ndo_snaplen macro