OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_packet
(Results
1 - 3
of
3
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java
169
private final DatagramPacket
_packet
;
field in class:DNSIncoming
185
this.
_packet
= packet;
247
this.
_packet
= packet;
260
DNSIncoming in = new DNSIncoming(this.getFlags(), this.getId(), this.isMulticast(), this.
_packet
, this._receivedTime);
446
byte[] data = new byte[
_packet
.getLength()];
447
System.arraycopy(
_packet
.getData(), 0, data, 0, data.length);
457
if (
_packet
.getAddress() != null) {
458
buf.append(
_packet
.getAddress().getHostAddress());
461
buf.append(
_packet
.getPort());
463
buf.append(
_packet
.getLength())
[
all
...]
/external/libusb/libusb/
libusb.h
1064
int
_packet
;
local
1104
int
_packet
;
local
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h
469
RTCPPacket
_packet
;
member in class:webrtc::RTCPUtility::RTCPParserV2
Completed in 121 milliseconds