Home
last modified time | relevance | path

Searched refs:NET_OPT_SNDTIMEO (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_packet.c252 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zpacket_sendto_ctx()
285 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zpacket_sendmsg_ctx()
Dsockets_can.c244 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zcan_sendto_ctx()
Dsockets_inet.c609 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zsock_sendto_ctx()
665 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zsock_sendmsg_ctx()
2334 NET_OPT_SNDTIMEO, in zsock_setsockopt_ctx()
/Zephyr-latest/include/zephyr/net/
Dnet_context.h1311 NET_OPT_SNDTIMEO = 5, /**< Send timeout */ enumerator
/Zephyr-latest/subsys/net/ip/
Dnet_context.c3570 case NET_OPT_SNDTIMEO: in net_context_set_option()
3663 case NET_OPT_SNDTIMEO: in net_context_get_option()