Home
last modified time | relevance | path

Searched refs:ether_addr_t (Results 1 – 25 of 30) sorted by relevance

12

/titanic_50/usr/src/stand/lib/inet/
H A Dethernet.c57 ether_addr_t etherbroadcastaddr = {
69 ether_print(ether_addr_t ea) in ether_print()
102 sizeof (ether_addr_t)); in ether_comarp()
104 (caddr_t)&out->arp_eh.ether_shost, sizeof (ether_addr_t)); in ether_comarp()
108 out->arp_ea.arp_hln = sizeof (ether_addr_t); in ether_comarp()
111 sizeof (ether_addr_t)); in ether_comarp()
168 sizeof (ether_addr_t)); in ether_comarp()
178 sizeof (ether_addr_t)) != 0) in ether_comarp()
212 ether_addr_t *ep = (ether_addr_t *)hap; in ether_arp()
224 sizeof (ether_addr_t)); in ether_arp()
[all …]
H A Dmac.c169 mac_state.mac_addr_len = sizeof (ether_addr_t); in mac_init()
194 mac_state.mac_addr_len = sizeof (ether_addr_t); in mac_init()
218 mac_state.mac_addr_len = sizeof (ether_addr_t); in mac_init()
246 mac_state.mac_addr_len = sizeof (ether_addr_t); in mac_init()
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvnet_res.h120 vio_net_res_type_t type, ether_addr_t local_maddr, ether_addr_t rem_maddr,
125 vio_net_res_type_t type, ether_addr_t local_maddr, ether_addr_t rem_maddr,
H A Dvnet.h117 ether_addr_t local_macaddr; /* resource's macaddr */
118 ether_addr_t rem_macaddr; /* resource's remote macaddr */
H A Dvnet_gen.h393 ether_addr_t macaddr; /* mac address of peer */
419 ether_addr_t macaddr; /* mac addr of vnet */
/titanic_50/usr/src/uts/common/netinet/
H A Dif_ether.h45 ether_addr_t arp_sha; /* sender hardware address */
47 ether_addr_t arp_tha; /* target hardware address */
/titanic_50/usr/src/uts/common/sys/
H A Dethernet.h46 typedef uchar_t ether_addr_t[ETHERADDRL]; typedef
52 ether_addr_t ether_addr_octet;
/titanic_50/usr/src/uts/common/net/
H A Dtrill.h118 ether_addr_t tni_adjsnpa;
139 ether_addr_t tln_nexthop;
H A Dbridge.h96 ether_addr_t blf_dest;
/titanic_50/usr/src/uts/common/xen/io/
H A Dxnb.h83 boolean_t (*xf_mcast_add)(xnb_t *, ether_addr_t *);
84 boolean_t (*xf_mcast_del)(xnb_t *, ether_addr_t *);
H A Dxnbo.c64 ether_addr_t addr;
522 xnbo_mcast_find(xnb_t *xnbp, ether_addr_t *addr, boolean_t remove) in xnbo_mcast_find()
569 xnbo_mcast_add(xnb_t *xnbp, ether_addr_t *addr) in xnbo_mcast_add()
607 xnbo_mcast_del(xnb_t *xnbp, ether_addr_t *addr) in xnbo_mcast_del()
H A Dxnbu.c354 xnbu_mcast_add(xnb_t *xnbp, ether_addr_t *addr) in xnbu_mcast_add()
362 xnbu_mcast_del(xnb_t *xnbp, ether_addr_t *addr) in xnbu_mcast_del()
/titanic_50/usr/src/uts/common/io/bfe/
H A Dbfe.h305 ether_addr_t bfe_ether_addr;
306 ether_addr_t bfe_dev_addr;
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_hio.h240 ether_addr_t altmac; /* The alternate MAC address. */
407 extern int nxge_hio_hostinfo_init(nxge_t *, nxge_hio_vr_t *, ether_addr_t *);
H A Dnxge_impl.h738 ether_addr_t addr;
761 ether_addr_t factory_mac_pool[XMAC_MAX_ADDR_ENTRY];
H A Dnxge.h789 ether_addr_t hio_mac_addr;
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.h61 extern const ether_addr_t ether_bcast;
H A Dcommon.c57 const ether_addr_t ether_bcast = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
/titanic_50/usr/src/uts/common/io/atge/
H A Datge.h343 ether_addr_t atge_ether_addr;
344 ether_addr_t atge_dev_addr;
/titanic_50/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h331 ether_addr_t MacAddress; /* Mac address */
/titanic_50/usr/src/uts/common/io/bge/
H A Dbge_impl.h105 typedef uchar_t ether_addr_t[ETHERADDRL]; typedef
419 ether_addr_t mac_addr[MAC_ADDRESS_REGS_MAX];
567 ether_addr_t addr; /* in canonical form */
/titanic_50/usr/src/uts/common/io/xge/drv/
H A Dxgell.h308 ether_addr_t mac_addr[XGE_RX_MULTI_MAC_ADDRESSES_MAX];
/titanic_50/usr/src/uts/common/io/nge/
H A Dnge.h358 ether_addr_t addr; /* in canonical form */
398 ether_addr_t mul_addr;
/titanic_50/usr/src/uts/common/os/
H A Dspace.c143 ether_addr_t etherbroadcastaddr = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
/titanic_50/usr/src/uts/sun4v/io/
H A Dvnet.c1568 ether_addr_t local_macaddr, ether_addr_t rem_macaddr, vio_net_handle_t *vhp, in vio_net_resource_reg()
2702 ether_addr_t rem_addr = in vnet_hio_mac_init()

12