HomeSort by: relevance | last modified time | path
    Searched defs:dad_arp_ocount (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
if_arp.c 1480 int dad_arp_ocount; /* ARP sent so far */ member in struct:dadq
1555 dp->dad_arp_ocount++;
1621 dp->dad_arp_acount = dp->dad_arp_ocount = dp->dad_arp_tcount = 0;
1699 if (dp->dad_arp_ocount < dp->dad_count) {
1706 if (dp->dad_arp_ocount < dp->dad_count)

Completed in 21 milliseconds