Searched refs:addrinfo (Results 1 - 25 of 220) sorted by relevance

123456789

/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dscaffold.h10 extern struct addrinfo *find_inet_addr();
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_intres.h12 /* flags for extended addrinfo version */
21 const struct addrinfo *, const struct addrinfo *);
23 const struct addrinfo *, int,
26 const struct addrinfo *, int,
29 * In gai_sometime_callback routines, the resulting addrinfo list is
33 * struct addrinfo *copy_addrinfo_list(const struct addrinfo *);
H A Dintreswork.h20 const struct addrinfo *hints,
21 const struct addrinfo *ai_res);
H A Dntp_rfc2553.h77 struct addrinfo *copy_addrinfo_impl(const struct addrinfo *
83 struct addrinfo *copy_addrinfo_list_impl(const struct addrinfo *
158 /* valid flags for addrinfo */
183 struct addrinfo { struct
191 struct addrinfo *ai_next; /* next structure in linked list */
214 const struct addrinfo *, struct addrinfo **);
217 void freeaddrinfo (struct addrinfo *);
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dfreeaddrinfo.c42 * free the list of `struct addrinfo' starting at `ai'
46 freeaddrinfo(struct addrinfo *ai)
48 struct addrinfo *tofree;
H A Dgetaddrinfo.c47 const struct addrinfo *hints,
108 struct addrinfo ***ptr,
109 int (*func)(struct addrinfo *, void *data, int port),
113 struct addrinfo *a;
136 const_v4 (struct addrinfo *a, void *data, int port)
156 const_v6 (struct addrinfo *a, void *data, int port)
183 get_null (const struct addrinfo *hints,
185 struct addrinfo **res)
191 struct addrinfo *first = NULL;
192 struct addrinfo **curren
[all...]
H A Dgetaddrinfo_hostspec.c47 struct addrinfo **ai)
52 struct addrinfo hints;
101 struct addrinfo **ai)
H A Dgetnameinfo_verified.c56 struct addrinfo *ai, *a;
58 struct addrinfo hints;
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsupport.h53 struct addrinfo { struct
60 struct addrinfo *ai_next;
64 int getaddrinfo(const char *, const char *, const struct addrinfo *,
65 struct addrinfo **);
67 void freeaddrinfo(struct addrinfo *);
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-getaddr.c52 static struct addrinfo hints;
55 DECLARE_TEST_DATA(addrinfo)
56 DECLARE_TEST_FILE_SNAPSHOT(addrinfo)
57 DECLARE_2PASS_TEST(addrinfo)
59 static void clone_addrinfo(struct addrinfo *, struct addrinfo const *);
60 static int compare_addrinfo(struct addrinfo *, struct addrinfo *, void *);
61 static void dump_addrinfo(struct addrinfo *);
62 static void free_addrinfo(struct addrinfo *);
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsshconnect.h34 struct addrinfo;
35 int ssh_connect(const char *, struct addrinfo *, struct sockaddr_storage *,
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_rfc2553.c88 * copy_addrinfo() - copy a single addrinfo to malloc()'d block.
89 * copy_addrinfo_list() - copy an addrinfo list to malloc()'d block.
91 * Copies an addrinfo list and its associated data to a contiguous block
93 * getaddrinfo_sometime() have access to the resulting addrinfo list
97 * context where we might want to duplicate an addrinfo list, it does
110 struct addrinfo * copy_addrinfo_common(const struct addrinfo *, int
118 struct addrinfo *
120 const struct addrinfo * src
137 struct addrinfo *
[all...]
H A Dsocktohost.c33 struct addrinfo hints;
34 struct addrinfo * alist;
35 struct addrinfo * ai;
H A Dis_ip_address.c34 struct addrinfo hints;
35 struct addrinfo *result;
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h137 struct addrinfo { struct
145 struct addrinfo *ai_next; /* next structure in linked list */
155 const struct addrinfo *, struct addrinfo **);
165 void freeaddrinfo(struct addrinfo *);
H A Dfake-rfc2553.c110 freeaddrinfo(struct addrinfo *ai)
112 struct addrinfo *next;
124 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints)
126 struct addrinfo *ai;
156 const struct addrinfo *hints, struct addrinfo **res)
211 struct addrinfo *cur, *prev;
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dmain.h28 int on_wire(struct addrinfo *host, struct addrinfo *bcastaddr);
H A Dutilities.h22 char *addrinfo_to_str(const struct addrinfo *addr);
/freebsd-9.3-release/contrib/libpcap/pcap/
H A Dnamedb.h63 struct addrinfo *pcap_nametoaddrinfo(const char *);
/freebsd-9.3-release/contrib/tcpdump/missing/
H A Daddrinfo.h30 /* $Id: addrinfo.h,v 1.4 2002-06-11 17:13:36 itojun Exp $ */
61 /* valid flags for addrinfo */
71 struct addrinfo { struct
79 struct addrinfo *ai_next; /* next structure in linked list */
82 extern void freeaddrinfo (struct addrinfo *);
/freebsd-9.3-release/lib/libc/net/
H A Dgetaddrinfo.c206 struct addrinfo *aio_ai;
233 static int explore_copy(const struct addrinfo *, const struct addrinfo *,
234 struct addrinfo **);
235 static int explore_null(const struct addrinfo *,
236 const char *, struct addrinfo **);
237 static int explore_numeric(const struct addrinfo *, const char *,
238 const char *, struct addrinfo **, const char *);
239 static int explore_numeric_scope(const struct addrinfo *, const char *,
240 const char *, struct addrinfo **);
[all...]
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dgetaddrinfo.c35 * If the operating system does not provide a struct addrinfo, the
39 * struct addrinfo {
47 * struct addrinfo *ai_next; // next structure in linked list
52 * hints is an optional pointer to a struct addrinfo. This structure can
77 * ai_canonname of the first addrinfo structure returned. Setting
98 * All other elements of the struct addrinfo passed via hints must be
101 * A hints of NULL is treated as if the caller provided a struct addrinfo
105 * linked list of one or more addrinfo structures. Each struct addrinfo
108 * and ai_protocol in each returned addrinfo structur
[all...]
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dgetaddrinfo.c30 * If the operating system does not provide a struct addrinfo, the
34 * struct addrinfo {
42 * struct addrinfo *ai_next; // next structure in linked list
47 * hints is an optional pointer to a struct addrinfo. This structure can
72 * ai_canonname of the first addrinfo structure returned. Setting
93 * All other elements of the struct addrinfo passed via hints must be
96 * A hints of NULL is treated as if the caller provided a struct addrinfo
100 * linked list of one or more addrinfo structures. Each struct addrinfo
103 * and ai_protocol in each returned addrinfo structur
[all...]
/freebsd-9.3-release/usr.bin/finger/
H A Dnet.c58 static int do_protocol(const char *name, const struct addrinfo *ai);
59 static void trying(const struct addrinfo *ai);
66 struct addrinfo *ai, *ai0;
67 static struct addrinfo hint;
107 do_protocol(const char *name, const struct addrinfo *ai)
218 trying(const struct addrinfo *ai)
/freebsd-9.3-release/include/
H A Dnetdb.h123 struct addrinfo { struct
131 struct addrinfo *ai_next; /* next structure in linked list */
179 /* valid flags for addrinfo (not a standard def, apps should not use it) */
238 const struct addrinfo *, struct addrinfo **);
241 void freeaddrinfo(struct addrinfo *);

Completed in 151 milliseconds

123456789