Searched refs:domain (Results 1 – 3 of 3) sorted by relevance
| /lib/liblwip/src/api/ |
| D | sockets.c | 948 lwip_socket(int domain, int type, int protocol) argument 953 LWIP_UNUSED_ARG(domain); 960 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol)); 966 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol)); 971 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol)); 979 domain, type, protocol));
|
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 338 int lwip_socket(int domain, int type, int protocol);
|
| /docs/ |
| D | Doxyfile | 1460 # set bundle. This should be a reverse domain-name style string, e.g. 1468 # the documentation publisher. This should be a reverse domain-name style
|