Lines Matching refs:port
317 u16_t port;
350 /* get the IP address and port of the remote host */
351 err = netconn_peer(newconn, &naddr, &port);
367 sin.sin_port = htons(port);
398 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F"\n", port));
429 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F")\n", ntohs(local_port)));
500 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F")\n", ntohs(remote_port)));
566 u16_t port;
673 netconn_getaddr(sock->conn, addr, &port, 0);
676 port = netbuf_fromport((struct netbuf *)buf);
682 sin.sin_port = htons(port);
693 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F" len=%d\n", port, off));
698 netconn_getaddr(sock->conn, addr, &port, 0);
701 port = netbuf_fromport((struct netbuf *)buf);
706 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F" len=%d\n", port, off));
913 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F"\n", remote_port));
1423 /* get the IP address and port */
1428 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F")\n", sin.sin_port));