Searched refs:time (Results 51 - 75 of 972) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/include/
H A Dincludes.h126 # include <sys/time.h>
127 # include <time.h>
130 # include <sys/time.h>
132 # include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dsysdep.h21 #include <sys/time.h>
H A Dwebserver.h35 #include <time.h>
98 * last_modified: time when the contents of alias were last
99 * changed (local time)
H A Dclient_table.h43 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/uuid/
H A Dsysdep.c50 system dependent call to get the current system time.
60 ULARGE_INTEGER time; local
62 GetSystemTimeAsFileTime( ( FILETIME * ) & time );
65 NT keeps time in FILETIME format which is 100ns ticks since
66 Jan 1, 1601. UUIDs use time in 100ns ticks since Oct 15, 1582.
71 time.QuadPart += ( unsigned __int64 )( 1000 * 1000 * 10 ) // seconds
75 *uuid_time = time.QuadPart;
105 100ns resolution (nominally) time of day
134 UUID UTC base time is October 15, 1582.
135 Unix base time i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/passdb/
H A Dpdb_sql.c209 config_value_read(data, "logon time column",
211 config_value_read(data, "logoff time column",
213 config_value_read(data, "kickoff time column",
215 config_value_read(data, "pass last set time column",
217 config_value_read(data, "pass can change time column",
219 config_value_read(data, "pass must change time column",
320 "logon time column",
328 "logoff time column",
336 "kickoff time column",
344 "pass can change time colum
[all...]
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Darpping.c9 #include <sys/time.h>
10 #include <time.h>
80 time(&prevTime);
98 timeout -= time(NULL) - prevTime;
99 time(&prevTime);
/asus-wl-520gu-7.0.1.45/src/router/bridge/brctl/
H A Dbrctl_cmd.c24 #include <sys/time.h>
126 void br_cmd_setageing(struct bridge *br, char *time, char *arg1) argument
131 sscanf(time, "%lf", &secs);
145 void br_cmd_setfd(struct bridge *br, char *time, char *arg1) argument
150 sscanf(time, "%lf", &secs);
156 void br_cmd_setgcint(struct bridge *br, char *time, char *arg1) argument
161 sscanf(time, "%lf", &secs);
167 void br_cmd_sethello(struct bridge *br, char *time, char *arg1) argument
172 sscanf(time, "%lf", &secs);
178 void br_cmd_setmaxage(struct bridge *br, char *time, cha argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-calibr.c86 * Note that there is some time between counter underflowing and jiffies
153 * Note that on the i386 platform with short time-stamps, the
208 unsigned int time; local
222 * it will give a time less than one jiffy, and on
248 time = ftape_timediff(0, multiple - once);
249 tc = (1000 * time) / (count - 1);
255 * calibration time exceeds 100 ms.
257 if (time >= 100*1000)
261 * increase the count until the resulting time nears 2/HZ,
265 time
[all...]
/asus-wl-520gu-7.0.1.45/src/router/test/
H A Dtest.c5 #include <time.h>
17 #include <sys/time.h>
139 time(&t1);
154 time(&t2);
164 time(&t1);
179 time(&t2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/khttpd/
H A Dstructure.h4 #include <linux/time.h>
34 char IMS[128]; /* If-modified-since time, rfc string format */
40 int IMS_Time; /* if-modified-since time, unix format */
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Drenice.c26 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtst_getsectsize.c18 #include <time.h>
H A Dtst_getsize.c18 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dfsck.h5 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dmagic.c25 #include <sys/time.h>
40 * and current time, currently.
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp_gre.h17 uint64_t time; // time when this tracked packet was sent (in usecs) member in struct:pack_track
46 pack_track_t pt; // last data packet seq/time
47 int rtt; // estimated round-trip time in us
/asus-wl-520gu-7.0.1.45/src/tools/upnp/include/
H A Dlinux_osl.h26 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dbcmtimer.h21 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dbcmtimer.h21 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dschling.h31 int hour; // the hours of the schedule time, 01~24
32 int min; // the minutes of schedule time, 00~59
42 int time; // delay time, in minute member in struct:DelayAct
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/
H A Dsock.c38 #include <time.h>
47 #include <sys/time.h>
161 * Description : Receives or sends data. Also returns the time taken
183 time_t start_time = time( NULL );
250 // subtract time used for reading/writing
252 *timeoutSecs -= time( NULL ) - start_time;
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dschling.h31 int hour; // the hours of the schedule time, 01~24
32 int min; // the minutes of schedule time, 00~59
42 int time; // delay time, in minute member in struct:DelayAct
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr4181/common/
H A Dtime.c5 * rtc and time ops for vr4181. Part of code is drived from
18 #include <linux/time.h>
22 #include <asm/time.h>
77 // time value is written non-atomically in 3 separate regs
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dset_file_time.c2 The evil 'set file time' function for testing file removal
8 #include <sys/time.h>
9 #include <sys/time.h>

Completed in 298 milliseconds

1234567891011>>