Home
last modified time | relevance | path

Searched refs:lwip_socket (Results 1 – 3 of 3) sorted by relevance

/tests/
Dlwiptest.c28 lwip_socket(AF_INET, SOCK_STREAM, IP_PROTO_TCP); in main()
/lib/liblwip/src/include/lwip/
Dsockets.h338 int lwip_socket(int domain, int type, int protocol);
360 #define socket(a,b,c) lwip_socket(a,b,c)
/lib/liblwip/src/api/
Dsockets.c948 lwip_socket(int domain, int type, int protocol) function