Searched defs:broadcast (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/skia/src/utils/
H A DSkCondVar.cpp62 void SkCondVar::broadcast() { function in class:SkCondVar
/external/skia/src/utils/
H A DSkCondVar.cpp62 void SkCondVar::broadcast() { function in class:SkCondVar
/external/android-clat/
H A Dsetif.c34 * broadcast - broadcast address (only for AF_INET, ignored for AF_INET6)
36 int add_address(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) { argument
75 if(nla_put(msg, IFA_BROADCAST, addr_size, broadcast) < 0) {
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DKernel.java75 public void broadcast( Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable, method in interface:Kernel
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DServer.java61 public void broadcast( Message message ); method in interface:Server
66 * calling broadcast(message) and the message will be delivered to
71 * server.broadcast( Filters.in( conn1, conn2, conn3 ), message );
74 * server.broadcast( Filters.notEqualTo( source ), message );
77 public void broadcast( Filter<? super HostedConnection> filter, Message message ); method in interface:Server
82 * calling broadcast(message) and the message will be delivered to
87 * server.broadcast( Filters.in( conn1, conn2, conn3 ), message );
90 * server.broadcast( Filters.notEqualTo( source ), message );
93 public void broadcast( int channel, Filter<? super HostedConnection> filter, Message message ); method in interface:Server
107 * broadcast call
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DKernelAdapter.java104 public void broadcast( Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable, method in class:KernelAdapter
107 kernel.broadcast( filter, data, reliable, copy );
H A DDefaultServer.java191 public void broadcast( Message message ) method in class:DefaultServer
193 broadcast( null, message );
196 public void broadcast( Filter<? super HostedConnection> filter, Message message ) method in class:DefaultServer
208 reliableAdapter.broadcast( adapter, buffer, true, false );
210 fastAdapter.broadcast( adapter, buffer, false, false );
214 public void broadcast( int channel, Filter<? super HostedConnection> filter, Message message ) method in class:DefaultServer
225 channels.get(channel+CH_FIRST).broadcast( adapter, buffer, true, false );
/external/dnsmasq/src/
H A Dbpf.c88 struct in_addr addr, netmask, broadcast; local
89 broadcast.s_addr = 0;
95 broadcast = ((struct sockaddr_in *) &ifr->ifr_addr)->sin_addr;
98 netmask, broadcast,
158 net broadcast or the destination can't reply to ARP yet,
H A Dnetlink.c194 struct in_addr netmask, addr, broadcast; local
198 broadcast.s_addr = 0;
205 broadcast = *((struct in_addr *)(rta+1));
211 if (!((*ipv4_callback)(addr, ifa->ifa_index, netmask, broadcast, parm)))
H A Ddhcp.c28 struct in_addr netmask, struct in_addr broadcast, void *vparam);
202 /* OpenBSD tells us when a packet was broadcast */
290 /* broadcast to 255.255.255.255 (or mac address invalid) */
321 /* broadcast to 255.255.255.255 (or mac address invalid) */
332 mysteriously. Bah. Fall back to broadcast for other net types. */
357 /* This is a complex routine: it gets called with each (address,netmask,broadcast) triple
361 2) Fills in any netmask and broadcast addresses which have not been explicitly configured.
368 struct in_addr netmask, struct in_addr broadcast, void *vparam)
407 if (is_same_net(broadcast, context->start, context->netmask))
408 context->broadcast
367 complete_context(struct in_addr local, int if_index, struct in_addr netmask, struct in_addr broadcast, void *vparam) argument
[all...]
H A Dnetwork.c229 struct in_addr netmask, struct in_addr broadcast, void *vparam)
238 addr.in.sin_addr = broadcast; /* warning */
228 iface_allowed_v4(struct in_addr local, int if_index, struct in_addr netmask, struct in_addr broadcast, void *vparam) argument
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpKernel.java123 public void broadcast( Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable, method in class:UdpKernel
/external/dhcpcd/
H A Dif-bsd.c154 const struct in_addr *netmask, const struct in_addr *broadcast,
176 if (action >= 0 && broadcast) {
177 ADDADDR(ifa.ifra_broadaddr, broadcast);
153 if_address(const struct interface *iface, const struct in_addr *address, const struct in_addr *netmask, const struct in_addr *broadcast, int action) argument
H A Dif-linux.c99 /* Some qeth setups require the use of the broadcast flag. */
495 const struct in_addr *broadcast, int action)
520 if (action >= 0 && broadcast)
522 &broadcast->s_addr, sizeof(broadcast->s_addr));
493 if_address(const struct interface *iface, const struct in_addr *address, const struct in_addr *netmask, const struct in_addr *broadcast, int action) argument
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSelectorKernel.java115 public void broadcast( Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable, method in class:SelectorKernel
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingPthreads.cpp387 void ThreadCondition::broadcast() function in class:WTF::ThreadCondition
H A DThreadingWin.cpp48 * This file includes timedWait/signal/broadcast implementations translated to WebKit coding style from the latest algorithm by
473 void ThreadCondition::broadcast() function in class:WTF::ThreadCondition
/external/iputils/ninfod/
H A Dni_ifaddrs.c105 void *broadcast; member in struct:rtmaddr_ifamap
455 ifamap.broadcast = rtadata;
499 ifamap.broadcast = ifamap.address;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c493 int broadcast = eth_hdr->h_dest[0] & 1; local
499 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0
/external/grub/netboot/
H A Dmain.c66 static const unsigned char broadcast[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; variable
231 eth_transmit (broadcast, IP, len, buf);
276 eth_transmit (broadcast, ARP, sizeof (arpreq), &arpreq);
316 * broadcast packets. This will cause the reply to the packets we are
509 eth_transmit (broadcast, RARP, sizeof (rarpreq), &rarpreq);
596 * which may now be filled with broadcast packets. This will
893 && (! grub_memcmp (broadcast, bootpreply->bp_hwaddr, ETH_ALEN)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c1706 int broadcast; local
1721 broadcast = mgmt->bssid[0] == 0xff && mgmt->bssid[1] == 0xff &&
1725 if (!broadcast &&
H A Dieee802_1x.c112 int idx, int broadcast,
141 key->key_index = idx | (broadcast ? 0 : BIT(7));
181 broadcast ? "broadcast" : "unicast", idx);
1493 "new broadcast key");
1500 * after new broadcast key has been sent to all stations. */
1508 "new broadcast key");
1855 * broadcast keys(?) */
110 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c1706 int broadcast; local
1721 broadcast = mgmt->bssid[0] == 0xff && mgmt->bssid[1] == 0xff &&
1725 if (!broadcast &&
H A Dieee802_1x.c112 int idx, int broadcast,
141 key->key_index = idx | (broadcast ? 0 : BIT(7));
181 broadcast ? "broadcast" : "unicast", idx);
1493 "new broadcast key");
1500 * after new broadcast key has been sent to all stations. */
1508 "new broadcast key");
1855 * broadcast keys(?) */
110 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.c1706 int broadcast; local
1721 broadcast = mgmt->bssid[0] == 0xff && mgmt->bssid[1] == 0xff &&
1725 if (!broadcast &&

Completed in 310 milliseconds

12