Home
last modified time | relevance | path

Searched full:outgoing (Results 1 – 25 of 95) sorted by relevance

1234

/openbmc/libmctp/utils/
H A Dmctp-capture.h35 void capture_binding(struct mctp_pktbuf *pkt, bool outgoing, void *user);
37 bool outgoing, int eid);
59 bool outgoing __unused, void *user __unused) in capture_binding()
65 bool outgoing __unused, int eid __unused) in capture_socket()
H A Dmctp-capture.c53 void capture_binding(struct mctp_pktbuf *pkt, bool outgoing, void *user) in capture_binding() argument
72 if (outgoing) in capture_binding()
93 bool outgoing, int eid) in capture_socket() argument
111 if (outgoing) in capture_socket()
126 if (outgoing) { in capture_socket()
/openbmc/phosphor-net-ipmid/
H A Dmessage_handler.hpp117 /** @brief Send the outgoing message
119 * The payload in the outgoing message is flattened and sent out on the
122 * @param[in] outMessage - Outgoing Message
127 /** @brief Send the outgoing ASF message
129 * The outgoing ASF message contains only ASF message header
137 * @param[in] packet - Outgoing packet
H A Dintegrity_algo.hpp77 * @brief Generate integrity data for the outgoing IPMI packet
79 * @param[in] input - Outgoing IPMI packet
81 * @return authcode for the outgoing IPMI packet
196 * @brief Generate integrity data for the outgoing IPMI packet
198 * @param[in] input - Outgoing IPMI packet
200 * @return on success return the integrity data for the outgoing IPMI
282 * @brief Generate integrity data for the outgoing IPMI packet
284 * @param[in] packet - Outgoing IPMI packet
286 * @return on success return the integrity data for the outgoing IPMI
H A Dmessage_parsers.hpp194 * @param[in] packet - outgoing packet to which to add sequence number
216 * @brief Add Integrity data to the outgoing IPMI packet
218 * @param[in] packet - Outgoing IPMI packet
219 * @param[in] message - IPMI Message populated for the outgoing packet
242 * @brief Encrypt the plain text payload for the outgoing IPMI packet
244 * @param[in] message - IPMI Message populated for the outgoing packet
H A Dcrypt_algo.hpp69 * @brief Encrypt the outgoing payload
71 * @param[in] payload - plain payload for the outgoing IPMI packet
167 * @brief Encrypt the outgoing payload
169 * @param[in] payload - plain payload for the outgoing IPMI packet
H A Dmessage.hpp187 * The IPMI outgoing message is constructed out of payload and the
191 * @param[in] output - Payload for outgoing message
193 * @return Outgoing message on success and nullptr on failure
/openbmc/qemu/docs/devel/migration/
H A DCPR.rst53 Outgoing:
58 provided the command captures all the data from the outgoing side,
67 * If the VM was running when the outgoing ``migrate`` command was
185 Outgoing:
192 * If the VM was running when the outgoing ``migrate`` command was
221 has issued the migrate command. The outgoing side uses QMP because
227 Outgoing: Incoming:
277 Outgoing: Incoming:
/openbmc/qemu/hw/vfio-user/
H A Dproxy.c227 * For replies, find matching outgoing request and wake any waiters.
442 msg = QTAILQ_FIRST(&proxy->outgoing); in vfio_user_send_one()
448 QTAILQ_REMOVE(&proxy->outgoing, msg, next); in vfio_user_send_one()
461 * Send messages from outgoing queue when the socket buffer has space.
462 * If we deplete 'outgoing', remove ourselves from the poll list.
471 while (!QTAILQ_EMPTY(&proxy->outgoing)) { in vfio_user_send()
556 * Messages are queued onto the proxy's outgoing list.
569 * They transition from the outgoing list to the pending list
575 * They also transition from outgoing to pending when sent, but
579 * As an optimization, if the outgoing list and the socket send
[all …]
H A Dproxy.h84 VFIOUserMsgQ outgoing; member
/openbmc/openbmc/poky/contrib/git-hooks/
H A Dsendemail-validate.sample6 # This sendemail-validate hook injects 'From: ' header lines into outgoing
9 # (notably Microsoft Exchange / Office 360) seem to butcher outgoing patches,
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/
H A DBond.interface.yaml54 The outgoing traffic is distributed according to the current
58 Incoming/outgoing traffic is distributed according to the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A Dtinyproxy.conf34 # outgoing connections. This is useful for multi-home'd machines where
35 # you want all traffic to appear outgoing from one particular interface.
40 # BindSame: If enabled, tinyproxy will bind the outgoing connection to the
213 # AddHeader: Adds the specified headers to outgoing HTTP requests that
/openbmc/qemu/include/exec/
H A Dtranslation-block.h129 * Each TB can have two outgoing jumps, and therefore can participate
135 * outgoing jump is kept in jmp_dest[] so that the appropriate jmp_lock
139 * being invalidated, so that no further outgoing jumps from it can be set.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A Dscripts_no_bash.patch22 # a sms file in the outgoing queue.
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-tls-iothread.out34 === Src VM: Mirror to dst NBD for outgoing storage migration ===
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/
H A Dsmstools3_3.1.21.bb42 install -d "${D}${localstatedir}/spool/sms/outgoing"
/openbmc/libpldm/include/libpldm/
H A Dcontrol.h22 * @param[out] resp_msg - PLDM outgoing response message payload buffer
/openbmc/openbmc/poky/meta/recipes-extended/procps/procps/
H A Dsysctl.conf26 # sets the port range used for outgoing connections
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/
H A Diptraf-ng_1.2.1.bb14 outgoing packets for common TCP and UDP application ports, a LAN \
/openbmc/slpd-lite/
H A Dsock_channel.hpp85 * @brief Write the outgoing packet
/openbmc/qemu/migration/
H A Dfd.c72 qio_channel_set_name(ioc, "migration-fd-outgoing"); in fd_start_outgoing_migration()
H A Dexec.c57 qio_channel_set_name(ioc, "migration-exec-outgoing"); in exec_start_outgoing_migration()
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md242 future outgoing messages, until either the socket is closed, or `connect()` is
250 specify the peer address and tag for future outgoing messages.
312 address, to allow the socket to receive responses to this outgoing message. If
399 ###### `MCTP_TAG_CONTROL`: manage outgoing tag allocation behaviour
711 allocate a unique tag for the outgoing message. In this case, the `sendto()`
713 a local port cannot be allocated for an outgoing message.
935 Another alternative would be to allocate a tag on each outgoing TO=1 message,
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DEventService.v1_11_0.json340 "description": "The connection type to the outgoing SMTP server.",
341 … "longDescription": "This property shall contain the connection type to the outgoing SMTP server.",
346 "description": "The 'from' email address of the outgoing email.",
347 … "This property shall contain the email address to use for the 'from' field in an outgoing email.",
387 …longDescription": "This property shall contain the address of the SMTP server for outgoing email.",

1234