Home | History | Annotate | Download | only in libpcap

Lines Matching refs:packet_len

276 	int	packet_len = 0, caplen = 0;
326 packet_len = ATM_SNAPLEN;
334 packet_len = swt - (pw->dag_fcs_bits);
336 if (caplen > packet_len)
338 caplen = packet_len;
346 packet_len = swt - (pw->dag_fcs_bits);
348 if (caplen > packet_len)
350 caplen = packet_len;
400 if (bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen) == 0)
410 pcap_header.len = packet_len;