Lines Matching refs:NETCONN_TCP
274 sockets[i].sendevent = (newconn->type == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket()
351 if (netconn_type(sock->conn) != NETCONN_TCP) { in lwip_accept()
471 is_tcp = netconn_type(sock->conn) == NETCONN_TCP; in lwip_close()
557 if (netconn_type(sock->conn) != NETCONN_TCP) { in lwip_listen()
612 if (netconn_type(sock->conn) == NETCONN_TCP) { in lwip_recvfrom()
642 if (netconn_type(sock->conn) == NETCONN_TCP) { in lwip_recvfrom()
665 if (netconn_type(sock->conn) == NETCONN_TCP) { in lwip_recvfrom()
684 if (netconn_type(sock->conn) == NETCONN_TCP) { in lwip_recvfrom()
709 if (netconn_type(sock->conn) == NETCONN_TCP) { in lwip_recvfrom()
729 if ((netconn_type(sock->conn) == NETCONN_TCP) && (buflen - copylen > 0)) { in lwip_recvfrom()
737 if (netconn_type(sock->conn) == NETCONN_TCP) { in lwip_recvfrom()
782 if (sock->conn->type != NETCONN_TCP) { in lwip_send()
820 if (sock->conn->type == NETCONN_TCP) {
982 conn = netconn_new_with_callback(NETCONN_TCP, event_callback);
1394 if (netconn_type(sock->conn) != NETCONN_TCP) {
1590 if (sock->conn->type != NETCONN_TCP)
1717 case NETCONN_TCP:
2007 if (sock->conn->type != NETCONN_TCP)
2324 if (netconn_type(sock->conn) != NETCONN_TCP) {