HomeSort by: relevance | last modified time | path
    Searched defs:broadcast (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
interfaceiter.h 58 isc_netaddr_t broadcast; /*&< Broadcast address. */ member in struct:isc_interface
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
concurrence.h 277 void broadcast() function in class:__cond
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
concurrence.h 277 void broadcast() function in class:__cond
  /src/sbin/dump/
optr.c 159 broadcast(""); /* just print last msg */
188 broadcast(const char *message) function
  /src/tests/lib/libpthread/
t_cond.c 383 ATF_TC(broadcast); variable
384 ATF_TC_HEAD(broadcast, tc)
389 ATF_TC_BODY(broadcast, tc)
578 ATF_TP_ADD_TC(tp, broadcast);
  /src/sys/dev/usb/
if_upgt.c 2013 const uint8_t broadcast[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
2047 device_xname(sc->sc_dev), ether_sprintf(broadcast));
2051 IEEE80211_ADDR_COPY(filter->src, broadcast);
  /src/usr.sbin/ypbind/
ypbind.c 111 ypbind_mode_t dom_ypbindmode; /* broadcast or direct */
337 * file does not exist, we revert to broadcast mode.
339 * The sysadmin can force broadcast mode by passing the
340 * -broadcast flag. There is currently no way to fail and
348 DPRINTF("%s does not exist, defaulting to broadcast\n",
607 * 2. If we're in broadcast mode the address should be
611 * 2a. If we're in broadcast mode and we've been ypset, we
1014 * Broadcast an RPC packet to hopefully contact some servers for a
1018 broadcast(char *buf, int outlen) function
1030 yp_log(LOG_WARNING, "broadcast: getifaddrs: %s"
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getifaddrs.c 154 void *broadcast; member in struct:rtmaddr_ifamap
722 ifamap.broadcast = rtadata;
766 ifamap.broadcast = ifamap.address;
796 if (ifamap.broadcast) {
801 ifa_make_sockaddr(nlm_family, ifa->ifa_broadaddr, ifamap.broadcast, ifamap.broadcast_len,
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 60 static void broadcast (struct parse *, FILE *);
140 { "broadcast", broadcast, { NTP_ADD, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR },
1304 * broadcast - configure a broadcast mode association
1307 broadcast( function
3066 #define IF_LIST_LABELS "#", 'A', "Address/Mask/Broadcast", 'T', 'E', "IF name", "Flg", "TL", "#M", "recv", "sent", "drop", "S", "PC", "uptime"
  /src/sbin/ifconfig/
ifconfig.c 197 "broadcast address",
198 setifbroadaddr, "broadcast", NULL, NULL, NULL, &command_root.pb_parser);
208 , {.k_word = "broadcast", .k_nextparser = &parse_broadcast.pa_parser}
262 struct paddr broadcast = PADDR_INITIALIZER(&broadcast, variable in typeref:struct:paddr
263 "broadcast address (address 3)",
264 setifbroadaddr, "broadcast", NULL, "dstormask", "broadcast",
297 , {.b_nextparser = &broadcast.pa_parser}
1019 errx(EXIT_FAILURE, "not a broadcast interface")
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 251 bool broadcast; member in struct:drm_dp_sideband_msg_hdr
  /src/external/bsd/wpa/dist/src/ap/
dpp_hostapd.c 47 static const u8 broadcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
409 " freq=%u type=%d", MAC2STR(broadcast), pkex->freq,
412 hostapd_drv_send_action(hapd, pkex->freq, 0, broadcast,
453 MAC2STR(broadcast), pkex->freq,
457 broadcast,
785 dst = broadcast;
3606 MAC2STR(broadcast), hapd->dpp_chirp_freq, type);
3608 hapd, hapd->dpp_chirp_freq, 2000, broadcast,
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 62 static const u8 broadcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
94 broadcast,
208 wpa_s->own_addr, broadcast,
428 auth->peer_mac_addr, wpa_s->own_addr, broadcast,
799 dst = broadcast;
824 wpa_s->own_addr, broadcast,
1158 auth->peer_mac_addr, wpa_s->own_addr, broadcast,
1953 addr, wpa_s->own_addr, broadcast,
2115 src, wpa_s->own_addr, broadcast,
2578 if (offchannel_send_action(wpa_s, freq, src, wpa_s->own_addr, broadcast,
    [all...]
wpa_supplicant.c 7170 const u8 broadcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
7175 offchannel_send_action(wpa_s, freq, da, wpa_s->own_addr, broadcast,
  /src/external/mpl/dhcp/dist/client/
dhclient.c 251 static int send_dhcpv4_query(struct client_state *client, int broadcast);
510 /* do not exit if there are no broadcast interfaces. */
840 * If no broadcast interfaces were discovered, call the script
857 log_info("No broadcast interfaces found - exiting.");
2989 broadcast the DHCPREQUEST rather than unicasting. */
3042 int broadcast = 0; local
3044 broadcast = 1;
3045 result = send_dhcpv4_query(client, broadcast);
3166 int broadcast = 0; local
3168 broadcast = 1
4448 struct iaddr netmask, subnet, broadcast; local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3394 bool broadcast; member in struct:__anon4094::SignalCondArg
3400 if (arg->broadcast)
3424 // broadcast
3425 args.broadcast = true;
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 767 /* AVX512 broadcast support. The number of bytes to broadcast is
768 1 << (Broadcast - 1):
769 1: Byte broadcast.
770 2: Word broadcast.
771 3: Dword broadcast.
772 4: Qword broadcast.
778 Broadcast,
860 unsigned int broadcast:3; member in struct:i386_opcode_modifier
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 754 /* AVX512 broadcast support. The number of bytes to broadcast is
755 1 << (Broadcast - 1):
756 1: Byte broadcast.
757 2: Word broadcast.
758 3: Dword broadcast.
759 4: Qword broadcast.
765 Broadcast,
847 unsigned int broadcast:3; member in struct:i386_opcode_modifier
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 721 /* AVX512 broadcast support. The number of bytes to broadcast is
722 1 << (Broadcast - 1):
723 1: Byte broadcast.
724 2: Word broadcast.
725 3: Dword broadcast.
726 4: Qword broadcast.
732 Broadcast,
814 unsigned int broadcast:3; member in struct:i386_opcode_modifier
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 704 /* AVX512 broadcast support. The number of bytes to broadcast is
705 1 << (Broadcast - 1):
706 1: Byte broadcast.
707 2: Word broadcast.
708 3: Dword broadcast.
709 4: Qword broadcast.
715 Broadcast,
797 unsigned int broadcast:3; member in struct:i386_opcode_modifier
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 440 expresses the broadcast factor. */
443 /* Type of broadcast: {1to2}, {1to4}, {1to8}, {1to16} or {1to32}. */
449 /* Number of bytes to broadcast. */
451 } broadcast; member in struct:_i386_insn
2603 && !i.broadcast.type
2604 && !i.broadcast.bytes
2610 here. Also for v{,p}broadcast*, {,v}pmov{s,z}*, and
2617 > !!t->opcode_modifier.broadcast)
4489 if (i.broadcast.type)
4490 return (1 << (t->opcode_modifier.broadcast - 1)) * i.broadcast.type
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 440 expresses the broadcast factor. */
443 /* Type of broadcast: {1to2}, {1to4}, {1to8}, {1to16} or {1to32}. */
449 /* Number of bytes to broadcast. */
451 } broadcast; member in struct:_i386_insn
2554 && !i.broadcast.type
2555 && !i.broadcast.bytes
2561 here. Also for v{,p}broadcast*, {,v}pmov{s,z}*, and
2568 > !!t->opcode_modifier.broadcast)
4415 if (i.broadcast.type)
4416 return (1 << (t->opcode_modifier.broadcast - 1)) * i.broadcast.type
    [all...]

Completed in 80 milliseconds