Searched defs:ether_addr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dethernet.h51 struct ether_addr { struct
59 struct ether_addr ether_dhost;
60 struct ether_addr ether_shost;
67 struct ether_addr ether_dhost;
68 struct ether_addr ether_shost;
143 extern int localetheraddr(struct ether_addr *, struct ether_addr *);
144 extern char *ether_sprintf(struct ether_addr *);
147 extern char *ether_ntoa(const struct ether_addr *);
148 extern char *ether_ntoa_r(const struct ether_addr *, cha
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h27 struct ether_addr { struct
35 struct ether_addr ether_dhost;
36 struct ether_addr ether_shost;
65 struct ether_addr arp_sha; /* sender hardware address */
67 struct ether_addr arp_tha; /* target hardware address */
83 struct ether_addr mc_enaddr; /* multicast address */
100 struct ether_addr ac_enaddr; /* ethernet hardware address */
105 struct ether_addr ac_lastarp; /* result of the last ARP */
114 struct ether_addr atu_enaddr; /* ethernet address */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c330 * uchar_t *ether_addr: the ethernet address of the default router for
337 nca_set_nif(int fd, struct in_addr local_addr, uchar_t *ether_addr) argument
352 *dst++ = *ether_addr++;
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h69 struct ether_addr { struct
413 struct ether_addr *ether_aton(const char *);
414 struct ether_addr *ether_aton_r(const char *, struct ether_addr *);
415 int ether_hostton(const char *, struct ether_addr *);
416 int ether_line(const char *, struct ether_addr *, char *);
417 char *ether_ntoa(const struct ether_addr *);
418 char *ether_ntoa_r(const struct ether_addr *, char *);
419 int ether_ntohost(char *, const struct ether_addr *);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c2662 struct ether_addr *newtable;
2684 sizeof (struct ether_addr);
2686 sizeof (struct ether_addr);
2731 struct ether_addr *newtable;
2751 sizeof (struct ether_addr);
2753 sizeof (struct ether_addr);
2788 Adapter->mcast_alloc_count * sizeof (struct ether_addr));
4412 e1000g_ether_addr_t ether_addr; local
4478 ether_addr.reg.low = E1000_READ_REG_ARRAY(hw, E1000_RA, 0);
4479 ether_addr
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h95 struct ether_addr { struct

Completed in 84 milliseconds