Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c1459 enum net_sock_type sock_type = net_context_get_type(ctx); in zsock_recvfrom_ctx() local
1465 if (sock_type == SOCK_DGRAM) { in zsock_recvfrom_ctx()
1467 } else if (sock_type == SOCK_STREAM) { in zsock_recvfrom_ctx()
1481 enum net_sock_type sock_type = net_context_get_type(ctx); in zsock_recvmsg_ctx() local
1498 if (sock_type == SOCK_DGRAM) { in zsock_recvmsg_ctx()
1501 } else if (sock_type == SOCK_STREAM) { in zsock_recvmsg_ctx()