Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/api/
Dnetdb.c163 size_t buflen, struct hostent **result, int *h_errnop) in lwip_gethostbyname_r()
Dsockets.c563 u16_t buflen, copylen; in lwip_recvfrom() local
2286 u16_t buflen = 0; local
/lib/liblwip/src/core/ipv4/
Dip_addr.c276 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r()
/lib/liblwip/src/include/lwip/
Dnetdb.h111 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ argument
/lib/liblwip/src/include/ipv4/lwip/
Dinet.h101 #define inet_ntoa_r(addr, buf, buflen) ipaddr_ntoa_r((ip_addr_t*)&(addr), buf, buflen) argument