Home
last modified time | relevance | path

Searched refs:MCTP_NET_ANY (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmctp.h40 #define MCTP_NET_ANY 0x0 macro
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md133 #define MCTP_NET_ANY 0
170 addr.smctp_network = MCTP_NET_ANY;
193 A `smctp_network` value of `MCTP_NET_ANY` will configure the socket to receive
215 addr.smctp_network = MCTP_NET_ANY;
229 `MCTP_NET_ANY`, in which case the kernel will select a suitable MCTP network.
483 addr.smctp_network = MCTP_NET_ANY; /* any network */
533 addr.smctp_network = MCTP_NET_ANY; /* any network */
667 `MCTP_NET_ANY` is allowed. This will allow the kernel to select a specific
672 transmission where `MCTP_NET_ANY` is used as the destination network.
/openbmc/linux/Documentation/networking/
H A Dmctp.rst69 #define MCTP_NET_ANY 0x0
91 addr.smctp_network = MCTP_NET_ANY;
110 A ``smctp_network`` value of ``MCTP_NET_ANY`` will configure the socket to
/openbmc/libpldm/src/transport/
H A Daf-mctp.c302 lsmctp.smctp_network = MCTP_NET_ANY; in pldm_transport_af_mctp_bind()
/openbmc/linux/net/mctp/
H A Daf_mctp.c129 if (addr->smctp_network == MCTP_NET_ANY) in mctp_sendmsg()
H A Droute.c61 if (msk->bind_net != MCTP_NET_ANY && msk->bind_net != cb->net) in mctp_lookup_bind()
/openbmc/linux/net/mctp/test/
H A Droute-test.c304 addr.smctp_network = MCTP_NET_ANY; in __mctp_route_test_init()