Searched refs:NET_OPT_SNDTIMEO (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_packet.c | 252 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()
|
D | sockets_can.c | 244 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zcan_sendto_ctx()
|
D | sockets_inet.c | 609 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/ |
D | net_context.h | 1311 NET_OPT_SNDTIMEO = 5, /**< Send timeout */ enumerator
|
/Zephyr-latest/subsys/net/ip/ |
D | net_context.c | 3570 case NET_OPT_SNDTIMEO: in net_context_set_option() 3663 case NET_OPT_SNDTIMEO: in net_context_get_option()
|