Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h48 typedef struct ether_addr eaddr_t; typedef
103 eaddr_t man_eaddr; /* active ether addr */
174 eaddr_t md_dst_eaddr; /* Destinations ether address */
175 eaddr_t md_src_eaddr; /* Our ether address */
284 eaddr_t mpg_dst_eaddr;
311 eaddr_t mip_eaddr; /* Eaddr for this destination */
432 eaddr_t manc_dom_eaddr; /* 48 bit ethernet address */
433 eaddr_t manc_sc_eaddr; /* 48 bit ethernet address */
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman.c448 static int man_start(queue_t *, mblk_t *, eaddr_t *);
455 static int man_get_our_etheraddr(eaddr_t *eap);
462 static mblk_t *man_alloc_physreq_mp(eaddr_t *);
927 eaddr_t man_eaddr; in man_attach()
1067 man_get_our_etheraddr(eaddr_t *eap) in man_get_our_etheraddr()
1689 man_start(register queue_t *wq, register mblk_t *mp, eaddr_t *eap) in man_start()
2206 eaddr_t *eap; in man_geteaddr()
2209 error = miocpullup(mp, sizeof (eaddr_t)); in man_geteaddr()
2215 eap = (eaddr_t *)mp->b_cont->b_rptr; in man_geteaddr()
2217 miocack(wq, mp, sizeof (eaddr_t), 0); in man_geteaddr()
[all …]