HomeSort by relevance Sort by last modified time
    Searched refs:default_timeout (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/plugins/radius/
options.h 35 int default_timeout = 60; variable
43 {"login_timeout", OT_INT, ST_UNDEF, &default_timeout},
  /external/chromium/third_party/libevent/
http.c 324 evhttp_add_event(struct event *ev, int timeout, int default_timeout)
330 tv.tv_sec = timeout != -1 ? timeout : default_timeout;
    [all...]

Completed in 2398 milliseconds