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 | 614 		net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL);  in zsock_sendto_ctx()670 		net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL);  in zsock_sendmsg_ctx()
 2333 							     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 | 3596 	case NET_OPT_SNDTIMEO:  in net_context_set_option()3689 	case NET_OPT_SNDTIMEO:  in net_context_get_option()
 
 |