1sockaddr(1) GNU Telephony sockaddr(1)
2
3
4
6 sockaddr - list address resolution.
7
9 sockaddr [options] host service
10
12 This command lists out the resolved (lookup) addresses for a given host
13 and service name combination. If multiple addresses are returned by
14 the resolver, each valid address is listed. Services can be specified
15 by name or port number.
16
18 --udp Lookup a udp service.
19
20 --help Outputs help screen for the user.
21
23 sockaddr was written by David Sugar <dyfet@gnutelephony.org>.
24
26 Report bugs to bug-commoncpp@gnu.org or bugs@gnutelephony.org.
27
29 Copyright © 2009-2014 David Sugar, Tycho Softworks.
30 This is free software; see the source for copying conditions. There is
31 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
32 PURPOSE.
33
34
35
36
37
38GNU uCommon January 2010 sockaddr(1)