Searched refs:broadcast (Results 26 - 50 of 64) sorted by last modified time

123

/external/libnl/lib/route/
H A Drtnl.c59 __ADD(RTN_BROADCAST,broadcast)
/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/iproute2/doc/
H A Dip-cref.tex285 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
287 --- change the link layer broadcast address or the peer address when
293 broadcast address will break networking.
424 on broadcast-only links because of high expense, but it is not strictly
430 this mode exists only on broadcast links and is used by bridges and for network
463 The default format of the station address and the broadcast address
471 NBMA links have no well-defined broadcast or peer address,
473 about the address of broadcast relay or about the address of the ARP server.
593 \item \verb|broadcast ADDRESS|
595 --- the broadcast addres
[all...]
H A Dip-tunnels.tex389 address. Such tunnel becomes {\bf broadcast} tunnel (though word
397 This tunnel is true broadcast network and broadcast packets are
402 broadcast network. If multicast routing does not work, it is unpleasant
403 but not fatal flaw. The tunnel becomes NBMA rather than broadcast network.
424 by historical reasons broadcast mode is not supported by IPIP tunnels,
/external/iproute2/ip/
H A Droutel28 broadcast|local|unreachable) via=$network
/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/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 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 Ddnsmasq.h544 struct in_addr netmask, broadcast; member in struct:dhcp_context
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 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
H A Doption.c202 { "dhcp-broadcast", 1, 0, LOPT_BROADCAST },
253 { LOPT_BROADCAST, ARG_DUP, "=<id>[,<id>]", gettext_noop("Force broadcast replies for hosts with tag set."), NULL },
359 { "broadcast", 28, OT_INTERNAL | OT_ADDR_LIST },
1667 new->broadcast.s_addr = 0;
1749 ((new->broadcast.s_addr = inet_addr(a[3])) != (in_addr_t)-1))
2213 case LOPT_BROADCAST: /* --dhcp-broadcast */
H A Drfc2131.c791 mess->flags |= htons(0x8000); /* broadcast */
1040 /* ensure we broadcast NAK */
1064 /* ensure we broadcast NAK */
1132 mess->flags |= htons(0x8000); /* broadcast */
1620 mess->flags |= htons(0x8000); /* force broadcast */
1878 /* We are found by broadcast, so disable multicast. It gets switched on again
2142 /* May not have a "guessed" broadcast address if we got no packets via a relay
2144 if (context->broadcast.s_addr &&
2146 option_put(mess, end, OPTION_BROADCAST, INADDRSZ, ntohl(context->broadcast.s_addr));
2148 /* Same comments as broadcast appl
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2938 bool broadcast; member in struct:__anon19614::SignalCondArg
2944 if (arg->broadcast)
2968 // broadcast
2969 args.broadcast = true;
/external/chromium_org/third_party/skia/src/utils/
H A DSkCondVar.cpp62 void SkCondVar::broadcast() { function in class:SkCondVar
H A DSkCondVar.h50 * Pause the calling thread. Will be awoken when signal() or broadcast() is called.
66 void broadcast();
H A DSkTaskGroup.cpp84 fReady.broadcast();
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.cpp702 // - with a 2.0 context, the output color is broadcast to all channels
703 const bool broadcast = (fragmentShader->mUsesFragColor && mRenderer->getCurrentClientVersion() < 3); local
704 const unsigned int numRenderTargets = (broadcast || usesMRT ? mRenderer->getRendererCaps().maxDrawBuffers : 1);
812 outputKeyVariable.source = broadcast ? "gl_Color[0]" : "gl_Color[" + Str(renderTargetIndex) + "]";
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp175 m_resume.broadcast();
181 m_resume.broadcast();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMessageQueue.h99 m_condition.broadcast();
193 m_condition.broadcast();
H A DThreadingPrimitives.h141 void broadcast();
H A DThreadingPthreads.cpp244 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
375 void ThreadCondition::broadcast() function in class:WTF::ThreadCondition

Completed in 341 milliseconds

123