Home
last modified time | relevance | path

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

/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/dhcpcd-6.8.2/dhcpcd-hooks/
D50-ntp.conf14 [ -e /var/lib/ntp ] || mkdir /var/lib/ntp
15 : ${ntp_service:=ntp}
16 : ${NTP_DHCP_CONF:=/var/lib/ntp/ntp.conf.dhcp}
25 if [ -z "$NTP_CONF" -a -e /etc/ntpd.conf -a ! -e /etc/ntp.conf ]; then
28 : ${NTP_CONF:=/etc/ntp.conf}
/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.))
DTESTLIST159 dhcpv6-ntp-server dhcpv6-ntp-server.pcap dhcpv6-ntp-server.out -t -v
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
Drationale.txt22 ntp
/external/ltp/tools/pounder21/
Dconfig39 export NTP_SERVER=pool.ntp.org #Or use another NTP server of your choice.
/external/tcpdump/win32/prj/
DGNUmakefile104 ../../print-ntp.o \
DWinDump.dsp496 SOURCE="..\..\print-ntp.c"
/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/tcpdump/
DAndroid.mk112 print-ntp.c \
DMakefile.in178 print-ntp.c \
DCHANGES1245 - print-ntp.c: Make some verbose output depend on -v.
/external/ltp/tools/pounder21/doc/
DCONFIGURATION106 NTP_SERVER The NTP server to use. By default, it's set to pool.ntp.org.
/external/dhcpcd-6.8.2/
DREADME122 ./configure -with-hook=ntp.conf
/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.ac752 dnl http://bugs.ntp.org/1844
/external/selinux/python/sepolgen/tests/test_data/
Daudit.log4498 ….132:1819): avc: denied { getattr } for pid=23436 comm="updatedb" name="ntp" dev=dm-0 ino=14436…
4500 type=AVC_PATH msg=audit(1162976833.132:1819): path="/var/lib/ntp"