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

  /src/tests/net/if_bridge/
Makefile 14 FILES+= broadcast.pcap.uue unicast.pcap.uue
t_bridge.sh 397 unpack_file broadcast.pcap
428 # Input: broadcast through shmif0
431 atf_check -s exit:0 -o ignore shmif_pcapin broadcast.pcap ${BUS_SHMIF0}
459 # Input: broadcast through shmif0
462 atf_check -s exit:0 -o ignore shmif_pcapin broadcast.pcap ${BUS_SHMIF0}
476 # Input: broadcast through shmif0
495 # Input: broadcast through shmif0
  /src/usr.bin/rump_dhcpclient/
if-bsd.c 136 const struct in_addr *netmask, const struct in_addr *broadcast,
158 if (action >= 0 && broadcast) {
159 ADDADDR(ifa.ifra_broadaddr, broadcast);
  /src/tests/lib/libpthread/
t_cond.c 383 ATF_TC(broadcast);
384 ATF_TC_HEAD(broadcast, tc)
389 ATF_TC_BODY(broadcast, tc)
578 ATF_TP_ADD_TC(tp, broadcast);
  /src/sbin/dump/
optr.c 159 broadcast(""); /* just print last msg */
188 broadcast(const char *message) function in typeref:typename:void
dump.h 187 void broadcast(const char *);
tape.c 203 broadcast("DUMP WRITE ERROR!\n");
430 broadcast("CHANGE DUMP VOLUMES!\a\a\n");
rcache.c 237 broadcast("DUMP IS AILING!\n");
main.c 704 broadcast("DUMP IS DONE!\a\a\n");
  /src/sys/net80211/
ieee80211_proto.h 261 struct mbuf *, int broadcast);
  /src/tests/net/net/
t_forwarding.sh 249 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.directed-broadcast=1
273 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.directed-broadcast=0
  /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/distrib/miniroot/
install.sub 396 # get current "media" "ip" and "netmask" ("broadcast")
411 s/broadcast//
572 cmd="$cmd broadcast $bcaddr";
  /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 in typeref:typename:int
1030 yp_log(LOG_WARNING, "broadcast: getifaddrs: %s"
    [all...]
  /src/sys/dev/usb/
if_upgt.c 2013 const uint8_t broadcast[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local in function:upgt_set_macfilter
2047 device_xname(sc->sc_dev), ether_sprintf(broadcast));
2051 IEEE80211_ADDR_COPY(filter->src, broadcast);
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 283 buf[idx++] = (hdr->broadcast << 7) | (hdr->path_msg << 6) |
318 hdr->broadcast = (buf[idx] >> 7) & 0x1;
2726 hdr->broadcast = 1;
2728 hdr->broadcast = 0;
3468 int req_type, int seqno, bool broadcast)
3840 if (hdr->broadcast) {
  /src/tests/net/if/
t_ifconfig.sh 142 # -a -b shows only broadcast interfaces
286 # broadcast (does it not work?)
288 broadcast 255.255.255.255 alias
289 atf_check -s exit:0 -o match:'broadcast 255.255.255.255' \
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3394 bool broadcast; member in struct:__anon184389af0210::SignalCondArg
3400 if (arg->broadcast)
3424 // broadcast
3425 args.broadcast = true;

Completed in 51 milliseconds