Searched refs:sock_type (Results 1 – 1 of 1) sorted by relevance
1459 enum net_sock_type sock_type = net_context_get_type(ctx); in zsock_recvfrom_ctx() local1465 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() local1498 if (sock_type == SOCK_DGRAM) { in zsock_recvmsg_ctx()1501 } else if (sock_type == SOCK_STREAM) { in zsock_recvmsg_ctx()