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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dtivo_beacon.h46 sendBeaconMessage(int fd, struct sockaddr_in * client, int len, int broadcast);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/samples/
H A Dsample.bound6 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
H A Dsample.renew6 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
H A Dsimple.script8 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/udhcp/
H A Dsample.bound6 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
H A Dsample.renew6 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
H A Dsimple.script8 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dtivo_beacon.h34 sendBeaconMessage(int fd, struct sockaddr_in * client, int len, int broadcast);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dtivo_beacon.h34 sendBeaconMessage(int fd, struct sockaddr_in * client, int len, int broadcast);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_addr.h58 unsigned char broadcast[MAX_ADDR_LEN]; member in struct:rdma_dev_addr
104 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9];
109 dev_addr->broadcast[8] = pkey >> 8;
110 dev_addr->broadcast[9] = (unsigned char) pkey;
116 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Droutel28 broadcast|local|unreachable) via=$network
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Dzcip.script28 scope link local "$ip/16" broadcast +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A DMakefile5 obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += tick-broadcast.o
H A Dtick-internal.h10 extern void tick_setup_periodic(struct clock_event_device *dev, int broadcast);
84 tick_set_periodic_handler(struct clock_event_device *dev, int broadcast);
109 * Set the periodic handler in non broadcast mode
112 int broadcast)
119 * Check, if the device is functional or a dummy for broadcast
111 tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) argument
H A Dtick-broadcast.c2 * linux/kernel/time/tick-broadcast.c
5 * device via a broadcast event source.
57 * Check, if the device can be utilized as broadcast device:
73 * Check, if the device is the broadcast device
82 * needs to be handled by the broadcast device.
94 * operated from the broadcast device and is a placeholder for
129 * have different broadcast functions. For now, just use the
135 td->evtdev->broadcast(mask);
142 * Periodic broadcast:
143 * - invoke the broadcast handler
264 tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) argument
312 int broadcast = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/etc/avahi/
H A Davahi-autoipd.action58 ifconfig "$2:3" inet "$3" netmask 255.255.0.0 broadcast 169.254.255.255 up
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Davahi-autoipd.action.linux58 ifconfig "$2:3" inet "$3" netmask 255.255.0.0 broadcast 169.254.255.255 up
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c60 /* Used for all multicast joins (broadcast, IPv4 mcast and IPv6 mcast) */
216 /* Set the cached Q_Key before we attach if it's the broadcast group */
217 if (!memcmp(mcast->mcmember.mgid.raw, priv->dev->broadcast + 4,
219 priv->qkey = be32_to_cpu(priv->broadcast->mcmember.qkey);
407 if (mcast == priv->broadcast)
480 rec.qkey = priv->broadcast->mcmember.qkey;
482 rec.mtu = priv->broadcast->mcmember.mtu;
483 rec.traffic_class = priv->broadcast->mcmember.traffic_class;
485 rec.rate = priv->broadcast->mcmember.rate;
486 rec.sl = priv->broadcast
537 struct ipoib_mcast *broadcast; local
[all...]
H A Dipoib_vlan.c97 priv->dev->broadcast[8] = pkey >> 8;
98 priv->dev->broadcast[9] = pkey & 0xff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/appletalk/
H A Ddev.c39 dev->broadcast[0] = 0xFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dipcalc.c68 "broadcast\0" No_argument "b"
83 in_addr_t netmask, broadcast, network, ipaddr; local
163 broadcast = (ipaddr & netmask) | ~netmask;
164 printf("BROADCAST=%s\n", inet_ntoa((*(struct in_addr *) &broadcast)));
H A Dether-wake.c27 * -b Send wake-up packet to the broadcast address.\n"
62 * An alternative to needing 'root' is using a UDP broadcast socket, however
63 * doing so only works with adapters configured for unicast+broadcast Rx
126 static int get_fill(unsigned char *pkt, struct ether_addr *eaddr, int broadcast) argument
132 if (!broadcast)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dclockchips.h48 * - Clockevent source stops in C3 State and needs broadcast support.
69 * @broadcast: function to broadcast events
89 void (*broadcast)(cpumask_t mask); member in struct:clock_event_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dnetdev.c102 memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN);
109 memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN);
110 memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN);
231 memset(dev->broadcast, 0xff, ETH_ALEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/802/
H A Dfddi.c151 if (memcmp(fddi->daddr, dev->broadcast, FDDI_K_ALEN) == 0)
191 memset(dev->broadcast, 0xFF, FDDI_K_ALEN);

Completed in 91 milliseconds

12345