Home
last modified time | relevance | path

Searched refs:tmo (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/api/
Dtcpip.c123 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
128 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
258 msg->msg.tmo.msecs = msecs; in tcpip_timeout()
259 msg->msg.tmo.h = h; in tcpip_timeout()
260 msg->msg.tmo.arg = arg; in tcpip_timeout()
287 msg->msg.tmo.h = h; in tcpip_untimeout()
288 msg->msg.tmo.arg = arg; in tcpip_untimeout()
/lib/liblwip/src/include/lwip/
Dtcpip.h156 } tmo; member