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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dpsta/
H A Ddpsta.h28 bool (*is_ds_sta)(void *psta, struct ether_addr *ea);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dethernet.h129 BWL_PRE_PACKED_STRUCT struct ether_addr { struct
185 extern const struct ether_addr ether_bcast;
186 extern const struct ether_addr ether_null;
187 extern const struct ether_addr ether_ipv6_mcast;
197 static const struct ether_addr ether_bcast = {{255, 255, 255, 255, 255, 255}};
198 static const struct ether_addr ether_null = {{0, 0, 0, 0, 0, 0}};
199 static const struct ether_addr ether_ipv6_mcast = {{0x33, 0x33, 0x00, 0x00, 0x00, 0x01}};
H A Dbcmevent.h63 struct ether_addr addr; /* Station address (if applicable) */
77 struct ether_addr addr; /* Station address (if applicable) */
431 struct ether_addr current_master; /* Current master Mac addr */
464 struct ether_addr prim_ea; /* primary intf ether addr */
H A D802.11.h113 struct ether_addr a1; /* address 1 */
114 struct ether_addr a2; /* address 2 */
115 struct ether_addr a3; /* address 3 */
117 struct ether_addr a4; /* address 4 */
125 struct ether_addr ra; /* receiver address */
126 struct ether_addr ta; /* transmitter address */
133 struct ether_addr ra; /* receiver address */
140 struct ether_addr ra; /* receiver address */
147 struct ether_addr bssid; /* receiver address, STA in AP */
148 struct ether_addr t
[all...]
H A Dp2p.h288 struct ether_addr addr; /* P2P Device MAC address */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dethernet.h129 BWL_PRE_PACKED_STRUCT struct ether_addr { struct
185 extern const struct ether_addr ether_bcast;
186 extern const struct ether_addr ether_null;
187 extern const struct ether_addr ether_ipv6_mcast;
197 static const struct ether_addr ether_bcast = {{255, 255, 255, 255, 255, 255}};
198 static const struct ether_addr ether_null = {{0, 0, 0, 0, 0, 0}};
199 static const struct ether_addr ether_ipv6_mcast = {{0x33, 0x33, 0x00, 0x00, 0x00, 0x01}};
H A Dbcmevent.h63 struct ether_addr addr; /* Station address (if applicable) */
77 struct ether_addr addr; /* Station address (if applicable) */
430 struct ether_addr current_master; /* Current master Mac addr */
463 struct ether_addr prim_ea; /* primary intf ether addr */
H A D802.11.h113 struct ether_addr a1; /* address 1 */
114 struct ether_addr a2; /* address 2 */
115 struct ether_addr a3; /* address 3 */
117 struct ether_addr a4; /* address 4 */
125 struct ether_addr ra; /* receiver address */
126 struct ether_addr ta; /* transmitter address */
133 struct ether_addr ra; /* receiver address */
140 struct ether_addr ra; /* receiver address */
147 struct ether_addr bssid; /* receiver address, STA in AP */
148 struct ether_addr t
[all...]
H A Dp2p.h288 struct ether_addr addr; /* P2P Device MAC address */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dether-wake.c110 static void get_dest_addr(const char *hostid, struct ether_addr *eaddr)
112 struct ether_addr *eap;
126 static int get_fill(unsigned char *pkt, struct ether_addr *eaddr, int broadcast)
192 struct ether_addr eaddr;
H A Dnameif.c41 struct ether_addr *mac;
45 static struct ether_addr *cc_macaddr(const char *str_macaddr)
47 struct ether_addr *lmac, *mac;
H A Dzcip.c93 const struct ether_addr *source_addr, struct in_addr source_ip,
94 const struct ether_addr *target_addr, struct in_addr target_ip)
163 struct ether_addr eth_addr;
172 const struct ether_addr null_addr;
429 struct ether_addr * sha = (struct ether_addr *) p.arp.arp_sha;
430 struct ether_addr * tha = (struct ether_addr *) p.arp.arp_tha;
H A Darping.c197 ether_ntoa((struct ether_addr *) p));
206 ether_ntoa((struct ether_addr *) p + ah->ar_hln + 4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h70 struct ether_addr da;
87 struct ether_addr BSSID;
99 struct ether_addr da;
119 struct ether_addr BSSID;
152 struct ether_addr BSSID;
194 struct ether_addr BSSID;
252 struct ether_addr prev_BSSID;
253 struct ether_addr BSSID;
378 struct ether_addr bssid; /* default: bcast */
558 struct ether_addr bssi
[all...]
H A Dbcmutils.h312 /* forward definition of ether_addr structure used by some function prototypes */
314 struct ether_addr;
405 extern char *bcm_ether_ntoa(const struct ether_addr *ea, char *buf);
406 extern int BCMROMFN(bcm_ether_atoe)(const char *p, struct ether_addr *ea);
781 #define ETHERP_TO_MACF(ea) ((struct ether_addr *) (ea))->octet[0], \
782 ((struct ether_addr *) (ea))->octet[1], \
783 ((struct ether_addr *) (ea))->octet[2], \
784 ((struct ether_addr *) (ea))->octet[3], \
785 ((struct ether_addr *) (ea))->octet[4], \
786 ((struct ether_addr *) (e
[all...]
H A Dwllmacctl.h200 struct ether_addr bssid;
445 struct ether_addr ibss_peer_mac;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/ctf/
H A Dhndctf.h143 struct ether_addr ea; /* Dest address */
188 struct ether_addr dhost; /* MAC addr of host */
218 struct ether_addr dhost; /* Destination MAC address */
219 struct ether_addr shost; /* Source MAC address */
225 struct ether_addr sa; /* MAC address of sender */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dnetconf.h71 struct ether_addr mac; /* Match by source MAC address */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c76 struct ether_addr mac;
82 struct ether_addr sender_mac;
84 struct ether_addr target_mac;
1640 (memcmp(&intf->mac, &pkt->sender_mac, sizeof(struct ether_addr)) != 0))
1659 (memcmp(&intf->mac, &pkt->sender_mac, sizeof(struct ether_addr)) != 0) &&
1691 (memcmp(&intf->mac, &pkt->sender_mac, sizeof(struct ether_addr)) != 0))
1734 memcpy(&ap.sender_mac, &intf->mac, sizeof(struct ether_addr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/sunos/
H A Dat_sun.c313 struct ether_addr *edst;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/sunos/
H A Dat_sun.c313 struct ether_addr *edst;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c473 struct ether_addr *eth_addr = (struct ether_addr *)&s_eth_addr.sa_data;
537 struct ether_addr *eth_addr = (struct ether_addr *)&s_eth_addr.sa_data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dfiles.c30 struct ether_addr *temp_ether_addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Daarp.c71 extern struct ether_addr etherbroadcastaddr;
256 struct ether_addr *desten;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Daarp.c71 extern struct ether_addr etherbroadcastaddr;
256 struct ether_addr *desten;

Completed in 218 milliseconds

12