Searched refs:ether_addr (Results 1 - 25 of 61) sorted by last modified time

123

/freebsd-11-stable/usr.sbin/arp/
H A Darp.c97 static int get_ether_addr(in_addr_t ipaddr, struct ether_addr *hwaddr);
324 struct ether_addr *ea;
380 ea = (struct ether_addr *)LLADDR(&sdl_m);
389 struct ether_addr *ea1 = ether_aton(eaddr);
634 ether_ntoa((struct ether_addr *)LLADDR(sdl)));
732 " arp -s hostname ether_addr [temp] [reject | blackhole] [pub [only]]",
733 " arp -S hostname ether_addr [temp] [reject | blackhole] [pub [only]]",
831 get_ether_addr(in_addr_t ipaddr, struct ether_addr *hwaddr)
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c3428 struct ether_addr *mac;
/freebsd-11-stable/sys/net/
H A Dethernet.h69 struct ether_addr { struct
442 void ether_gen_addr(struct ifnet *ifp, struct ether_addr *hwaddr);
458 struct ether_addr *ether_aton(const char *);
459 struct ether_addr *ether_aton_r(const char *, struct ether_addr *);
460 int ether_hostton(const char *, struct ether_addr *);
461 int ether_line(const char *, struct ether_addr *, char *);
462 char *ether_ntoa(const struct ether_addr *);
463 char *ether_ntoa_r(const struct ether_addr *, char *);
464 int ether_ntohost(char *, const struct ether_addr *);
[all...]
H A Dif_ethersubr.c93 CTASSERT(sizeof (struct ether_addr) == ETHER_ADDR_LEN);
1386 ether_gen_addr(struct ifnet *ifp, struct ether_addr *hwaddr)
H A Dif_vxlan.c180 struct ether_addr vxl_hwaddr;
H A Dif_tap.c511 bcopy(IF_LLADDR(tp->tap_ifp), tp->ether_addr, sizeof(tp->ether_addr));
866 bcopy(tp->ether_addr, data, sizeof(tp->ether_addr));
872 bcopy(data, tp->ether_addr, sizeof(tp->ether_addr));
H A Dif_bridge.c227 struct ether_addr sc_defaddr; /* Default MAC address */
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y79 struct ether_addr *geteaddr(char *, struct ether_addr *);
618 struct ether_addr *geteaddr(arg, buf)
620 struct ether_addr *buf;
622 struct ether_addr *e;
H A Diplang.h12 struct ether_addr if_eaddr;
26 struct ether_addr arp_eaddr;
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c3350 , ether_ntoa((const struct ether_addr *) sr->isr_bssid)
3516 , ether_ntoa((const struct ether_addr*)
3531 , ether_ntoa((const struct ether_addr*)
4092 (const struct ether_addr *) acllist[i].ml_macaddr));
4169 ether_ntoa((const struct ether_addr *)rt->imr_dest));
4171 ether_ntoa((const struct ether_addr *)rt->imr_nexthop),
4444 printf(" bssid %s", ether_ntoa((struct ether_addr *)data));
5256 const struct ether_addr *ea;
5267 const struct ether_addr *ea;
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Darp.c89 if (!(ether_hostton(hp->h_name, (struct ether_addr *)ether)))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp291 CHECK_TYPE_SIZE(ether_addr); variable
H A Dsanitizer_platform_limits_posix.cpp1116 CHECK_TYPE_SIZE(ether_addr); variable
H A Dsanitizer_platform_limits_netbsd.cpp2353 CHECK_TYPE_SIZE(ether_addr); variable
H A Dsanitizer_platform_limits_freebsd.cpp456 CHECK_TYPE_SIZE(ether_addr); variable
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure5787 ether_ntohost(name, (struct ether_addr *)ea);
5889 # Do we have "struct ether_addr"?
5891 ac_fn_c_check_type "$LINENO" "struct ether_addr" "ac_cv_type_struct_ether_addr" "
H A Daddrtoname.c49 struct ether_addr { struct
53 extern int ether_ntohost(char *, const struct ether_addr *);
528 if (ether_ntohost(buf2, (const struct ether_addr *)ep) == 0) {
966 if (ether_ntohost(name, (const struct ether_addr *)el->addr) == 0) {
/freebsd-11-stable/contrib/libpcap/
H A Dnametoaddr.c100 * If <netinet/if_ether.h> defines struct ether_addr, include
106 struct ether_addr { struct
122 extern int ether_hostton(const char *, struct ether_addr *);
777 if (ether_hostton(name, (struct ether_addr *)a) == 0) {
/freebsd-11-stable/sys/dev/bge/
H A Dif_bge.c404 static int bge_get_eaddr_fw(struct bge_softc *sc, uint8_t ether_addr[]);
6709 bge_get_eaddr_fw(struct bge_softc *sc, uint8_t ether_addr[]) argument
6716 OF_getetheraddr(sc->bge_dev, ether_addr);
6723 bge_get_eaddr_mem(struct bge_softc *sc, uint8_t ether_addr[]) argument
6729 ether_addr[0] = (uint8_t)(mac_addr >> 8);
6730 ether_addr[1] = (uint8_t)mac_addr;
6732 ether_addr[2] = (uint8_t)(mac_addr >> 24);
6733 ether_addr[3] = (uint8_t)(mac_addr >> 16);
6734 ether_addr[4] = (uint8_t)(mac_addr >> 8);
6735 ether_addr[
6742 bge_get_eaddr_nvram(struct bge_softc *sc, uint8_t ether_addr[]) argument
6754 bge_get_eaddr_eeprom(struct bge_softc *sc, uint8_t ether_addr[]) argument
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe.h398 uint8_t ether_addr[ETHER_ADDR_LEN]; member in struct:ixgbe_vf
H A Dif_sriov.c124 return (bcmp(mac, vf->ether_addr, ETHER_ADDR_LEN) != 0);
357 if (ixgbe_validate_mac_addr(vf->ether_addr) == 0) {
358 ixgbe_set_rar(&adapter->hw, vf->rar_index, vf->ether_addr,
370 bcopy(vf->ether_addr, &resp[1], ETHER_ADDR_LEN);
394 bcopy(mac, vf->ether_addr, ETHER_ADDR_LEN);
396 ixgbe_set_rar(&adapter->hw, vf->rar_index, vf->ether_addr, vf->pool,
768 if (ixgbe_validate_mac_addr(vf->ether_addr) == 0) {
770 vf->ether_addr, vf->pool, TRUE);
880 bcopy(mac, vf->ether_addr, ETHER_ADDR_LEN);
/freebsd-11-stable/sys/dev/wi/
H A Dif_wireg.h535 struct ether_addr wi_mcast[16];
542 struct ether_addr wi_bssid;
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c1203 struct ether_addr *daddr;
1214 struct ether_addr *saddr;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_e82545.c238 struct ether_addr eu_eth;
248 struct ether_addr esc_mac;
H A Dnet_utils.c39 struct ether_addr *ea;

Completed in 375 milliseconds

123