Lines Matching full:param

366  * @param numdns the index of the DNS server to set must be < DNS_MAX_SERVERS
367 * @param dnsserver IP address of the DNS server to set
385 * @param numdns the index of the DNS server
469 * @param iterator_fn a function that is called for every entry in the local host-list
470 * @param iterator_arg 3rd argument passed to iterator_fn
501 * @param hostname Hostname to look for in the local host-list
502 * @param addr the first IP address for the hostname in the local host-list or
504 * @param dns_addrtype - LWIP_DNS_ADDRTYPE_IPV4_IPV6: try to resolve IPv4 (ATTENTION: no fallback here!)
554 * @param hostname hostname for which entries shall be removed from the local
556 * @param addr address for which entries shall be removed from the local host-list
591 * @param hostname hostname of the new entry
592 * @param addr IP address of the new entry
629 * @param name the hostname to look up
630 * @param addr the hostname's IP address, as u32_t (instead of ip_addr_t to
679 * @param query hostname (not encoded) from the dns_table
680 * @param p pbuf containing the encoded hostname in the DNS response
681 * @param start_offset offset into p where the name starts
737 * @param p pbuf containing the name
738 * @param query_idx start index into p pointing to encoded DNS name in the DNS server response
778 * @param idx the DNS table entry index for which to send a request
1031 * @param idx dns table index of the entry that is resolved or removed
1032 * @param addr IP address for the hostname (or NULL on error or memory shortage)
1137 * @param i index of the dns_table entry to check
1480 * @param name the hostname that is to be queried
1481 * @param hostnamelen length of the hostname
1482 * @param found a callback function to be called on success, failure or timeout
1483 * @param callback_arg argument to pass to the callback function
1629 * @param hostname the hostname that is to be queried
1630 * @param addr pointer to a ip_addr_t where to store the address if it is already
1632 * @param found a callback function to be called on success, failure or timeout (only if
1634 * @param callback_arg argument to pass to the callback function
1647 * @param hostname the hostname that is to be queried
1648 * @param addr pointer to a ip_addr_t where to store the address if it is already
1650 * @param found a callback function to be called on success, failure or timeout (only if
1652 * @param callback_arg argument to pass to the callback function
1653 * @param dns_addrtype - LWIP_DNS_ADDRTYPE_IPV4_IPV6: try to resolve IPv4 first, try IPv6 if IPv4 fails only