1addrinfo(1) sofia-sip addrinfo(1)
2
3
4
6 addrinfo - Resolve network services
7
9 addrinfo [-pcn46] service-name host
10
12 The addrinfo utility will use su_getaddrinfo() to resolve the network
13 services and print resolved names. See sect 6.1 of RFC3493 and the
14 getaddrinfo(3) manual page of POSIX 1003.1g, for more information.
15
17 The addrinfo utility accepts following ccommand line options:
18
19 -p use passive open.
20
21 -c get canonic name.
22
23 -n use numeric host names.
24
25 -4 IPv4 only.
26
27 -6 IPv6 only (but including mapped IPv4 addresses).
28
30 Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
31
33 Written by Pekka Pessi <pekka -dot pessi -at- nokia -dot- com>
34
36 Copyright (C) 2005,2007 Nokia Corporation.
37
38 This program is free software; see the source for copying conditions.
39 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
40 PARTICULAR PURPOSE.
41
42
43
44Version 1.12.6 31 Jul 2007 addrinfo(1)