Searched refs:maxwait (Results 1 - 3 of 3) sorted by relevance

/system/core/libnetutils/
H A Ddhcp_utils.c63 * be created with any value. maxwait is the maximum amount of
66 static int wait_for_property(const char *name, const char *desired_value, int maxwait) argument
69 int maxnaps = (maxwait * 1000) / NAP_TIME;
/system/netd/
H A DMDnsSdListener.h138 static int wait_for_property(const char *name, const char *desired_value, int maxwait);
H A DMDnsSdListener.cpp688 static int wait_for_property(const char *name, const char *desired_value, int maxwait) argument
691 int maxnaps = (maxwait * 1000) / NAP_TIME;

Completed in 45 milliseconds