Home
last modified time | relevance | path

Searched full:broadcast (Results 1 – 25 of 209) sorted by relevance

123456789

/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsimple.script19 BROADCAST="broadcast +"
22 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
41 /SBIN_DIR/ip addr add dev $interface local $ip/$mask $BROADCAST
43 /SBIN_DIR/ifconfig $interface $ip $BROADCAST $NETMASK
/openbmc/qemu/hw/i2c/
H A Dcore.c37 if (!bus->broadcast) { in i2c_bus_pre_save()
81 bool i2c_scan_bus(I2CBus *bus, uint8_t address, bool broadcast, in i2c_scan_bus() argument
91 if (sc->match_and_add(candidate, address, broadcast, current_devs)) { in i2c_scan_bus()
92 if (!broadcast) { in i2c_scan_bus()
99 * If broadcast was true, and the list was full or empty, return true. If in i2c_scan_bus()
100 * broadcast was false, return false. in i2c_scan_bus()
102 return broadcast; in i2c_scan_bus()
130 * This is a broadcast, the current_devs will be all the devices of the in i2c_do_start_transfer()
133 bus->broadcast = true; in i2c_do_start_transfer()
146 (void)i2c_scan_bus(bus, address, bus->broadcast, &bus->current_devs); in i2c_do_start_transfer()
[all …]
H A Di2c_mux_pca954x.c68 bool broadcast, in OBJECT_DECLARE_TYPE()
76 if ((candidate->address == address) || broadcast) { in OBJECT_DECLARE_TYPE()
80 if (!broadcast) { in OBJECT_DECLARE_TYPE()
90 if (i2c_scan_bus(mux->bus[i], address, broadcast, in OBJECT_DECLARE_TYPE()
92 if (!broadcast) { in OBJECT_DECLARE_TYPE()
98 /* If we arrived here we didn't find a match, return broadcast. */ in OBJECT_DECLARE_TYPE()
99 return broadcast; in OBJECT_DECLARE_TYPE()
/openbmc/qemu/hw/i3c/
H A Dcore.c65 bus->broadcast = false; in i3c_init_bus_type()
82 bool is_recv, bool broadcast, bool in_entdaa) in i3c_target_match() argument
93 "ENTDAA instead of a broadcast address\n", in i3c_target_match()
105 /* Return if our addresses match, or if it's a broadcast. */ in i3c_target_match()
106 return targ_addr == address || broadcast; in i3c_target_match()
114 bus->broadcast, bus->in_entdaa); in i3c_target_match_and_add()
176 bus->broadcast = true; in i3c_do_start_transfer()
177 /* If we're not in ENTDAA, a broadcast is the start of a new CCC. */ in i3c_do_start_transfer()
182 bus->broadcast = false; in i3c_do_start_transfer()
196 if (rv && !bus->broadcast) { in i3c_do_start_transfer()
[all …]
/openbmc/u-boot/doc/
H A DREADME.NetConsole14 broadcast address and port 6666 are used. If it is set to an IP
41 It turns out that 'netcat' cannot be used to listen to broadcast
43 listens to broadcast packets on a given port and dumps them to the
74 (defaults to broadcast)
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dethernet_interface.hpp48 Broadcast, enumerator
100 {TeamMode::Broadcast, "Broadcast"},
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh42 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group de…
53 [LINK]2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT gr…
70 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 10…
168 …expect_err 0 gbmc_ip_monitor_parse_line "[LINK]2: eno2@extra: <BROADCAST,MULTICAST,UP,LOWER_UP> mt…
178 …expect_err 0 gbmc_ip_monitor_parse_line "[LINK]Deleted 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> …
188 …expect_err 0 gbmc_ip_monitor_parse_line "[LINK]20: gusbem0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu …
/openbmc/qemu/include/hw/i2c/
H A Di2c.h50 * true if it matches (or broadcast), and updates the device list, false
53 * If broadcast is true, match should add the device and return true.
55 bool (*match_and_add)(I2CSlave *candidate, uint8_t address, bool broadcast,
91 bool broadcast; member
154 bool i2c_scan_bus(I2CBus *bus, uint8_t address, bool broadcast,
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md234 the MCTP broadcast EID (0xff).
460 - **controller**: a specific service for a bus owner; may send broadcast
578 ##### Broadcast request
580 Sends a request to a broadcast EID, and receives (unicast) replies. Typical
596 txaddr.smctp_network = 1; /* specific network required for broadcast */
597 txaddr.smctp_addr.s_addr = MCTP_TAG_BCAST; /* broadcast dest */
604 /* We're doing a sendto() to a broadcast address here. If we were
605 * sending more than one broadcast message, we'd be better off
730 Broadcast messages are particularly onerous for tag reservations. When a message
731 is transmitted with TO=1 and dest=0xff (the broadcast EID), the kernel must
[all …]
/openbmc/qemu/include/hw/i3c/
H A Di3c.h27 /* Broadcast CCCs */
127 * Returns true if the address matched, or if this was a broadcast, and
131 bool broadcast, bool in_entdaa);
169 bool broadcast; member
/openbmc/phosphor-host-postd/
H A DREADME.md1 # LPC Snoop Broadcast Daemon
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dau-Wollongong7 # North (Broadcast Site Escarpment Road BROKERS NOSE)
76 # Illawarra (Broadcast Australia Digital Television Tower KNIGHTS HILL)
H A Dau-Sutherland7 # North (Broadcast Site Escarpment Road BROKERS NOSE)
H A Dch-All2 # Created from http://www.broadcast.ch/portal.aspx?pid=705
3 # and http://www.broadcast.ch/data_program_dvbt.aspx
/openbmc/u-boot/net/
H A Drarp.c75 printf("RARP broadcast %d\n", ++rarp_try); in rarp_request()
92 /* dest IP addr set to broadcast */ in rarp_request()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-blinker_1.9.0.bb1 DESCRIPTION = "Fast, simple object-to-object and broadcast signaling."
/openbmc/u-boot/board/bosch/shc/
H A DREADME92 BOOTP broadcast 1
93 BOOTP broadcast 2
/openbmc/u-boot/include/
H A Dfsl_tgec.h61 u32 rx_brd_u; /* Rx broadcast frame upper */
62 u32 rx_brd_l; /* Rx broadcast frame lower */
69 u32 tx_brd_u; /* Tx broadcast frame upper */
70 u32 tx_brd_l; /* Tx broadcast frame lower */
H A Dfsl_dtsec.h58 u32 rbca; /* Receive broadcast packet */
75 u32 tbca; /* Transmit broadcast packet */
189 #define RCTRL_BC_REJ 0x00000010 /* broadcast frame reject */
190 #define RCTRL_BC_MPROM 0x00000008 /* all multicast/broadcast frames received */
H A Dfsl_memac.h59 u32 rx_brd_l; /* Rx broadcast frame lower */
60 u32 rx_brd_u; /* Rx broadcast frame upper */
112 u32 tx_brd_l; /* Tx broadcast frame lower */
113 u32 tx_brd_u; /* Tx broadcast frame upper */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/files/
H A Dypbind.init55 ## if you add the -broadcast Option later, comment this out.
66 test "$YPBIND_BROADCAST" = "yes" && OPTIONS="-broadcast $OPTIONS"
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D50-gbmc-br.rules5 # Sometimes our links are over NCSI and we don't want to broadcast
/openbmc/qemu/hw/intc/
H A Dgrlib_irqmp.c81 uint32_t broadcast; member
151 if (s->broadcast & 1 << irq) { in grlib_irqmp_set_irq()
195 return state->broadcast; in grlib_irqmp_read()
285 state->broadcast = value; in grlib_irqmp_write()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/udpcast/
H A Dudpcast_20250223.bb1 SUMMARY = "UDP broadcast file distribution and installation"
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.h99 * Construct enable broadcast filter command. 8.4.33
107 * Construct disable broadcast filter command. 8.4.35
109 * Note: disable filtering == allow forwarding of broadcast traffic

123456789