/third_party/libwebsockets/lib/system/dhcpclient/ |
D | dhcpc4.c | 240 goto bcast; in callback_dhcpc4() 246 bcast: in callback_dhcpc4()
|
/third_party/libnl/lib/route/ |
D | addr.c | 1049 int rtnl_addr_set_broadcast(struct rtnl_addr *addr, struct nl_addr *bcast) in rtnl_addr_set_broadcast() argument 1051 if (bcast && bcast->a_family != AF_INET) in rtnl_addr_set_broadcast() 1054 return __assign_addr(addr, &addr->a_bcast, bcast, ADDR_ATTR_BROADCAST); in rtnl_addr_set_broadcast()
|
/third_party/python/Lib/test/ |
D | mime.types | 644 application/vnd.oma.bcast.associated-procedure-parameter+xml 645 application/vnd.oma.bcast.drm-trigger+xml 646 application/vnd.oma.bcast.imd+xml 647 application/vnd.oma.bcast.ltkm 648 application/vnd.oma.bcast.notification+xml 649 application/vnd.oma.bcast.provisioningtrigger 650 application/vnd.oma.bcast.sgboot 651 application/vnd.oma.bcast.sgdd+xml 652 application/vnd.oma.bcast.sgdu 653 application/vnd.oma.bcast.simple-symbol-container [all …]
|
D | cfgparser.2 | 280 # specified the default order is "host lmhosts wins bcast". "host" 291 ; name resolve order = wins lmhosts bcast
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps.c | 321 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_is_addr_authorized() local 341 if (os_memcmp(pos, bcast, ETH_ALEN) == 0) in wps_is_addr_authorized()
|
D | wps_er.c | 1509 u8 bcast[ETH_ALEN]; in wps_er_set_sel_reg() local 1524 os_memset(bcast, 0xff, ETH_ALEN); in wps_er_set_sel_reg() 1525 auth_macs = bcast; in wps_er_set_sel_reg()
|
D | wps_registrar.c | 844 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_registrar_remove_pin() local 847 addr = bcast; in wps_registrar_remove_pin()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps.c | 321 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_is_addr_authorized() local 341 if (os_memcmp(pos, bcast, ETH_ALEN) == 0) in wps_is_addr_authorized()
|
D | wps_er.c | 1509 u8 bcast[ETH_ALEN]; in wps_er_set_sel_reg() local 1524 os_memset(bcast, 0xff, ETH_ALEN); in wps_er_set_sel_reg() 1525 auth_macs = bcast; in wps_er_set_sel_reg()
|
D | wps_registrar.c | 843 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_registrar_remove_pin() local 846 addr = bcast; in wps_registrar_remove_pin()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 64 iface[IFNAMSIZ+1], laddr[64], bcast[64]; member 832 line_feed, link->type, link->laddr, peer ,link->bcast); in print_link_output() 907 inet_ntop(AF_INET, RTA_DATA(attr), link->bcast, 64); in get_link_info() 908 else fill_address(RTA_DATA(attr), link->bcast); in get_link_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_ndis.c | 1054 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wpa_driver_ndis_associate() local 1087 bcast, i, in wpa_driver_ndis_associate() 1125 bcast, 0, 1, in wpa_driver_ndis_associate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|