Home | History | Annotate | Download | only in libpcap

Lines Matching defs:packet_len

1478 	int			packet_len, caplen;
1543 packet_len = recvmsg(handle->fd, &msg, MSG_TRUNC);
1546 packet_len = recvfrom(
1551 } while (packet_len == -1 && errno == EINTR);
1555 if (packet_len == -1) {
1618 packet_len += SLL_HDR_LEN;
1653 len = packet_len > iov.iov_len ? iov.iov_len : packet_len;
1664 packet_len += VLAN_TAG_LEN;
1702 caplen = packet_len;
1709 packet_len, caplen) == 0)
1737 pcap_header.len = packet_len;