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

12345678910

/freebsd-10-stable/contrib/tcp_wrappers/
H A Dscaffold.h10 extern struct addrinfo *find_inet_addr();
/freebsd-10-stable/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-10-stable/crypto/heimdal/lib/roken/
H A Dfreeaddrinfo.c39 * free the list of `struct addrinfo' starting at `ai'
43 freeaddrinfo(struct addrinfo *ai)
45 struct addrinfo *tofree;
H A Dgetaddrinfo.c44 const struct addrinfo *hints,
105 struct addrinfo ***ptr,
106 int (*func)(struct addrinfo *, void *data, int port),
110 struct addrinfo *a;
133 const_v4 (struct addrinfo *a, void *data, int port)
153 const_v6 (struct addrinfo *a, void *data, int port)
180 get_null (const struct addrinfo *hints,
182 struct addrinfo **res)
188 struct addrinfo *first = NULL;
189 struct addrinfo **curren
[all...]
H A Dgetaddrinfo_hostspec.c44 struct addrinfo **ai)
49 struct addrinfo hints;
98 struct addrinfo **ai)
/freebsd-10-stable/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-10-stable/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-10-stable/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c54 static struct addrinfo hints;
57 DECLARE_TEST_DATA(addrinfo)
58 DECLARE_TEST_FILE_SNAPSHOT(addrinfo)
59 DECLARE_2PASS_TEST(addrinfo)
61 static void clone_addrinfo(struct addrinfo *, struct addrinfo const *);
62 static int compare_addrinfo(struct addrinfo *, struct addrinfo *, void *);
63 static void dump_addrinfo(struct addrinfo *);
65 static void sdump_addrinfo(struct addrinfo *, cha
[all...]
/freebsd-10-stable/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;
/freebsd-10-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h141 struct addrinfo { struct
149 struct addrinfo *ai_next; /* next structure in linked list */
159 const struct addrinfo *, struct addrinfo **);
169 void freeaddrinfo(struct addrinfo *);
H A Dfake-rfc2553.c107 freeaddrinfo(struct addrinfo *ai)
109 struct addrinfo *next;
121 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints)
123 struct addrinfo *ai;
153 const struct addrinfo *hints, struct addrinfo **res)
205 struct addrinfo *cur, *prev;
/freebsd-10-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h136 struct addrinfo { struct
144 struct addrinfo *ai_next; /* next structure in linked list */
154 const struct addrinfo *, struct addrinfo **);
164 void freeaddrinfo(struct addrinfo *);
H A Dfake-rfc2553.c105 freeaddrinfo(struct addrinfo *ai)
107 struct addrinfo *next;
119 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints)
121 struct addrinfo *ai;
149 const struct addrinfo *hints, struct addrinfo **res)
201 struct addrinfo *cur, *prev;
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h140 struct addrinfo { struct
148 struct addrinfo *ai_next; /* next structure in linked list */
158 const struct addrinfo *, struct addrinfo **);
168 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-10-stable/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-10-stable/crypto/openssh/
H A Dsshconnect.h34 struct addrinfo;
35 int ssh_connect(const char *, struct addrinfo *, struct sockaddr_storage *,
/freebsd-10-stable/contrib/libpcap/pcap/
H A Dnamedb.h63 struct addrinfo *pcap_nametoaddrinfo(const char *);
/freebsd-10-stable/lib/libc/net/
H A Dgetaddrinfo.c208 struct addrinfo *aio_ai;
236 static int explore_copy(const struct addrinfo *, const struct addrinfo *,
237 struct addrinfo **);
238 static int explore_null(const struct addrinfo *,
239 const char *, struct addrinfo **);
240 static int explore_numeric(const struct addrinfo *, const char *,
241 const char *, struct addrinfo **, const char *);
242 static int explore_numeric_scope(const struct addrinfo *, const char *,
243 const char *, struct addrinfo **);
[all...]
/freebsd-10-stable/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-10-stable/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)

Completed in 143 milliseconds

12345678910