Searched refs:ad (Results 1 – 3 of 3) sorted by relevance
86 } ad; member
1401 *(msg->msg.ad.ipaddr) = (msg->msg.ad.local ? msg->conn->pcb.ip->local_ip :1408 if (msg->msg.ad.local) {1409 *(msg->msg.ad.port) = msg->conn->pcb.raw->protocol;1418 if (msg->msg.ad.local) {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…
146 msg.msg.msg.ad.ipaddr = addr; in netconn_getaddr()147 msg.msg.msg.ad.port = port; in netconn_getaddr()148 msg.msg.msg.ad.local = local; in netconn_getaddr()
Completed in 5 milliseconds