Searched refs:timelimit (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libradius/ |
H A D | radlib.c | 1237 struct timeval timelimit; in rad_send_request() local 1247 gettimeofday(&timelimit, NULL); in rad_send_request() 1248 timeradd(&tv, &timelimit, &timelimit); in rad_send_request() 1266 timersub(&timelimit, &tv, &tv); in rad_send_request() 1277 gettimeofday(&timelimit, NULL); in rad_send_request() 1278 timeradd(&tv, &timelimit, &timelimit); in rad_send_request()
|
/freebsd/usr.sbin/ypldap/ |
H A D | aldap.c | 152 char **attrs, int typesonly, int sizelimit, int timelimit, in aldap_search() argument 171 timelimit, typesonly); in aldap_search() 671 int timelimit) 682 typesonly, sizelimit, timelimit) == -1)
|