/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | iapp.c | 74 /* ADD-notify - multicast UDP on the local LAN */ 168 struct in_addr own, multicast; member 199 addr.sin_addr.s_addr = iapp->multicast.s_addr; in iapp_send_add() 442 inet_aton(IAPP_MULTICAST, &iapp->multicast); in iapp_init() 468 mreq.imr_multiaddr = iapp->multicast; in iapp_init() 525 mreq.imr_multiaddr = iapp->multicast; in iapp_deinit()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | if_link.h | 18 __u32 multicast; member 86 * @multicast: Multicast packets received. 227 __u64 multicast; member 265 __u64 multicast; member 426 for multicast frames. Apparently, all IFF_POINTOPOINT and 536 IFLA_BRPORT_FAST_LEAVE, /* multicast fast leave */ 1236 IFLA_HSR_SUPERVISION_ADDR, /* Supervision frame multicast addr */
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.h | 412 bool multicast) in hostapd_drv_register_frame() 417 match_len, multicast); in hostapd_drv_register_frame() 410 hostapd_drv_register_frame(struct hostapd_data *hapd, u16 type, const u8 *match, size_t match_len, bool multicast) hostapd_drv_register_frame() argument
|
/third_party/node/test/internet/ |
H A D | test-dgram-multicast-set-interface-lo.js | 17 // UDP4-DATAGRAM:224.0.0.115:12356,ip-multicast-if=127.0.0.1 20 common.skip('SunOs is not correctly delivering to loopback multicast.'); 191 'an invalid multicast message'); 208 // the OSes default multicast interface selection. 228 console.error(`changing outgoing multicast ${msg.newAddr}`);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 2646 bool multicast = false; in hostapd_ctrl_register_frame() local 2655 multicast = os_strstr(end, "multicast") != NULL; in hostapd_ctrl_register_frame() 2663 multicast); in hostapd_ctrl_register_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 2068 wpa_printf(MSG_ERROR, "nl80211: Could not add multicast " in wpa_driver_nl80211_init_nl_global() 2078 wpa_printf(MSG_ERROR, "nl80211: Could not add multicast " in wpa_driver_nl80211_init_nl_global() 2088 wpa_printf(MSG_DEBUG, "nl80211: Could not add multicast " in wpa_driver_nl80211_init_nl_global() 2098 wpa_printf(MSG_DEBUG, "nl80211: Could not add multicast " in wpa_driver_nl80211_init_nl_global() 2144 "nl80211: Could not re-add multicast membership for %s events: %d (%s)", in nl80211_check_global() 2474 bool multicast) in nl80211_register_frame() 2484 "nl80211: Register frame type=0x%x (%s) nl_handle=%p match=%s multicast=%d", in nl80211_register_frame() 2485 type, fc2str(type), nl_handle, buf, multicast); in nl80211_register_frame() 2488 (multicast && nla_put_flag(msg, NL80211_ATTR_RECEIVE_MULTICAST)) || in nl80211_register_frame() 4669 "nl80211: multicast t in nl80211_set_multicast_to_unicast() 2471 nl80211_register_frame(struct i802_bss *bss, struct nl_sock *nl_handle, u16 type, const u8 *match, size_t match_len, bool multicast) nl80211_register_frame() argument 12626 testing_nl80211_register_frame(void *priv, u16 type, const u8 *match, size_t match_len, bool multicast) global() argument [all...] |
H A D | driver.h | 534 * a multicast one, i.e., bit 0 of byte 0 should not be set. 543 * allow the generation of a multicast address, i.e., bit 0 of byte 0 1531 * If this is non-zero, the AP is requested to perform multicast to 1538 * as the ability to drop unicast IP packets received within multicast 1540 * messages for packets received in L2 multicast (which is required, 1544 * This also doesn't implement the 802.11 DMS (directed multicast 4714 bool multicast);
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 98 {"multicast", RTN_MULTICAST}, {"blackhole", RTN_BLACKHOLE}, 686 {"multicast", 3}, {"dynamic", 4}, {"name", 5}, {"txqueuelen", 6}, in link_set() 765 rtstat->rx_dropped, rtstat->rx_over_errors, rtstat->multicast); in print_stats()
|