Searched refs:ARP_TABLE_SIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dmac_impl.h58 #define ARP_TABLE_SIZE (3) /* size of ARP table */ macro
H A Dmac.c59 static struct arptable atable[ARP_TABLE_SIZE];
306 if (arp_index >= ARP_TABLE_SIZE)
323 for (i = 0; i < ARP_TABLE_SIZE; i++) {

Completed in 147 milliseconds