Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_context.h1310 NET_OPT_RCVTIMEO = 4, /**< Receive timeout */ enumerator
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_packet.c308 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zpacket_recvfrom_ctx()
Dsockets_can.c288 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zcan_recvfrom_ctx()
Dsockets_inet.c1069 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/
Dnet_context.c3567 case NET_OPT_RCVTIMEO: in net_context_set_option()
3660 case NET_OPT_RCVTIMEO: in net_context_get_option()