Home
last modified time | relevance | path

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

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