Lines Matching full:param
118 * @param {0 | 4 | 6} family - The IP address family (4 or 6, or 0 for both).
119 * @param {string} hostname - The hostname to resolve.
120 * @param {boolean} all - Whether to resolve with all IP addresses for the hostname.
121 * @param {number} hints - One or more supported getaddrinfo flags (supply multiple via
123 * @param {boolean} verbatim - Whether to use the hostname verbatim.
172 * @param {string} hostname - The hostname to resolve (ex. 'nodejs.org').
173 * @param {object} [options] - Optional settings.
174 * @param {boolean} [options.all=false] - Whether to return all or just the first resolved address.
175 * @param {0 | 4 | 6} [options.family=0] - The record family. Must be 4, 6, or 0 (for both).
176 * @param {number} [options.hints] - One or more supported getaddrinfo flags (supply multiple via
178 * @param {boolean} [options.verbatim=false] - Return results in same order DNS resolved them;