HomeSort by relevance Sort by last modified time
    Searched refs:last_packet (Results 1 - 16 of 16) sorted by null

  /kernel/tests/net/test/
tcp_test.py 60 self.last_packet = pkt
65 self.last_packet = packet
68 # self.last_packet is the last packet we received. Invert direction twice.
70 self.last_packet)
77 self.last_packet)
81 self.last_packet)
qtaguid_test.py 135 desc, rst = packets.RST(version, self.myaddr, self.remoteaddr, self.last_packet)
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format.h 38 // written to buffer. The parameter last_packet is true for the last packet of
44 bool* last_packet) = 0;
rtp_format_video_generic.h 40 // written to buffer. The parameter last_packet is true for the last packet of
46 bool* last_packet) override;
rtp_format_video_generic.cc 50 bool* last_packet) {
72 *last_packet = payload_size_ <= 0;
rtp_format_h264.h 36 // written to buffer. The parameter last_packet is true for the last packet of
42 bool* last_packet) override;
rtp_format_vp9.h 55 // |last_packet| is true for the last packet of the frame, false otherwise
60 bool* last_packet) override;
rtp_format_h264.cc 254 bool* last_packet) {
258 *last_packet = true;
277 *last_packet = packets_.empty();
rtp_format_vp8.h 71 // written to buffer. Parameter last_packet is true for the last packet of
80 bool* last_packet) override;
rtp_format_vp8.cc 202 bool* last_packet) {
226 *last_packet = packets_.empty();
rtp_format_vp9.cc 550 bool* last_packet) {
560 *last_packet =
  /external/scapy/scapy/layers/
tftp.py 145 self.last_packet = self.l3/TFTP_RRQ(filename=self.filename, mode="octet")
146 self.send(self.last_packet)
176 self.send(self.last_packet)
181 self.last_packet = self.l3 / TFTP_ACK(block = self.awaiting)
182 self.send(self.last_packet)
239 self.last_packet = self.l3/TFTP_WRQ(filename=self.filename, mode="octet")
240 self.send(self.last_packet)
269 self.send(self.last_packet)
275 self.last_packet = self.l3/TFTP_DATA(block=self.awaiting)/self.data.pop(0)
276 self.send(self.last_packet)
    [all...]
  /system/bt/btif/src/
btif_sock_l2cap.cc 77 struct packet* last_packet; // last packet to be delivered to app member in struct:l2cap_socket
127 sock->last_packet = NULL;
166 sock->last_packet = p;
183 p->prev = sock->last_packet;
184 sock->last_packet = p;
304 sock->last_packet = NULL;
    [all...]
  /external/webrtc/talk/media/base/
videoengine_unittest.h 761 size_t last_packet = NumRtpPackets() - 1; local
763 p(GetRtpPacket(static_cast<int>(last_packet)));
779 last_packet = NumRtpPackets() - 1;
780 p.reset(GetRtpPacket(static_cast<int>(last_packet)));
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 29 const MediaPacket* last_packet = static_cast<const MediaPacket*>(*last_it); local
30 if (IsNewerSequenceNumber(last_packet->header().sequenceNumber,
    [all...]
  /external/syslinux/gpxe/src/net/80211/
net80211.c 136 int last_packet; member in struct:net80211_assoc_ctx
    [all...]

Completed in 1004 milliseconds