Home
last modified time | relevance | path

Searched refs:ntp (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/webrtc/system_wrappers/source/
Dntp_time_unittest.cc22 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/
Dtime_util.h20 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/
Drrtr.h39 void WithNtp(const NtpTime& ntp) { ntp_ = ntp; } in WithNtp() argument
41 NtpTime ntp() const { return ntp_; } in ntp() function
Drrtr_unittest.cc46 EXPECT_EQ(kNtpSec, parsed.ntp().seconds()); in TEST()
47 EXPECT_EQ(kNtpFrac, parsed.ntp().fractions()); in TEST()
/external/libpcap/
Dpcap-snit.c122 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/
Ddhcpv6-ntp-server.out1 …418354459 000c299ba153) (NTP-server subopt:1 2a01::1 subopt:2 ff05::101 subopt:3 ntp.example.com.))
DTESTLIST160 dhcpv6-ntp-server dhcpv6-ntp-server.pcap dhcpv6-ntp-server.out -v
/external/u-boot/doc/
DREADME.SNTP16 2. Only the 1st NTP server IP, in the option ntp-servers of DHCP, will
DREADME.dns53 bfin> dns pool.ntp.org ntpserverip
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
Drationale.txt22 ntp
/external/tcpdump/win32/prj/
DGNUmakefile104 ../../print-ntp.o \
DWinDump.dsp496 SOURCE="..\..\print-ntp.c"
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dleapseconds9 # or <ftp://tycho.usno.navy.mil/pub/ntp/leap-seconds.list>.
Diso-639-3_Name_Index.tab5043 ntp Northern Tepehuan Tepehuan, Northern
Diso-639-3.tab4840 ntp I L Northern Tepehuan
/external/ipsec-tools/src/libipsec/
Dkey_debug.c527 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/
DREADME319 Setting time from ntp server: ntp.cs.strath.ac.uk
320 ntp.cs.strath.ac.uk: Unknown host
/external/bcc/scripts/
Dbpf_demo.ks.erb27 ntp
/external/tcpdump/
DAndroid.bp138 "print-ntp.c",
DMakefile.in178 print-ntp.c \
DCHANGES1371 - print-ntp.c: Make some verbose output depend on -v.
/external/dnsmasq/
Ddnsmasq.conf.example258 #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/
Dconfigure.ac878 dnl http://bugs.ntp.org/1844
/external/scapy/test/
Dregression.uts5930 …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/
DentityToCode.tsv170 http://www.wikidata.org/entity/Q15615651 ntp

12