OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NTP
(Results
1 - 2
of
2
) sorted by null
/external/scapy/scapy/layers/
ntp.py
7
NTP
(Network Time Protocol).
51
# include/
ntp
.h
71
This field handles the timestamp fields in the
NTP
header.
99
#####
NTP
119
6: "
NTP
control message",
169
Returns the right class for a given
NTP
packet.
171
# By default, calling
NTP
() will build a
NTP
packet as defined in RFC 5905
179
# Extract
NTP
mode
185
class
NTP
(Packet)
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc
204
// TODO(pbos): Make this fail when we haven't received
NTP
.
205
bool RTCPReceiver::
NTP
(uint32_t* ReceivedNTPsecs,
214
*ReceivedNTPsecs = _remoteSenderInfo.NTPseconds; //
NTP
from incoming SendReport
222
*RTCPArrivalTimeFrac = _lastReceivedSRNTPfrac; // local
NTP
time when we received a RTCP packet with a send block
439
// Save the
NTP
time of this report
532
// local
NTP
time when we received this
[
all
...]
Completed in 1061 milliseconds