Home
last modified time | relevance | path

Searched refs:ad (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dapi_msg.h86 } ad; member
/lk-master/external/lib/lwip/api/
A Dapi_msg.c1401 *(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…
A Dapi_lib.c146 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