/illumos-gate/usr/src/stand/lib/inet/ |
H A D | ethernet.c | 57 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 D | mac.c | 169 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()
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vnet_res.h | 120 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 D | vnet.h | 117 ether_addr_t local_macaddr; /* resource's macaddr */ 118 ether_addr_t rem_macaddr; /* resource's remote macaddr */
|
H A D | vnet_gen.h | 393 ether_addr_t macaddr; /* mac address of peer */ 419 ether_addr_t macaddr; /* mac addr of vnet */
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | if_ether.h | 44 ether_addr_t arp_sha; /* sender hardware address */ 46 ether_addr_t arp_tha; /* target hardware address */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ethernet.h | 47 typedef uchar_t ether_addr_t[ETHERADDRL]; typedef 53 ether_addr_t ether_addr_octet;
|
/illumos-gate/usr/src/uts/common/net/ |
H A D | trill.h | 118 ether_addr_t tni_adjsnpa; 139 ether_addr_t tln_nexthop;
|
H A D | bridge.h | 96 ether_addr_t blf_dest;
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xnb.h | 83 boolean_t (*xf_mcast_add)(xnb_t *, ether_addr_t *); 84 boolean_t (*xf_mcast_del)(xnb_t *, ether_addr_t *);
|
H A D | xnbo.c | 64 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 D | xnbu.c | 354 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()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | virtio_net.h | 34 ether_addr_t vncm_mac;
|
/illumos-gate/usr/src/uts/common/io/bfe/ |
H A D | bfe.h | 305 ether_addr_t bfe_ether_addr; 306 ether_addr_t bfe_dev_addr;
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_hio.h | 240 ether_addr_t altmac; /* The alternate MAC address. */ 407 extern int nxge_hio_hostinfo_init(nxge_t *, nxge_hio_vr_t *, ether_addr_t *);
|
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge.h | 343 ether_addr_t atge_ether_addr; 344 ether_addr_t atge_dev_addr;
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc.c | 510 CTASSERT(sizeof (ether_addr_t) == 6); 1291 igc->igc_mcast_raw = kmem_alloc(sizeof (ether_addr_t) * in igc_multicast_sync() 1295 bzero(igc->igc_mcast_raw, sizeof (ether_addr_t) * igc->igc_nmcast); in igc_multicast_sync() 1298 ether_addr_t *targ = &igc->igc_mcast_raw[nvalid]; in igc_multicast_sync() 1302 bcopy(igc->igc_mcast[i].ia_mac, targ, sizeof (ether_addr_t)); in igc_multicast_sync() 1493 kmem_free(igc->igc_mcast_raw, sizeof (ether_addr_t) * in igc_cleanup()
|
H A D | igc.h | 467 ether_addr_t *igc_mcast_raw;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | common.h | 59 extern const ether_addr_t ether_bcast;
|
H A D | common.c | 55 const ether_addr_t ether_bcast = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | space.c | 142 ether_addr_t etherbroadcastaddr = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_impl.h | 105 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 */
|
/illumos-gate/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_main.h | 331 ether_addr_t MacAddress; /* Mac address */
|
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.h | 308 ether_addr_t mac_addr[XGE_RX_MULTI_MAC_ADDRESSES_MAX];
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge.h | 358 ether_addr_t addr; /* in canonical form */ 398 ether_addr_t mul_addr;
|