/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | simple.script | 19 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 D | core.c | 37 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 D | i2c_mux_pca954x.c | 68 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 D | core.c | 65 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 D | README.NetConsole | 14 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 D | ethernet_interface.hpp | 48 Broadcast, enumerator 100 {TeamMode::Broadcast, "Broadcast"},
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor-test.sh | 42 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 D | i2c.h | 50 * 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 D | mctp-kernel.md | 234 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 D | i3c.h | 27 /* 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 D | README.md | 1 # LPC Snoop Broadcast Daemon
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | au-Wollongong | 7 # North (Broadcast Site Escarpment Road BROKERS NOSE) 76 # Illawarra (Broadcast Australia Digital Television Tower KNIGHTS HILL)
|
H A D | au-Sutherland | 7 # North (Broadcast Site Escarpment Road BROKERS NOSE)
|
H A D | ch-All | 2 # 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 D | rarp.c | 75 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 D | python3-blinker_1.9.0.bb | 1 DESCRIPTION = "Fast, simple object-to-object and broadcast signaling."
|
/openbmc/u-boot/board/bosch/shc/ |
H A D | README | 92 BOOTP broadcast 1 93 BOOTP broadcast 2
|
/openbmc/u-boot/include/ |
H A D | fsl_tgec.h | 61 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 D | fsl_dtsec.h | 58 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 D | fsl_memac.h | 59 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 D | ypbind.init | 55 ## 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 D | 50-gbmc-br.rules | 5 # Sometimes our links are over NCSI and we don't want to broadcast
|
/openbmc/qemu/hw/intc/ |
H A D | grlib_irqmp.c | 81 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 D | udpcast_20250223.bb | 1 SUMMARY = "UDP broadcast file distribution and installation"
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_client.h | 99 * 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
|