Searched refs:_packet (Results 1 – 2 of 2) sorted by relevance
169 private final DatagramPacket _packet; field in DNSIncoming185 this._packet = packet; in DNSIncoming()247 this._packet = packet; in DNSIncoming()260 … new DNSIncoming(this.getFlags(), this.getId(), this.isMulticast(), this._packet, this._receivedTi… in clone()446 byte[] data = new byte[_packet.getLength()]; in print()447 System.arraycopy(_packet.getData(), 0, data, 0, data.length); in print()457 if (_packet.getAddress() != null) { in toString()458 buf.append(_packet.getAddress().getHostAddress()); in toString()461 buf.append(_packet.getPort()); in toString()463 buf.append(_packet.getLength()); in toString()
1064 int _packet; in libusb_get_iso_packet_buffer() local1071 _packet = packet; in libusb_get_iso_packet_buffer()1073 if (_packet >= transfer->num_iso_packets) in libusb_get_iso_packet_buffer()1076 for (i = 0; i < _packet; i++) in libusb_get_iso_packet_buffer()1104 int _packet; in libusb_get_iso_packet_buffer_simple() local1111 _packet = packet; in libusb_get_iso_packet_buffer_simple()1113 if (_packet >= transfer->num_iso_packets) in libusb_get_iso_packet_buffer_simple()1116 return transfer->buffer + (transfer->iso_packet_desc[0].length * _packet); in libusb_get_iso_packet_buffer_simple()