Searched refs:maxnaps (Results 1 - 2 of 2) sorted by path

/system/core/libnetutils/
H A Ddhcp_utils.c69 int maxnaps = (maxwait * 1000) / NAP_TIME; local
71 if (maxnaps < 1) {
72 maxnaps = 1;
75 while (maxnaps-- > 0) {
/system/netd/
H A DMDnsSdListener.cpp691 int maxnaps = (maxwait * 1000) / NAP_TIME; local
693 if (maxnaps < 1) {
694 maxnaps = 1;
697 while (maxnaps-- > 0) {

Completed in 148 milliseconds