Searched defs:ipmp_arpent_s (Results 1 – 1 of 1) sorted by relevance
1571 typedef struct ipmp_arpent_s { struct1572 ipaddr_t ia_ipaddr; /* IP address for this entry */1573 boolean_t ia_proxyarp; /* proxy ARP entry? */1574 boolean_t ia_notified; /* ARP notified about this entry? */1575 list_node_t ia_node; /* next ARP entry in list */1576 uint16_t ia_flags; /* nce_flags for the address */1577 size_t ia_lladdr_len;1578 uchar_t *ia_lladdr;