Searched refs:ether_addr (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-9.3-release/tools/regression/lib/libc/net/
H A Dtest-ether.c53 static const struct ether_addr ether_line_addr = {
60 struct ether_addr e;
80 struct ether_addr e;
94 struct ether_addr e;
104 static const struct ether_addr ether_aton_addr = {
111 struct ether_addr e, *ep;
129 struct ether_addr e, *ep;
143 struct ether_addr *ep;
157 struct ether_addr *ep;
167 static const struct ether_addr ether_ntoa_add
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dether_addr.c69 ether_line(const char *l, struct ether_addr *e, char *hostname)
85 struct ether_addr *
86 ether_aton_r(const char *a, struct ether_addr *e)
103 struct ether_addr *
106 static struct ether_addr e;
115 ether_ntoa_r(const struct ether_addr *n, char *a)
127 ether_ntoa(const struct ether_addr *n)
138 ether_ntohost(char *hostname, const struct ether_addr *e)
142 struct ether_addr local_ether;
188 ether_hostton(const char *hostname, struct ether_addr *
[all...]
/freebsd-9.3-release/sys/net/
H A Dif_tapvar.h58 u_int8_t ether_addr[ETHER_ADDR_LEN]; /* ether addr of the remote side */ member in struct:tap_softc
H A Dethernet.h69 struct ether_addr { struct
394 struct ether_addr *ether_aton(const char *);
395 struct ether_addr *ether_aton_r(const char *, struct ether_addr *);
396 int ether_hostton(const char *, struct ether_addr *);
397 int ether_line(const char *, struct ether_addr *, char *);
398 char *ether_ntoa(const struct ether_addr *);
399 char *ether_ntoa_r(const struct ether_addr *, char *);
400 int ether_ntohost(char *, const struct ether_addr *);
H A Dif_tap.c495 bcopy(IF_LLADDR(tp->tap_ifp), tp->ether_addr, sizeof(tp->ether_addr));
829 bcopy(tp->ether_addr, data, sizeof(tp->ether_addr));
835 bcopy(data, tp->ether_addr, sizeof(tp->ether_addr));
/freebsd-9.3-release/sys/dev/ex/
H A Dif_ex_pccard.c97 ex_pccard_get_silicom_mac(device_t dev, u_char *ether_addr) argument
99 pccard_cis_scan(dev, ex_pccard_silicom_cb, ether_addr);
173 u_char ether_addr[ETHER_ADDR_LEN]; local
192 ex_get_address(sc, ether_addr);
193 if (!ex_pccard_enet_ok(ether_addr))
194 pccard_get_ether(dev, ether_addr);
195 if (!ex_pccard_enet_ok(ether_addr))
196 ex_pccard_get_silicom_mac(dev, ether_addr);
197 if (!ex_pccard_enet_ok(ether_addr)) {
202 bcopy(ether_addr, s
[all...]
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang.h12 struct ether_addr if_eaddr;
26 struct ether_addr arp_eaddr;
/freebsd-9.3-release/lib/libstand/
H A Dif_ether.h40 struct ether_addr { struct
254 char * ether_ntoa(struct ether_addr *);
255 struct ether_addr *
257 int ether_ntohost(char *, struct ether_addr *);
258 int ether_hostton(char *, struct ether_addr *);
259 int ether_line(char *, struct ether_addr *, char *);
/freebsd-9.3-release/tools/regression/ethernet/ethermulti/
H A Dethermulti.c121 struct ether_addr ea;
138 struct ether_addr *nep = ether_aton("01:80:DE:FA:CA:7E");
149 dlp->sdl_alen = sizeof(struct ether_addr);
150 memcpy(LLADDR(dlp), &ea, sizeof(struct ether_addr));
192 dlp->sdl_alen = sizeof(struct ether_addr);
193 memcpy(LLADDR(dlp), &ea, sizeof(struct ether_addr));
/freebsd-9.3-release/usr.sbin/wake/
H A Dwake.c60 static int get_ether(char const *text, struct ether_addr *addr);
61 static int send_wakeup(int bpf, struct ether_addr const *addr);
76 struct ether_addr macaddr;
135 get_ether(char const *text, struct ether_addr *addr)
137 struct ether_addr *paddr;
152 send_wakeup(int bpf, struct ether_addr const *addr)
/freebsd-9.3-release/tools/tools/ether_reflect/
H A Dether_reflect.c109 ether_aton_r(user_addr, (struct ether_addr *)&tmp);
142 ether_ntoa((const struct ether_addr*)
145 ether_ntoa((const struct ether_addr*)
/freebsd-9.3-release/libexec/bootpd/
H A Dlookup.c48 static struct ether_addr ea;
/freebsd-9.3-release/contrib/libpcap/lbl/
H A Dos-sunos4.h72 struct ether_addr;
74 struct ether_addr *ether_aton(const char *);
/freebsd-9.3-release/contrib/tcpdump/lbl/
H A Dos-sunos4.h72 struct ether_addr;
74 struct ether_addr *ether_aton(const char *);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h147 struct ether_addr;
/freebsd-9.3-release/sys/netgraph/
H A Dng_ether_echo.c111 struct ether_addr tmpaddr;
/freebsd-9.3-release/contrib/libpcap/
H A Dnametoaddr.c480 struct ether_addr { struct
484 extern int ether_hostton(const char *, struct ether_addr *);
495 if (ether_hostton(name, (struct ether_addr *)a) == 0) {
/freebsd-9.3-release/tools/tools/net80211/wlanstats/
H A Dmain.c103 ether_ntoa((const struct ether_addr*) macaddr));
105 fprintf(fd, "%s:\n", ether_ntoa((const struct ether_addr*) macaddr));
159 struct ether_addr *ea;
/freebsd-9.3-release/usr.sbin/arp/
H A Darp.c97 static int get_ether_addr(in_addr_t ipaddr, struct ether_addr *hwaddr);
305 struct ether_addr *ea;
355 ea = (struct ether_addr *)LLADDR(&sdl_m);
364 struct ether_addr *ea1 = ether_aton(eaddr);
590 printf("%s", ether_ntoa((struct ether_addr *)LLADDR(sdl)));
678 " arp -s hostname ether_addr [temp] [reject | blackhole] [pub [only]]",
679 " arp -S hostname ether_addr [temp] [reject | blackhole] [pub [only]]",
782 get_ether_addr(in_addr_t ipaddr, struct ether_addr *hwaddr)
/freebsd-9.3-release/usr.sbin/bluetooth/btpand/
H A Dbnep.c369 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
391 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
458 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
480 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
548 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
569 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
H A Dtap.c103 ether_ntoa((struct ether_addr *)&ifr.ifr_addr.sa_data));
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Darp.c97 if (!(ether_hostton(hp->h_name, (struct ether_addr *)ether)))
/freebsd-9.3-release/sbin/ifconfig/
H A Daf_link.c66 ether_ntoa((struct ether_addr *)LLADDR(sdl)));
H A Difbridge.c222 struct ether_addr ea;
278 ether_ntoa((struct ether_addr *)lladdr), pri, ht, fd);
284 ether_ntoa((struct ether_addr *)lladdr), bprio,
468 struct ether_addr *ea;
489 struct ether_addr *ea;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrb5_locl.h100 struct ether_addr;

Completed in 144 milliseconds

123