dns_lookup() is only used within LwIP.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

ERR_OK if found, ERR_ARG if not found

Notes

This function only looks in the internal array of known hostnames, it does not send out a query for the hostname if none was found. The function dns_enqueue() can be used to send a query for a hostname.

References

from examples