Searched refs:timeup (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_elections.c34 uint32 criterion, int timeup,const char *server_name)
48 SCVAL(p,0,((criterion == 0 && timeup == 0) ? 0 : ELECTION_VERSION));
50 SIVAL(p,5,timeup*1000); /* ms - Despite what the spec says. */
218 uint32 criterion, int timeup, const char *server_name)
232 timeup, mytimeup,
245 if (timeup > mytimeup)
247 if (timeup < mytimeup)
265 int timeup = IVAL(buf,5)/1000; local
279 DEBUG(5,("process_election: vers=%d criterion=%08x timeup=%d\n", version,criterion,timeup));
33 send_election_dgram(struct subnet_record *subrec, const char *workgroup_name, uint32 criterion, int timeup,const char *server_name) argument
217 win_election(struct work_record *work, int version, uint32 criterion, int timeup, const char *server_name) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dinfosvr.c45 int timeup=0; variable
670 timeup = 1;

Completed in 38 milliseconds