Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/include/zephyr/posix/sys/
Dsocket.h42 ssize_t sendmsg(int sock, const struct msghdr *message, int flags);
/Zephyr-latest/tests/posix/headers/src/
Dsys_socket_h.c112 zassert_not_null(sendmsg); in ZTEST()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_internal.h72 ssize_t (*sendmsg)(void *obj, const struct msghdr *msg, int flags); member
DKconfig186 int "Intermediate buffer size for DTLS sendmsg()"
191 Size of the intermediate buffer for DTLS sendmsg() function. The
192 intermediate buffer is needed, as sendmsg() for DGRAM is expected to
196 DTLS sockets is disabled. In result, sendmsg() will only accept msghdr
Dsockets.c376 SYS_PORT_TRACING_OBJ_FUNC_ENTER(socket, sendmsg, sock, msg, flags); in z_impl_zsock_sendmsg()
378 bytes_sent = VTABLE_CALL(sendmsg, sock, msg, flags); in z_impl_zsock_sendmsg()
380 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, sendmsg, sock, in z_impl_zsock_sendmsg()
Dsocket_dispatcher.c440 .sendmsg = sock_dispatch_sendmsg_vmeth,
Dsockets_packet.c482 .sendmsg = packet_sock_sendmsg_vmeth,
Dsocketpair.c1192 .sendmsg = spair_sendmsg,
Dsockets_inet.c3025 .sendmsg = sock_sendmsg_vmeth,
Dsockets_tls.c3873 .sendmsg = tls_sock_sendmsg_vmeth,
/Zephyr-latest/tests/net/socket/offload_dispatcher/src/
Dmain.c267 .sendmsg = offload_sendmsg,
329 .sendmsg = offload_sendmsg,
/Zephyr-latest/lib/posix/options/
Dnet.c363 ssize_t sendmsg(int sock, const struct msghdr *message, int flags) in sendmsg() function
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c201 ret = sendmsg(data->sock, &msg, 0); in tx()
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c1232 .sendmsg = simplelink_sendmsg,
/Zephyr-latest/drivers/modem/
Dquectel-bg9x.c1104 .sendmsg = offload_sendmsg,
Dublox-sara-r4.c1935 .sendmsg = offload_sendmsg,
Dsimcom-sim7080.c633 .sendmsg = offload_sendmsg,
/Zephyr-latest/drivers/net/
Dnsos_adapt.c573 ret = sendmsg(fd, &msg, socket_flags_from_nsos_mid(flags) | MSG_NOSIGNAL); in nsos_adapt_sendmsg()
Dnsos_sockets.c1385 .sendmsg = nsos_sendmsg,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst394 sendmsg(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst687 * Fixed ``sendmsg()`` operation when TCP reported full transmission window.
1260 - :github:`45953` - modem: simcom-sim7080: sendmsg() should result in single outgoing datagram
1307 * :github:`45948` - net: socket: dtls: sendmsg() should result in single outgoing datagram
Drelease-notes-2.3.rst485 * Added sendmsg() support to ublox-sara-r4
790 * :github:`25702` - BSD socket sendmsg() did not verify params in usermode
Drelease-notes-2.1.rst585 * :github:`20431` - sockets\_tls: missing sendmsg
Drelease-notes-4.0.rst1095 * Fixed IPv4 destination address setting when using :c:func:`sendmsg` with
/Zephyr-latest/subsys/net/ip/
DKconfig710 ancillary data field in sendmsg call.

12