Home
last modified time | relevance | path

Searched refs:ARP_NUM (Results 1 – 1 of 1) sorted by relevance

/dragonfly/stand/lib/
H A Darp.c53 #define ARP_NUM 8 /* need at most 3 arp entries */ macro
58 } arp_list[ARP_NUM] = {
96 if (arp_num > ARP_NUM - 1) { in arpwhohas()