Searched refs:NET_OPT_RCVTIMEO (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | net_context.h | 1310 NET_OPT_RCVTIMEO = 4, /**< Receive timeout */ enumerator
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_packet.c | 308 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zpacket_recvfrom_ctx()
|
D | sockets_can.c | 288 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zcan_recvfrom_ctx()
|
D | sockets_inet.c | 1069 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zsock_recv_dgram() 1432 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zsock_recv_stream() 2302 NET_OPT_RCVTIMEO, in zsock_setsockopt_ctx()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_context.c | 3567 case NET_OPT_RCVTIMEO: in net_context_set_option() 3660 case NET_OPT_RCVTIMEO: in net_context_get_option()
|