Searched refs:lwip_socket (Results 1 – 3 of 3) sorted by relevance
| /tests/ |
| D | lwiptest.c | 28 lwip_socket(AF_INET, SOCK_STREAM, IP_PROTO_TCP); in main()
|
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 338 int lwip_socket(int domain, int type, int protocol); 360 #define socket(a,b,c) lwip_socket(a,b,c)
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 948 lwip_socket(int domain, int type, int protocol) function
|