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

  /external/dhcpcd-6.8.2/
arp.h 37 #define ANNOUNCE_NUM 2
arp.c 230 if (++astate->claims < ANNOUNCE_NUM)
235 astate->claims, ANNOUNCE_NUM, ANNOUNCE_WAIT);
240 astate->claims, ANNOUNCE_NUM);
245 astate->claims < ANNOUNCE_NUM ? arp_announce1 : arp_announced,
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
autoip.h 68 #define ANNOUNCE_NUM 2 /* (number of announcement packets) */
  /external/syslinux/core/lwip/src/core/ipv4/
autoip.c 461 if(netif->autoip->sent_num >= ANNOUNCE_NUM) {

Completed in 734 milliseconds