Searched refs:broadcast (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/include/net/
H A Dipv6.h41 ipv6_ib_mc_map(const struct in6_addr *addr, const unsigned char *broadcast, argument
46 scope = broadcast[5] & 0xF;
55 buf[8] = broadcast[8];
56 buf[9] = broadcast[9];
/barrelfish-master/lib/lwip2/src/core/
H A Draw.c68 raw_input_match(struct raw_pcb *pcb, u8_t broadcast) argument
70 LWIP_UNUSED_ARG(broadcast); /* in IPv6 only case */
76 if ((broadcast != 0) && !ip_get_option(pcb, SOF_BROADCAST)) {
87 /* Special case: IPv4 broadcast: receive all broadcasts
88 * Note: broadcast variable can only be 1 if it is an IPv4 broadcast */
89 if (broadcast != 0) {
133 u8_t broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); local
160 if ((pcb->protocol == proto) && raw_input_match(pcb, broadcast)) {
343 /* broadcast filte
[all...]
H A Dudp.c126 * @param broadcast 1 if his is an IPv4 broadcast (global or subnet-only), 0 otherwise (only used for IPv4)
130 udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) argument
133 LWIP_UNUSED_ARG(broadcast); /* in IPv6 only case */
138 if ((broadcast != 0) && !ip_get_option(pcb, SOF_BROADCAST)) {
148 /* Special case: IPv4 broadcast: all or broadcasts in my subnet
149 * Note: broadcast variable can only be 1 if it is an IPv4 broadcast */
150 if (broadcast != 0) {
191 u8_t broadcast; local
[all...]
/barrelfish-master/lib/lwip/src/core/
H A Dudp.c94 u8_t broadcast; local
118 /* is broadcast packet ? */
119 broadcast = ip_addr_isbroadcast(&(iphdr->dest), inp);
150 (- broadcast or directed to us) -> DHCP is link-layer-addressed, local ip is always ANY!
184 ((!broadcast && ip_addr_isany(&pcb->local_ip)) ||
190 (broadcast && (pcb->so_options & SOF_BROADCAST)))) {
192 (broadcast))) {
310 destination address was broadcast/multicast. */
311 if (!broadcast && !ip_addr_ismulticast(&iphdr->dest)) {
427 /* broadcast filte
[all...]
/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_guard_impl.h260 bool broadcast() { return std::__libcpp_condvar_broadcast(&cond); } function in struct:__cxxabiv1::__anon200::LibcppCondVar
318 if (global_cond.broadcast()) {
319 ABORT_WITH_MESSAGE("%s failed to broadcast", "__cxa_guard_release");
334 if (global_cond.broadcast()) {
335 ABORT_WITH_MESSAGE("%s failed to broadcast", "__cxa_guard_abort");
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Daddr.c98 memcpy(dev_addr->broadcast, dev->broadcast, MAX_ADDR_LEN);
115 memcpy(dev_addr->broadcast, __DECONST(char *, dev->if_broadcastaddr),
361 * Determine whether the address is unicast, multicast, or broadcast
434 * If it's not multicast or broadcast and the route doesn't match the
H A Dcma.c2961 ipv6_ib_mc_map(&sin6->sin6_addr, dev_addr->broadcast, mc_map);
2968 ip_ib_mc_map(sin->sin_addr.s_addr, dev_addr->broadcast, mc_map);
/barrelfish-master/doc/009-notifications/
H A DNotify.tex73 broadcast. Newer AMD Istanbul processors have a directory-based cache
74 coherency protocol which avoids the broadcast. The receiver then
/barrelfish-master/doc/006-routing/
H A DRouting.tex372 Each node is also given an \emph{application broadcast ID}.
376 The union of the set of node ID, multicast ID, and application broadcast ID is
378 The set of node IDs, multicast IDs, and application broadcast IDs are disjoint.
387 sending a message to the application broadcast provided to it.
486 it can query the library for its node ID and application broadcast ID.
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dwm.c1009 int broadcast(mtype,mmsg) function
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dio.pl1748 throw occurs, broadcast end_multitask again */

Completed in 321 milliseconds