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

123

/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-irix5.h26 struct ether_addr;
28 int ether_hostton(char *, struct ether_addr *);
29 char *ether_ntoa(struct ether_addr *);
H A Dos-sunos4.h72 struct ether_addr;
74 struct ether_addr *ether_aton(const char *);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dethernet.h94 struct ether_addr { struct
127 struct ether_addr *ether_aton(const char *);
161 int ether_hostton(const char *, struct ether_addr *);
162 int ether_line(const char *, struct ether_addr *, char *);
163 char *ether_ntoa(const struct ether_addr *);
164 struct ether_addr *ether_aton(const char *);
165 int ether_ntohost(char *, const struct ether_addr *);
H A Detherdefs.h69 typedef struct ether_addr enet_addr_t;
/macosx-10.10.1/Libinfo-459/gen.subproj/
H A Dether_addr.c25 static char sccsid[] = "@(#)ether_addr.c 1.2 88/05/10 4.0NFSSRC; from 1.9 88/02/08 Copyr 1985 Sun Micro";
55 ether_line(const char *s, struct ether_addr *e, char *hostname)
72 ether_ntoa(const struct ether_addr *e)
90 struct ether_addr *
93 static struct ether_addr *ep;
99 ep = (struct ether_addr *)calloc(1, sizeof (struct ether_addr));
/macosx-10.10.1/bootp-298/bootplib/
H A Dnbimages.h81 const struct ether_addr * enabled_mac_addresses;
83 const struct ether_addr * disabled_mac_addresses;
91 const struct ether_addr * ether_addr);
104 const struct ether_addr * ether,
H A Dhostlist.h40 struct ether_addr en;
H A Dutil.h151 int ether_cmp(struct ether_addr * e1, struct ether_addr * e2);
H A Dhostlist.c82 ether_ntoa((struct ether_addr *)&hp->haddr), hp->htype,
H A Dcfutil.c247 struct ether_addr * list = NULL;
256 list = (struct ether_addr *)buffer;
259 struct ether_addr * eaddr;
H A Dutil.c350 ether_cmp(struct ether_addr * e1, struct ether_addr * e2)
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DEAPOLSocketPrivate.h42 const struct ether_addr * ether,
H A DEAPOLSocket.c91 static const struct ether_addr eapol_multicast = {
182 struct ether_addr ether;
191 struct ether_addr authenticator_mac;
197 struct ether_addr bssid;
211 struct ether_addr bssid;
233 const struct ether_addr * rx_source_mac);
237 const struct ether_addr * bssid);
532 PRIVATE_EXTERN const struct ether_addr *
617 const struct ether_addr * bssid;
948 const struct ether_addr * bssi
[all...]
H A DEAPOLSocket.h60 const struct ether_addr *
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dether.c25 struct ether_addr { struct
67 struct ether_addr tmpaddr;
139 struct ether_addr addr;
/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h72 struct ether_addr;
74 struct ether_addr *ether_aton(const char *);
/macosx-10.10.1/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h72 struct ether_addr;
74 struct ether_addr *ether_aton(const char *);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet_locl.h147 struct ether_addr;
/macosx-10.10.1/libpcap-48/libpcap/
H A Dnametoaddr.c471 struct ether_addr { struct
475 extern int ether_hostton(const char *, struct ether_addr *);
486 if (ether_hostton(name, (struct ether_addr *)a) == 0) {
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootplookup.c313 my_ether_ntoa(const struct ether_addr *e,
327 static struct ether_addr *
328 my_ether_aton(const char *a, struct ether_addr *ea, int eaLen)
492 struct ether_addr *hw_address;
H A Dbsdpd.c531 const struct ether_addr * ether,
1619 (const struct ether_addr *)
1759 (const struct ether_addr *)
1829 (const struct ether_addr *)
1864 (const struct ether_addr *)
1916 (const struct ether_addr *)
1926 (const struct ether_addr *)
2128 (const struct ether_addr *)rq->dp_chaddr,
2180 (const struct ether_addr *)
/macosx-10.10.1/network_cmds-457/ifconfig.tproj/
H A Daf_link.c88 ether_ntoa((struct ether_addr *)LLADDR(sdl)));
H A Difbridge.c239 struct ether_addr ea;
274 struct ether_addr ea;
335 ether_ntoa((struct ether_addr *)lladdr), pri, ht, fd);
341 ether_ntoa((struct ether_addr *)lladdr), bprio,
536 struct ether_addr *ea;
557 struct ether_addr *ea;
783 struct ether_addr *ea;
/macosx-10.10.1/remote_cmds-47/stdethers.tproj/
H A Dstdethers.c140 struct ether_addr eth_addr;
/macosx-10.10.1/network_cmds-457/arp.tproj/
H A Darp.c126 static int get_ether_addr(in_addr_t ipaddr, struct ether_addr *hwaddr);
387 struct ether_addr *ea;
437 ea = (struct ether_addr *)LLADDR(&sdl_m);
446 struct ether_addr *ea1 = ether_aton(eaddr);
678 printf("%s", ether_ntoa((struct ether_addr *)LLADDR(sdl)));
772 " arp -s hostname ether_addr [temp] [reject] [blackhole] [pub [only]] [ifscope interface]",
773 " arp -S hostname ether_addr [temp] [reject] [blackhole] [pub [only]] [ifscope interface]",
882 get_ether_addr(in_addr_t ipaddr, struct ether_addr *hwaddr)

Completed in 326 milliseconds

123