mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-26 18:17:10 +08:00
Minor change (doxygen tags)
This commit is contained in:
@@ -779,7 +779,7 @@ dns_enqueue(const char *name, dns_found_callback found, void *callback_arg)
|
||||
* - DNS_REQUEST_QUEUED and queues a request to be sent to the DNS server
|
||||
* for resolution if no errors are present.
|
||||
*
|
||||
* @param name the hostname that is to be queried
|
||||
* @param hostname the hostname that is to be queried
|
||||
* @param addr pointer to a struct ip_addr where to store the address if it is already
|
||||
* cached in the dns_table (only valid if DNS_COMPLETE is returned!)
|
||||
* @param found a callback founction to be called on success, failure or timeout (only if
|
||||
|
||||
@@ -85,9 +85,9 @@
|
||||
* layer at which the pbuf is allocated and the requested size
|
||||
* (from the size parameter).
|
||||
*
|
||||
* @param l flag to define header size
|
||||
* @param layer flag to define header size
|
||||
* @param length size of the pbuf's payload
|
||||
* @param flag this parameter decides how and where the pbuf
|
||||
* @param type this parameter decides how and where the pbuf
|
||||
* should be allocated as follows:
|
||||
*
|
||||
* - PBUF_RAM: buffer memory for pbuf is allocated as one large
|
||||
|
||||
Reference in New Issue
Block a user