Searched defs:arpcom (Results 1 – 2 of 2) sorted by relevance
78 struct arpcom { struct79 struct ifnet ac_if; /* network-visible interface */80 struct ether_addr ac_enaddr; /* ethernet hardware address */81 struct in_addr ac_ipaddr; /* copy of ip address- XXX */82 struct mcaddr *ac_mcaddr; /* table of multicast addrs */83 ushort_t ac_nmcaddr; /* count of M/C addrs in use */84 struct in_addr ac_lastip; /* cache of last ARP lookup */85 struct ether_addr ac_lastarp; /* result of the last ARP */
98 struct arpcom { struct99 struct ifnet ac_if; /* network-visible interface */100 struct ether_addr ac_enaddr; /* ethernet hardware address */101 struct in_addr ac_ipaddr; /* copy of ip address- XXX */102 struct mcaddr *ac_mcaddr; /* table of multicast addrs */103 u_short ac_nmcaddr; /* count of M/C addrs in use */104 struct in_addr ac_lastip; /* cache of last ARP lookup */105 struct ether_addr ac_lastarp; /* result of the last ARP */