Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/netinet/
H A Dif_ether.h78 struct arpcom { struct
79 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 */
/titanic_41/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h98 struct arpcom { struct
99 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 */