Home | History | Annotate | Download | only in lwip

Lines Matching full:netdb

183   * opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool
412 * netdb.c: Correctly NULL-terminate h_addr_list
646 * netdb.h: Fixed bug #28496: missing include guards in netdb.h
676 * ip_addr.h, netdb.c: patch #6900: added define ip_ntoa(struct ip_addr*)
735 * netdb.h: Fixed bug #27994: incorrect define for freeaddrinfo(addrinfo)
810 * netdb.c, dns.c: bug #26657: DNS, if host name is "localhost", result
931 * api.h api_msg.h netdb.h sockets.h: add missing #include directives
1282 * netdb.c: add a LWIP_DNS_API_HOSTENT_STORAGE option to decide to use a static
1305 * netdb.h, netdb.c, sockets.h/.c: Moved lwip_gethostbyname from sockets.c
1306 to the new file netdb.c; included lwip_getaddrinfo.