Home | History | Annotate | Download | only in libpcap

Lines Matching refs:packet_len

306 	int	packet_len = 0, caplen = 0;
356 packet_len = ATM_SNAPLEN;
364 packet_len = swt - (pw->dag_fcs_bits);
366 if (caplen > packet_len)
368 caplen = packet_len;
376 packet_len = swt - (pw->dag_fcs_bits);
378 if (caplen > packet_len)
380 caplen = packet_len;
430 if (bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen) == 0)
440 pcap_header.len = packet_len;