Home
last modified time | relevance | path

Searched defs:arpcom (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dif_ether.h77 struct arpcom { struct
78 struct ifnet ac_if; /* network-visible interface */
79 struct ether_addr ac_enaddr; /* ethernet hardware address */
80 struct in_addr ac_ipaddr; /* copy of ip address- XXX */
81 struct mcaddr *ac_mcaddr; /* table of multicast addrs */
82 ushort_t ac_nmcaddr; /* count of M/C addrs in use */
83 struct in_addr ac_lastip; /* cache of last ARP lookup */
84 struct ether_addr ac_lastarp; /* result of the last ARP */