Searched refs:alloc_socket (Results 1 – 11 of 11) sorted by relevance
| /third_party/lwip/ |
| D | 0034-add-accept4-and-epoll_create1.patch | 37 -alloc_socket(struct netconn *newconn, int accepted) 38 +alloc_socket(struct netconn *newconn, int accepted, int flags) 42 @@ -570,12 +571,19 @@ alloc_socket(struct netconn *newconn, int accepted) 75 - newsock = alloc_socket(newconn, 1); 76 + newsock = alloc_socket(newconn, 1, flags); 108 - i = alloc_socket(conn, 0); 117 + i = alloc_socket(conn, 0, flags);
|
| D | 0097-Mod-the-issue-that-2w-connection-unable-to-establish.patch | 69 @@ -588,6 +588,7 @@ alloc_socket(struct netconn *newconn, int accepted, int flags) 77 @@ -596,6 +597,7 @@ alloc_socket(struct netconn *newconn, int accepted, int flags) 103 newsock = alloc_socket(newconn, 1, flags); 105 + LWIP_DEBUGF(SOCKETS_DEBUG | GAZELLE_DEBUG_SERIOUS, ("alloc_socket fail newsock is -1\n")); 113 + LWIP_DEBUGF(SOCKETS_DEBUG | GAZELLE_DEBUG_SERIOUS, ("alloc_socket fail pcb null flag=%u, ret…
|
| D | 0033-alloc-socket-fail-clean-sock.patch | 15 @@ -598,6 +598,9 @@ alloc_socket(struct netconn *newconn, int accepted)
|
| D | 0073-lstack_lwip-external-api-start-with-do_lwip_-prefix.patch | 60 @@ -613,7 +613,7 @@ alloc_socket(struct netconn *newconn, int accepted, int flags)
|
| D | 0057-same-node-gazellectl-a.patch | 24 @@ -605,6 +605,10 @@ alloc_socket(struct netconn *newconn, int accepted, int flags)
|
| D | 0080-enable-ipv6.patch | 52 @@ -555,7 +564,8 @@ alloc_socket(struct netconn *newconn, int accepted, int flags)
|
| D | 0016-lstack-support-mysql-mode.patch | 115 @@ -604,8 +596,6 @@ alloc_socket(struct netconn *newconn, int accepted)
|
| D | 0002-adapt-lstack.patch | 698 @@ -504,6 +559,62 @@ alloc_socket(struct netconn *newconn, int accepted) 732 + *if connection accepted and alloc_socket called, it can be only NETCONN_LIBOS*/ 761 @@ -535,6 +646,8 @@ alloc_socket(struct netconn *newconn, int accepted)
|
| D | 0053-cleancode-improve-lwipopts.h-readability.patch | 192 @@ -553,7 +553,7 @@ alloc_socket(struct netconn *newconn, int accepted, int flags)
|
| D | CHANGELOG | 55 * sockets.c: alloc_socket(): Check for LWIP_SOCKET_POLL when setting select- 3196 * sockets.c: remplace ENOBUFS errors on alloc_socket by ENFILE to be more BSD compliant.
|
| /third_party/lwip/src/api/ |
| D | sockets.c | 509 alloc_socket(struct netconn *newconn, int accepted) in alloc_socket() function 662 newsock = alloc_socket(newconn, 1); in lwip_accept() 1801 i = alloc_socket(conn, 0); in lwip_socket()
|