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.c1456 enum net_sock_type sock_type = net_context_get_type(ctx); in zsock_recvfrom_ctx() local
1462 if (sock_type == SOCK_DGRAM) { in zsock_recvfrom_ctx()
1464 } else if (sock_type == SOCK_STREAM) { in zsock_recvfrom_ctx()
1478 enum net_sock_type sock_type = net_context_get_type(ctx); in zsock_recvmsg_ctx() local
1495 if (sock_type == SOCK_DGRAM) { in zsock_recvmsg_ctx()
1498 } else if (sock_type == SOCK_STREAM) { in zsock_recvmsg_ctx()