Home
last modified time | relevance | path

Searched refs:tryget_socket (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/
D0097-Mod-the-issue-that-2w-connection-unable-to-establish.patch61 struct lwip_sock *sock = tryget_socket(fd);
D0053-cleancode-improve-lwipopts.h-readability.patch158 @@ -500,13 +500,13 @@ tryget_socket(int fd)
172 struct lwip_sock *sock = tryget_socket(fd);
D0002-adapt-lstack.patch659 @@ -475,8 +507,13 @@ tryget_socket(int fd)
671 struct lwip_sock *sock = tryget_socket(fd);
/third_party/lwip/src/api/
Dsockets.c468 tryget_socket(int fd) in tryget_socket() function
489 struct lwip_sock *sock = tryget_socket(fd); in get_socket()
2963 struct lwip_sock *sock = tryget_socket(s); in lwip_getsockopt_impl()
3387 struct lwip_sock *sock = tryget_socket(s); in lwip_setsockopt_impl()