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

  /system/core/libnetutils/
dhcp_utils.c 68 int maxnaps = (maxwait * 1000) / NAP_TIME; local
70 if (maxnaps < 1) {
71 maxnaps = 1;
74 while (maxnaps-- > 0) {
  /system/netd/
MDnsSdListener.cpp 691 int maxnaps = (maxwait * 1000) / NAP_TIME; local
693 if (maxnaps < 1) {
694 maxnaps = 1;
697 while (maxnaps-- > 0) {

Completed in 31 milliseconds