/external/webrtc/webrtc/system_wrappers/source/ |
D | ntp_time_unittest.cc | 22 NtpTime ntp; in TEST() local 23 EXPECT_FALSE(ntp.Valid()); in TEST() 27 NtpTime ntp(kNtpSec, kNtpFrac); in TEST() local 28 EXPECT_TRUE(ntp.Valid()); in TEST() 29 ntp.Reset(); in TEST() 30 EXPECT_FALSE(ntp.Valid()); in TEST() 34 NtpTime ntp; in TEST() local 35 ntp.Set(kNtpSec, kNtpFrac); in TEST() 36 EXPECT_EQ(kNtpSec, ntp.seconds()); in TEST() 37 EXPECT_EQ(kNtpFrac, ntp.fractions()); in TEST() [all …]
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | time_util.h | 20 inline uint32_t NtpToRtp(NtpTime ntp, uint32_t freq) { in NtpToRtp() argument 21 uint32_t tmp = (static_cast<uint64_t>(ntp.fractions()) * freq) >> 32; in NtpToRtp() 22 return ntp.seconds() * freq + tmp; in NtpToRtp() 38 inline uint32_t CompactNtp(NtpTime ntp) { in CompactNtp() argument 39 return (ntp.seconds() << 16) | (ntp.fractions() >> 16); in CompactNtp()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | rrtr.h | 39 void WithNtp(const NtpTime& ntp) { ntp_ = ntp; } in WithNtp() argument 41 NtpTime ntp() const { return ntp_; } in ntp() function
|
D | rrtr_unittest.cc | 46 EXPECT_EQ(kNtpSec, parsed.ntp().seconds()); in TEST() 47 EXPECT_EQ(kNtpFrac, parsed.ntp().fractions()); in TEST()
|
/external/libpcap/ |
D | pcap-snit.c | 122 register struct nit_iftime *ntp; in pcap_read_snit() local 175 ntp = (struct nit_iftime *)cp; in pcap_read_snit() 176 cp += sizeof(*ntp); in pcap_read_snit() 195 h.ts = ntp->nh_timestamp; in pcap_read_snit()
|
/external/tcpdump/tests/ |
D | dhcpv6-ntp-server.out | 1 …418354459 000c299ba153) (NTP-server subopt:1 2a01::1 subopt:2 ff05::101 subopt:3 ntp.example.com.))
|
D | TESTLIST | 160 dhcpv6-ntp-server dhcpv6-ntp-server.pcap dhcpv6-ntp-server.out -v
|
/external/u-boot/doc/ |
D | README.SNTP | 16 2. Only the 1st NTP server IP, in the option ntp-servers of DHCP, will
|
D | README.dns | 53 bfin> dns pool.ntp.org ntpserverip
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/ |
D | rationale.txt | 22 ntp
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 104 ../../print-ntp.o \
|
D | WinDump.dsp | 496 SOURCE="..\..\print-ntp.c"
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | leapseconds | 9 # or <ftp://tycho.usno.navy.mil/pub/ntp/leap-seconds.list>.
|
D | iso-639-3_Name_Index.tab | 5043 ntp Northern Tepehuan Tepehuan, Northern
|
D | iso-639-3.tab | 4840 ntp I L Northern Tepehuan
|
/external/ipsec-tools/src/libipsec/ |
D | key_debug.c | 527 struct sadb_x_nat_t_port *ntp = (void *)ext; in kdebug_sadb_x_nat_t_port() local 533 printf("sadb_x_nat_t_port{ port=%u }\n", ntohs(ntp->sadb_x_nat_t_port_port)); in kdebug_sadb_x_nat_t_port()
|
/external/u-boot/board/freescale/m5373evb/ |
D | README | 319 Setting time from ntp server: ntp.cs.strath.ac.uk 320 ntp.cs.strath.ac.uk: Unknown host
|
/external/bcc/scripts/ |
D | bpf_demo.ks.erb | 27 ntp
|
/external/tcpdump/ |
D | Android.bp | 138 "print-ntp.c",
|
D | Makefile.in | 178 print-ntp.c \
|
D | CHANGES | 1371 - print-ntp.c: Make some verbose output depend on -v.
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 258 #dhcp-option=option:ntp-server,192.168.0.4,10.10.0.5 280 #dhcp-option = net:red, option:ntp-server, 192.168.1.1
|
/external/libevent/ |
D | configure.ac | 878 dnl http://bugs.ntp.org/1844
|
/external/scapy/test/ |
D | regression.uts | 5930 …s=1\x08vs=190.9\x04ch=2\x08sr=44100\x05ss=16\x08pw=false\x06et=0,1\x04ek=1\ntp=TCP,UDP\x13am=Freeb… 6980 assert(p.data.load == b'ntp.test.2.conf\x00') 6986 s = b"\xd6\x89\x00\x1d\x00\x00\x00\x00\x00\x00\x00*Configuration saved to 'ntp.test.2.conf'\r\n\x00… 6996 assert(p.data.load == b"Configuration saved to 'ntp.test.2.conf'\r\n\x00\x00")
|
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/ |
D | entityToCode.tsv | 170 http://www.wikidata.org/entity/Q15615651 ntp
|