Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h336 int lwip_socket(int domain, int type, int protocol);
358 #define socket(a,b,c) lwip_socket(a,b,c)
/external/syslinux/core/lwip/src/api/
Dsockets.c935 lwip_socket(int domain, int type, int protocol) function