Home | History | Annotate | Download | only in libpcap

Lines Matching defs:packet_len

611 	int	packet_len = 0, caplen = 0;
673 packet_len = ATM_SNAPLEN;
681 packet_len = swt - (pw->dag_fcs_bits);
683 if (caplen > packet_len)
685 caplen = packet_len;
693 packet_len = swt - (pw->dag_fcs_bits);
695 if (caplen > packet_len)
697 caplen = packet_len;
747 if (bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen) == 0)
757 pcap_header.len = packet_len;