HomeSort by relevance Sort by last modified time
    Searched refs:BROADCAST (Results 1 - 10 of 10) sorted by null

  /external/dbus/test/
dbus-daemon-eavesdrop.c 70 BROADCAST,
244 /* Send special broadcast signal to indicate that the connections can "stop"
311 *dst = BROADCAST;
437 /* all the three connection can receive a broadcast */
438 g_assert_cmpint (f->receiver_dst, ==, BROADCAST);
439 g_assert_cmpint (f->politelistener_dst, ==, BROADCAST);
440 g_assert_cmpint (f->eavesdropper_dst, ==, BROADCAST);
546 g_test_add ("/eavedrop/match_keyword/broadcast", Fixture, NULL,
  /external/tcpdump/
print-token.c 76 #define BROADCAST(trp) ((EXTRACT_16BITS(&(trp)->token_rcf) & 0xE000) >> 13)
127 "Non-Broadcast", "Non-Broadcast",
128 "Non-Broadcast", "Non-Broadcast",
188 ND_PRINT((ndo, "%s ", broadcast_indicator[BROADCAST(trp)]));
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 304 /* True if Ethernet address is broadcast or multicast */
306 #define BROADCAST(e) ((e[0] & e[1] & e[2] & e[3] & e[4] & e[5]) == 0xFF)
pppoe-discovery.c 153 "Interface %.16s has broadcast/multicast MAC address??",
457 /* Set destination to Ethernet broadcast address */
568 if (BROADCAST(packet.ethHdr.h_source)) {
569 fprintf(stderr, "Ignoring PADO packet from broadcast MAC address\n");
  /external/iproute2/bridge/
link.c 40 _PF(BROADCAST);
  /external/libnl/lib/route/
addr.c 51 * // Broadcast address may be specified using the relevant
359 nl_dump(p, " broadcast %s",
495 diff |= ADDR_DIFF(BROADCAST, nl_addr_cmp(a->a_bcast, b->a_bcast));
519 __ADD(ADDR_ATTR_BROADCAST, broadcast)
route_obj.c 194 PRINT_FLAG(BROADCAST);
  /external/iproute2/doc/
ip-cref.tex 320 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
322 --- change the link layer broadcast address or the peer address when
328 broadcast address will break networking.
388 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
394 2: dummy: <BROADCAST,NOARP> mtu 1500 qdisc noop
437 \item \verb|BROADCAST| --- the device has the facility to send packets
444 If neither \verb|LOOPBACK| nor \verb|BROADCAST| nor \verb|POINTOPOINT|
445 are set, the interface is assumed to be NMBA (Non-Broadcast Multi-Access).
456 \verb|BROADCAST| link is multicasting by definition, because we have
459 on broadcast-only links because of high expense, but it is not strictl
    [all...]
  /external/iproute2/ip/
ipaddress.c 81 fprintf(stderr, " [ broadcast ADDR ] [ anycast ADDR ]\n");
106 _PF(BROADCAST);
    [all...]
iproute.c 90 fprintf(stderr, "TYPE := [ unicast | local | broadcast | multicast | throw |\n");
505 PRTFL(BROADCAST, "brd");
    [all...]

Completed in 1172 milliseconds