提交 7a19d911 编写于 作者: S SummerGift

add lwip_tryget_socket

上级 03632200
......@@ -231,6 +231,19 @@ tryget_socket(int s)
return &sockets[s];
}
/**
* Same as tryget_socket but a global routine.
*
* @param s externally used socket index
* @return struct lwip_sock for the socket or NULL if not found
*/
struct lwip_sock *
lwip_tryget_socket(int s)
{
return tryget_socket(s);
}
/**
* Allocate a new socket for a given netconn.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册