Searched refs:bcast (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
D | ipaddr.py | 549 bcast = int(self.broadcast) - 1 550 while cur <= bcast: 556 bcast = int(self.broadcast) 557 while cur <= bcast:
|
/external/wpa_supplicant_8/src/wps/ |
D | wps.c | 323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_is_addr_authorized() local 343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0) in wps_is_addr_authorized()
|
D | wps_er.c | 1510 u8 bcast[ETH_ALEN]; in wps_er_set_sel_reg() local 1525 os_memset(bcast, 0xff, ETH_ALEN); in wps_er_set_sel_reg() 1526 auth_macs = bcast; in wps_er_set_sel_reg()
|
D | wps_registrar.c | 795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_registrar_remove_pin() local 798 addr = bcast; in wps_registrar_remove_pin()
|
/external/libnl/lib/route/ |
D | addr.c | 903 int rtnl_addr_set_broadcast(struct rtnl_addr *addr, struct nl_addr *bcast) in rtnl_addr_set_broadcast() argument 905 return __assign_addr(addr, &addr->a_bcast, bcast, ADDR_ATTR_BROADCAST); in rtnl_addr_set_broadcast()
|
/external/toybox/toys/pending/ |
D | ip.c | 61 iface[IFNAMSIZ+1], laddr[64], bcast[64]; member 783 line_feed, link->type, link->laddr, peer ,link->bcast); in print_link_output() 858 inet_ntop(AF_INET, RTA_DATA(attr), link->bcast, 64); in get_link_info() 859 else fill_address(RTA_DATA(attr), link->bcast); in get_link_info()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wpa_driver_ndis_associate() local 1075 bcast, i, in wpa_driver_ndis_associate() 1113 bcast, 0, 1, in wpa_driver_ndis_associate()
|