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