Lines Matching refs:port
116 buf->port = pcb->protocol;
145 ip_addr_t *addr, u16_t port)
179 buf->port = port;
895 * the IP address and port to bind to
913 msg->err = udp_bind(msg->conn->pcb.udp, msg->msg.bc.ipaddr, msg->msg.bc.port);
918 msg->err = tcp_bind(msg->conn->pcb.tcp, msg->msg.bc.ipaddr, msg->msg.bc.port);
981 * the IP address and port to connect to
998 msg->err = udp_connect(msg->conn->pcb.udp, msg->msg.bc.ipaddr, msg->msg.bc.port);
1009 msg->msg.bc.port, do_connected);
1145 &msg->msg.b->addr, msg->msg.b->port,
1152 msg->err = udp_sendto(msg->conn->pcb.udp, msg->msg.b->p, &msg->msg.b->addr, msg->msg.b->port);
1409 *(msg->msg.ad.port) = msg->conn->pcb.raw->protocol;
1419 *(msg->msg.ad.port) = msg->conn->pcb.udp->local_port;
1424 *(msg->msg.ad.port) = msg->conn->pcb.udp->remote_port;
1431 *(msg->msg.ad.port) = (msg->msg.ad.local?msg->conn->pcb.tcp->local_port:msg->conn->pcb.tcp->remote_port);