HomeSort by: relevance | last modified time | path
    Searched refs:ether_addr (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/sys/arch/sun2/dev/
if_ecreg.h 43 struct ether_addr ec_arom; /* address ROM */
44 uint8_t ec_pad2[0x200 - sizeof(struct ether_addr)];
45 struct ether_addr ec_aram; /* address RAM */
46 uint8_t ec_pad3[0x200 - sizeof(struct ether_addr)];
  /src/sys/arch/alpha/stand/setnetbootinfo/
setnetbootinfo.c 55 struct ether_addr *ether_addr, _ether_addr; variable in typeref:struct:ether_addr *
129 ether_addr = &_ether_addr;
131 ether_addr = ether_aton(addr);
132 if (ether_addr == NULL)
148 ether_addr->ether_addr_octet[0],
149 ether_addr->ether_addr_octet[1],
150 ether_addr->ether_addr_octet[2],
151 ether_addr->ether_addr_octet[3],
152 ether_addr->ether_addr_octet[4]
    [all...]
  /src/sys/arch/alpha/stand/common/
bbinfo.h 49 u_int8_t ether_addr[6]; member in struct:netbbinfo
  /src/sys/arch/evbmips/stand/sbmips/common/
bbinfo.h 49 u_int8_t ether_addr[6]; member in struct:netbbinfo
  /src/sys/arch/sbmips/stand/common/
bbinfo.h 49 u_int8_t ether_addr[6]; member in struct:netbbinfo
  /src/usr.sbin/wakeonlan/
wakeonlan.c 71 static int get_ether(char const *, struct ether_addr *);
72 static int send_wakeup(int, struct ether_addr const *);
85 struct ether_addr macaddr;
144 get_ether(char const *text, struct ether_addr *addr)
146 struct ether_addr *paddr;
159 send_wakeup(int bpf, struct ether_addr const *addr)
  /src/lib/libc/net/
ethers.c 47 ether_ntoa(const struct ether_addr *e)
60 struct ether_addr *
63 static struct ether_addr n;
82 ether_ntohost(char *hostname, const struct ether_addr *e)
86 struct ether_addr try;
141 ether_hostton(const char *hostname, struct ether_addr *e)
194 ether_line(const char *l, struct ether_addr *e, char *hostname)
  /src/usr.sbin/bootp/common/
trylook.c 19 extern char *ether_ntoa(struct ether_addr *);
lookup.c 44 static struct ether_addr ea;
  /src/sys/arch/ews4800mips/include/
sbdvar.h 81 void (*ether_addr)(uint8_t *); member in struct:sbd
114 _SBD_OPS_SET(m, ether_addr); \
  /src/sys/net/
if_ether.h 80 struct ether_addr { struct
431 char * ether_ntoa(const struct ether_addr *);
432 struct ether_addr *
434 int ether_ntohost(char *, const struct ether_addr *);
435 int ether_hostton(const char *, struct ether_addr *);
436 int ether_line(const char *, struct ether_addr *, char *);
  /src/sys/arch/alpha/stand/netboot/
if_prom.c 145 ether_sprintf(netbbinfo.ether_addr));
182 memcpy(desc->myea, netbbinfo.ether_addr, sizeof desc->myea);
193 memcpy(desc->myea, netbbinfo.ether_addr, sizeof desc->myea);
  /src/usr.sbin/ypserv/stdethers/
stdethers.c 54 struct ether_addr eth_addr;
  /src/usr.sbin/btpand/
bnep.c 370 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
396 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
469 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
491 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
562 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
584 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
tap.c 109 ifr.ifr_name, ether_ntoa((struct ether_addr *)LLADDR(sdl)));
  /src/sys/dev/pci/ixgbe/
if_sriov.c 129 return (bcmp(mac, vf->ether_addr, ETHER_ADDR_LEN) != 0);
378 if (ixgbe_validate_mac_addr(vf->ether_addr) == 0) {
379 ixgbe_set_rar(&sc->hw, vf->rar_index, vf->ether_addr,
391 bcopy(vf->ether_addr, &resp[1], ETHER_ADDR_LEN);
415 bcopy(mac, vf->ether_addr, ETHER_ADDR_LEN);
417 ixgbe_set_rar(&sc->hw, vf->rar_index, vf->ether_addr, vf->pool,
794 if (ixgbe_validate_mac_addr(vf->ether_addr) == 0) {
796 vf->ether_addr, vf->pool, TRUE);
906 bcopy(mac, vf->ether_addr, ETHER_ADDR_LEN);
  /src/sys/arch/ews4800mips/sbd/
if_iee_sbdio.c 50 #include <machine/sbdvar.h> /* for ether_addr() */
114 (*platform.ether_addr)(eaddr);
if_le_sbdio.c 56 #include <machine/sbdvar.h> /* for ether_addr() */
136 (*platform.ether_addr)(sc->sc_enaddr);
  /src/sys/dev/qbus/
if_il.c 106 struct ether_addr isu_maddrs[63]; /* multicast addrs */
339 register struct ether_addr *ep = sc->sc_maddrs;
355 *ep++ = *(struct ether_addr *)enm->enm_addrlo;
363 IL_WCSR(IL_BCR, i * sizeof(struct ether_addr));
  /src/usr.sbin/rarpd/
rarpd.c 585 if (ether_ntohost(ename, (struct ether_addr *)&ep->ether_shost) != 0) {
587 ether_ntoa((struct ether_addr *)&ep->ether_shost));
831 ether_ntoa((struct ether_addr *)ar_tha(ap)), hp->h_name);
834 ether_ntoa((struct ether_addr *)ar_tha(ap)), hp->h_name);
  /src/usr.sbin/npf/npfctl/
npfctl.h 228 void npfctl_bpf_ether(npf_bpf_t *, unsigned, struct ether_addr *);
npf_bpf_comp.c 689 npfctl_bpf_ether(npf_bpf_t *ctx, unsigned opts, struct ether_addr *ether_addr)
699 memcpy(&mac_word, ether_addr, sizeof(mac_word));
703 memcpy(&mac_hword, (uint8_t *)ether_addr + sizeof(mac_word), sizeof(mac_hword));
npf_data.c 771 struct ether_addr *ether;
774 ether = (struct ether_addr *)addr;
  /src/sys/dev/ic/
wireg.h 447 struct ether_addr wi_mcast[16];
454 struct ether_addr wi_bssid;
  /src/usr.sbin/wlanctl/
wlanctl.c 151 struct ether_addr ea;

Completed in 134 milliseconds

1 2