Searched refs:bcast (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
H A Dwps_er.c1510 u8 bcast[ETH_ALEN]; local
1525 os_memset(bcast, 0xff, ETH_ALEN);
1526 auth_macs = bcast;
H A Dwps_registrar.c795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
798 addr = bcast;
/external/wpa_supplicant_8/src/wps/
H A Dwps.c323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
H A Dwps_er.c1510 u8 bcast[ETH_ALEN]; local
1525 os_memset(bcast, 0xff, ETH_ALEN);
1526 auth_macs = bcast;
H A Dwps_registrar.c795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
798 addr = bcast;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
H A Dwps_er.c1510 u8 bcast[ETH_ALEN]; local
1525 os_memset(bcast, 0xff, ETH_ALEN);
1526 auth_macs = bcast;
H A Dwps_registrar.c795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
798 addr = bcast;
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
H A Dipaddr.py549 bcast = int(self.broadcast) - 1
550 while cur <= bcast:
556 bcast = int(self.broadcast)
557 while cur <= bcast:
/external/libnl/lib/route/
H A Daddr.c903 int rtnl_addr_set_broadcast(struct rtnl_addr *addr, struct nl_addr *bcast) argument
905 return __assign_addr(addr, &addr->a_bcast, bcast, ADDR_ATTR_BROADCAST);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1075 bcast, i,
1113 bcast, 0, 1,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1075 bcast, i,
1113 bcast, 0, 1,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1075 bcast, i,
1113 bcast, 0, 1,
/external/toybox/toys/pending/
H A Dip.c61 iface[IFNAMSIZ+1], laddr[64], bcast[64]; member in struct:linkdata
783 line_feed, link->type, link->laddr, peer ,link->bcast);
858 inet_ntop(AF_INET, RTA_DATA(attr), link->bcast, 64);
859 else fill_address(RTA_DATA(attr), link->bcast);

Completed in 147 milliseconds