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