HomeSort by relevance Sort by last modified time
    Searched defs:BROADCAST (Results 1 - 3 of 3) sorted by 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/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/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)

Completed in 720 milliseconds