代码搜索:ntp
找到约 1,118 项符合「ntp」的源代码
代码结果 1,118
www.eeworm.com/read/429935/1943668
ntp
#!/bin/sh
CHK=`cm_auth $REMOTE_ADDR`
echo "Content-Type: text/html"
echo
if [ $CHK = "0" ]
then
cat /usr/www/index.html
exit
fi
/usr/sbin/ntpdate pool.ntp.org > /dev/null
echo "
www.eeworm.com/read/424039/2020561
accept-ntp-perim_host-ntp_servers
Chain acct-in :
Chain acct-fwd :
Chain acct-out :
Chain tcp-in :
target prot opt tosa tosx ifname mark outsize source destination ports
syn-in tcp -y--
www.eeworm.com/read/290548/8476944
c ntp.c
/*
* linux/kernel/time/ntp.c
*
* NTP state machine interfaces and logic.
*
* This code was mainly moved from kernel/timer.c and kernel/time.c
* Please see those files for relevant copyright info
www.eeworm.com/read/382649/9007544
h ntp.h
/* $Header: /tcpdump/master/tcpdump/ntp.h,v 1.8 2004-01-28 14:34:50 hannes Exp $ */
/*
* Based on ntp.h from the U of MD implementation
* This file is based on Version 2 of the NTP spec (RFC1119).
www.eeworm.com/read/166022/10040964
c ntp.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/278507/10530871
h ntp.h
#define JAN_1970 2208988800UL /* 1970 - 1900 in seconds */
struct l_fixedpt { /* 64-bit fixed-point */
uint32_t int_part;
uint32_t fraction;
};
struct s_fixedpt { /* 32-bit fixed-point */
ui
www.eeworm.com/read/351626/10634254
c ntp.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/422466/10635536
c ntp.c
#include
#include
#include
#include
#include
#include
#define PATH "/config/www/"
main()
{
char test[150];
int n;
int i;
int count
www.eeworm.com/read/422466/10635666