/external/tcpdump/tests/ |
D | ahcp-vv.out | 9 NTP Server 18 …NTP Server: ::ffff:195.234.155.124, ::ffff:78.156.97.78, ::ffff:80.71.132.103, ::ffff:83.151.158.44 28 NTP Server 37 …NTP Server: ::ffff:195.234.155.124, ::ffff:78.156.97.78, ::ffff:80.71.132.103, ::ffff:83.151.158.44 47 NTP Server 56 …NTP Server: ::ffff:195.234.155.124, ::ffff:78.156.97.78, ::ffff:80.71.132.103, ::ffff:83.151.158.44 66 NTP Server 75 …NTP Server: ::ffff:195.234.155.124, ::ffff:78.156.97.78, ::ffff:80.71.132.103, ::ffff:83.151.158.44
|
D | QinQpacketv.out | 10 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP 23 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP 37 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP 50 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP 63 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP 76 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP 89 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP 102 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP 120 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP 133 Subnet-Mask, Default-Gateway, Domain-Name-Server, NTP [all …]
|
D | dcb_qcn.out | 10 YS, NTP, MTU, Option 119 12 NTP 22 YS, NTP, MTU, Option 119 24 NTP 96 YS, NTP, MTU, Option 119 98 NTP 188 YS, NTP, MTU, Option 119 190 NTP 201 YS, NTP, MTU, Option 119 203 NTP [all …]
|
D | dcb_ets.out | 11 YS, NTP, MTU, Option 119 13 NTP 78 YS, NTP, MTU, Option 119 80 NTP 90 YS, NTP, MTU, Option 119 92 NTP 103 YS, NTP, MTU, Option 119 105 NTP 179 YS, NTP, MTU, Option 119 181 NTP [all …]
|
D | dhcpv6-ntp-server.out | 1 … 000c2938f368) (server-ID hwaddr/time type 1 time 418354459 000c299ba153) (NTP-server subopt:1 2a0…
|
D | dcb_pfc.out | 10 YS, NTP, MTU, Option 119 12 NTP
|
D | dhcp-mud.out | 18 NTP, Lease-Time, Server-ID, RN
|
/external/autotest/client/site_tests/platform_AccurateTime/ |
D | control | 10 - NTP daemon is not running 11 - the NTP offset is not found 21 the configured NTP server's time.
|
/external/scapy/scapy/layers/ |
D | ntp.py | 185 class NTP(Packet): class 215 if isinstance(self, NTP): 217 elif issubclass(cls, NTP): 220 return super(NTP, self).haslayer(cls) 223 return super(NTP, self).getlayer(cls, nb=nb, _track=_track, 377 class NTPHeader(NTP): 793 class NTPControl(NTP): 1674 class NTPPrivate(NTP): 1833 bind_layers(UDP, NTP, {"sport": 123}) 1834 bind_layers(UDP, NTP, {"dport": 123}) [all …]
|
/external/u-boot/doc/ |
D | README.SNTP | 4 The "sntp" command gets network time from NTP time server and 16 2. Only the 1st NTP server IP, in the option ntp-servers of DHCP, will
|
D | README.iscsi | 148 #define NTP_CMD /* NTP commands */
|
/external/walt/android/WALT/app/src/main/jni/ |
D | README.md | 51 ## Comparison with NTP 53 NTP measures the mean travel_time (latency) and assumes it to be symmetric - the 63 can be fairly large compared to synchronization accuracy of NTP on a network
|
/external/scapy/test/ |
D | regression.uts | 458 ~ basic IP TCP UDP NTP LLC SNAP Dot11 460 Ether()/IP()/UDP()/NTP() 488 ~ basic sprintf Ether IP UDP NTP 489 a=Ether()/IP()/IP(ttl=4)/UDP()/NTP() 536 = specific haslayer and getlayer implementations for NTP 537 ~ haslayer getlayer NTP 539 assert NTP in pkt 540 assert pkt.haslayer(NTP) 541 assert isinstance(pkt[NTP], NTPHeader) 542 assert isinstance(pkt.getlayer(NTP), NTPHeader) [all …]
|
/external/linux-kselftest/android/patches/ |
D | 0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patch | 49 /* clear NTP time_status & time_state */
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | leapseconds | 11 # The NTP Timescale and Leap Seconds
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.h | 66 bool NTP(uint32_t* ReceivedNTPsecs,
|
D | rtp_rtcp_impl.cc | 520 return rtcp_receiver_.NTP(received_ntpsecs, in RemoteNTP() 935 if (!rtcp_receiver_.NTP(&ntp_secs, in LastReceivedNTP()
|
D | rtcp_receiver.cc | 205 bool RTCPReceiver::NTP(uint32_t* ReceivedNTPsecs, in NTP() function in webrtc::RTCPReceiver
|
/external/walt/ |
D | README.google | 43 Despite the reliability and accuracy of NTP, device and host wall clocks can
|
/external/iputils/doc/ |
D | clockdiff.sgml | 73 use NTP in this case, which is even better.
|
/external/scapy/doc/scapy/ |
D | usage.rst | 260 …the UDP and NTP layers are fuzzed. The UDP checksum will be correct, the UDP destination port will… 262 >>> send(IP(dst="target")/fuzz(UDP()/NTP(version=4)),loop=1) 1279 NTP, etc.) to deserve an answer::
|
D | build_dissect.rst | 1113 TimeStampField # NTP (BitField)
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 257 # Set the NTP time server addresses to 192.168.0.4 and 10.10.0.5 260 # Set the NTP time server address to be the same machine as
|
/external/python/cpython3/Doc/library/ |
D | time.rst | 250 a NTP daemon) or manually by the system administrator, ``False`` otherwise 773 hardware-based time that is not subject to NTP adjustments.
|
/external/libevent/ |
D | whatsnew-2.1.txt | 635 NTP, or in large amounts due to users who move their system clocks all over
|