Searched refs:ether_addr (Results 26 - 50 of 55) sorted by relevance

123

/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnbimages.c342 dump_ether_list(const struct ether_addr * list, int count)
963 entry->enabled_mac_addresses = (const struct ether_addr *)offset;
976 entry->disabled_mac_addresses = (const struct ether_addr *)offset;
1100 const struct ether_addr * ether)
1259 const struct ether_addr * ether,
H A DNICache.c490 struct ether_addr * en_search = (struct ether_addr *)hwaddr;
514 struct ether_addr * en_p = ether_aton(en_nl_p->ninl_val[n]);
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dether_inet_pr_module.c109 struct ether_addr *macaddr);
354 (struct ether_addr *)IF_LLADDR(ifp));
H A Dif_bond.c82 static struct ether_addr slow_proto_multicast = {
272 struct ether_addr po_saved_addr;
880 if_siflladdr(struct ifnet * ifp, const struct ether_addr * ea_p)
2145 (const struct ether_addr *)IF_LLADDR(ifp));
2356 (const struct ether_addr *) IF_LLADDR(ifp));
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpopper.h90 struct ether_addr;
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkrb5_locl.h101 struct ether_addr;
/macosx-10.9.5/Heimdal-323.92.1/packages/mac/SnowLeopard10A/
H A Dconfig.h1517 struct ether_addr;
/macosx-10.9.5/OpenSSH-186/osslshim/config/
H A Dossl-config.h1518 struct ether_addr;
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Deapol_socket.c66 static const struct ether_addr eapol_multicast = {
H A DEAPOLControl.c869 if (CFDataGetLength(authenticator) != sizeof(struct ether_addr)) {
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A Dmain.c255 (const struct ether_addr *)
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Daddrtoname.c48 struct ether_addr { struct
52 extern int ether_ntohost(char *, const struct ether_addr *);
480 * We don't cast it to "const struct ether_addr *"
485 if (ether_ntohost(buf2, (struct ether_addr *)ep) == 0) {
879 * We don't cast it to "const struct ether_addr *"
884 if (ether_ntohost(name, (struct ether_addr *)el->addr) == 0) {
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A Dbootpd.c207 static struct ether_addr * S_allow = NULL;
209 static struct ether_addr * S_deny = NULL;
575 static struct ether_addr *
581 struct ether_addr * list;
583 list = (struct ether_addr *)malloc(sizeof(*list) * array_count);
585 struct ether_addr * eaddr;
625 struct ether_addr * search;
H A Dbootpdfile.c369 struct ether_addr * ea;
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dmcast.c205 ether_ntoa((struct ether_addr *)&psa->sdl.sdl_data);
227 ether_ntoa((struct ether_addr *)&psa->sdl.sdl_data);
H A Dif.c251 fmt = ether_ntoa((struct ether_addr *)
1276 ether_ntoa((struct ether_addr *)lri->lri_addr), ifname);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_compat.h71 struct ether_addr {
711 struct ether_addr {
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dipconfigd.c286 struct ether_addr bssid;
600 const struct ether_addr * bssid);
606 S_copy_ssid_bssid(CFStringRef ifname, struct ether_addr * ap_mac);
1464 struct ether_addr bssid;
1508 const struct ether_addr * bssid)
5580 struct ether_addr bssid;
5920 S_copy_ssid_bssid(CFStringRef ifname, struct ether_addr * ap_mac)
5966 S_copy_ssid_bssid(CFStringRef ifname, struct ether_addr * ap_mac)
6005 struct ether_addr bssid;
6161 struct ether_addr bssi
[all...]
H A Darp_session.c280 struct ether_addr eaddr;
284 ether_ntoa((const struct ether_addr *)&eaddr));
288 ether_ntoa((const struct ether_addr *)&eaddr));
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dlibinfo.c1529 ether_hostton(const char *name, struct ether_addr *e)
1559 ether_ntohost(char *name, const struct ether_addr *e)
3319 bootp_getbyether(struct ether_addr *enaddr, char **name,struct in_addr *ipaddr, char **bootfile)
3328 bootp_getbyip(struct ether_addr *enaddr, char **name, struct in_addr *ipaddr, char **bootfile)
H A Dsi_module.c1199 struct ether_addr *ether;
/macosx-10.9.5/network_cmds-433/mtest.tproj/
H A Dmtest.c741 struct ether_addr *ep;
/macosx-10.9.5/network_cmds-433/rarpd.tproj/
H A Drarpd.c548 if (ether_ntohost(ename, (struct ether_addr *)&ep->ether_shost) != 0 ||
/macosx-10.9.5/Heimdal-323.92.1/include/
H A Dconfig.h.in1525 struct ether_addr;
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken.h.in187 struct ether_addr;

Completed in 415 milliseconds

123