logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

addrinfo - Resolve network services

Author

       Written by Pekka Pessi <pekka -dot pessi -at- nokia -dot- com>

Description

       The addrinfo utility will use su_getaddrinfo() to resolve the network services and print resolved names.
       See sect 6.1 of RFC3493 and the getaddrinfo(3) manual page of POSIX 1003.1g, for more information.

Name

       addrinfo - Resolve network services

Options

       The addrinfo utility accepts following ccommand line options:

       -p  use passive open.

       -c  get canonic name.

       -n  use numeric host names.

       -4  IPv4 only.

       -6  IPv6 only (but including mapped IPv4 addresses).

Reporting Bugs

Synopsis

       addrinfo [-pcn46] service-name host

See Also