Searched refs:hints (Results 51 - 75 of 248) sorted by relevance

12345678910

/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dkadm_conn.c242 struct addrinfo hints, *ai, *ap; local
244 memset (&hints, 0, sizeof(hints));
245 hints.ai_flags = AI_PASSIVE;
246 hints.ai_socktype = SOCK_STREAM;
248 e = getaddrinfo(NULL, p->port, &hints, &ai);
251 e = getaddrinfo(NULL, portstr, &hints, &ai);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationMechEval.cpp72 AuthItemSet hints = inHints; local
143 context = hints;
160 client->run(inArguments, hints, context, &result);
183 hints = iter2->second->inHints();
200 hints.erase(retryHint); hints.insert(retryHint); // replace
227 mHints = hints;
H A DAuthorizationMechEval.h53 AuthItemSet &hints() { return mHints; } function in class:Authorization::AgentMechanismEvaluator
/macosx-10.10/adv_cmds-158/whois/
H A Dwhois.c242 struct addrinfo hints, *res; local
245 memset(&hints, 0, sizeof(hints));
246 hints.ai_flags = 0;
247 hints.ai_family = AF_UNSPEC;
248 hints.ai_socktype = SOCK_STREAM;
249 error = getaddrinfo(host, port, &hints, &res);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dnetopen.c217 struct addrinfo hints, *res, *res0; local
220 memset ((char *)&hints, 0, sizeof (hints));
223 hints.ai_family = PF_INET;
225 hints.ai_family = PF_UNSPEC;
227 hints.ai_socktype = (typ == 't') ? SOCK_STREAM : SOCK_DGRAM;
229 gerr = getaddrinfo (host, serv, &hints, &res0);
/macosx-10.10/libpcap-48/libpcap/
H A Dnametoaddr.c126 struct addrinfo hints, *res; local
129 memset(&hints, 0, sizeof(hints));
130 hints.ai_family = PF_UNSPEC;
131 hints.ai_socktype = SOCK_STREAM; /*not really*/
132 hints.ai_protocol = IPPROTO_TCP; /*not really*/
133 error = getaddrinfo(name, NULL, &hints, &res);
/macosx-10.10/remote_cmds-47/logger.tproj/
H A Dlogger.c213 struct addrinfo hints, *res, *r; local
224 memset(&hints, 0, sizeof(hints));
225 hints.ai_family = family;
226 hints.ai_socktype = SOCK_DGRAM;
227 error = getaddrinfo(host, svcname, &hints, &res);
230 error = getaddrinfo(host, "514", &hints, &res);
/macosx-10.10/rsync-45/rsync/
H A Dclientname.c305 struct addrinfo hints, *res, *res0; local
309 memset(&hints, 0, sizeof hints);
310 hints.ai_family = ss_family;
311 hints.ai_flags = AI_CANONNAME;
312 hints.ai_socktype = SOCK_STREAM;
313 error = getaddrinfo(name_buf, NULL, &hints, &res0);
H A Dsocket.c186 struct addrinfo hints, *res0, *res; local
237 memset(&hints, 0, sizeof hints);
238 hints.ai_family = af_hint;
239 hints.ai_socktype = type;
240 error = getaddrinfo(h, portbuf, &hints, &res0);
334 struct addrinfo hints, *all_ai, *resp; local
338 memset(&hints, 0, sizeof hints);
339 hints
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict_pcre.c96 pcre_extra *hints; /* hints to speed pattern execution */ member in struct:__anon11862
112 pcre_extra *hints; /* hints to speed pattern execution */ member in struct:__anon11863
121 pcre_extra *hints; /* hints to speed pattern execution */ member in struct:__anon11864
299 ctxt.matches = pcre_exec(match_rule->pattern, match_rule->hints,
350 ctxt.matches = pcre_exec(if_rule->pattern, if_rule->hints,
400 if (match_rule->hints)
401 DICT_PCRE_FREE_STUDY(match_rule->hints);
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dverify_krb5_conf.c149 struct addrinfo hints; local
154 hints.ai_flags = 0;
155 hints.ai_family = PF_UNSPEC;
156 hints.ai_socktype = 0;
157 hints.ai_protocol = 0;
159 hints.ai_addrlen = 0;
160 hints.ai_canonname = NULL;
161 hints.ai_addr = NULL;
162 hints.ai_next = NULL;
168 hints
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_ldap.c101 struct addrinfo hints;
100 struct addrinfo hints; local
H A Dauth_httpform.c424 struct addrinfo hints;
458 memset(&hints, 0, sizeof(hints));
459 hints.ai_family = PF_UNSPEC;
460 hints.ai_socktype = SOCK_STREAM;
461 hints.ai_flags = AI_CANONNAME;
462 if ((rc = getaddrinfo(r_host, r_port, &hints, &ai)) != 0) {
419 struct addrinfo hints; local
H A Dauth_rimap.c227 struct addrinfo hints;
260 memset(&hints, 0, sizeof(hints));
261 hints.ai_family = PF_UNSPEC;
262 hints.ai_socktype = SOCK_STREAM;
263 hints.ai_flags = AI_CANONNAME;
264 if ((err = getaddrinfo(r_host, c, &hints, &ai)) != 0) {
224 struct addrinfo hints; local
/macosx-10.10/bind9-45.101/bind9/lib/export/samples/
H A Dsample.c176 struct addrinfo hints, *res; local
186 memset(&hints, 0, sizeof(hints));
187 hints.ai_family = AF_UNSPEC;
188 hints.ai_socktype = SOCK_DGRAM;
189 hints.ai_protocol = IPPROTO_UDP;
190 hints.ai_flags = AI_NUMERICHOST;
191 gai_error = getaddrinfo(addrstr, "53", &hints, &res);
/macosx-10.10/Heimdal-398.1.2/appl/kf/
H A Dkf.c288 struct addrinfo hints; local
292 memset (&hints, 0, sizeof(hints));
293 hints.ai_socktype = SOCK_STREAM;
294 hints.ai_protocol = IPPROTO_TCP;
298 error = getaddrinfo (hostname, portstr, &hints, &ai);
/macosx-10.10/OpenSSH-189/openssh/
H A Ddns.c166 struct addrinfo hints, *ai; local
177 memset(&hints, 0, sizeof(hints));
178 hints.ai_socktype = SOCK_DGRAM;
179 hints.ai_flags = AI_NUMERICHOST;
181 if (getaddrinfo(hostname, NULL, &hints, &ai) == 0) {
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dbsd_out.c117 struct addrinfo hints, *gai, *ai; local
154 memset(&hints, 0, sizeof(hints));
155 hints.ai_family = PF_UNSPEC;
156 hints.ai_socktype = SOCK_DGRAM;
157 i = getaddrinfo(node, serv, &hints, &gai);
/macosx-10.10/Heimdal-398.1.2/appl/rsh/
H A Drsh.c744 struct addrinfo hints; local
746 memset (&hints, 0, sizeof(hints));
747 hints.ai_socktype = a->ai_socktype;
748 hints.ai_protocol = a->ai_protocol;
749 hints.ai_family = a->ai_family;
750 hints.ai_flags = AI_PASSIVE;
754 error = getaddrinfo (NULL, "0", &hints, &eai);
838 struct addrinfo hints, *ai; local
981 memset (&hints,
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetaddrinfo.c120 "Invalid value for hints", /* EAI_BADHINTS */
199 getaddrinfo(hostname, servname, hints, res)
201 const struct addrinfo *hints;
229 if (hints) {
230 /* error check for hints */
231 if (hints->ai_addrlen || hints->ai_canonname ||
232 hints->ai_addr || hints->ai_next)
234 if (hints
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsaslutil.c533 struct addrinfo hints; local
546 hints.ai_family = PF_UNSPEC;
547 hints.ai_flags = AI_CANONNAME;
548 hints.ai_socktype = SOCK_STREAM; /* TCP only */
550 hints.ai_protocol = 0; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
551 hints.ai_addrlen = 0;
552 hints.ai_canonname = NULL;
553 hints.ai_addr = NULL;
554 hints.ai_next = NULL;
558 &hints,
[all...]
/macosx-10.10/rsync-45/rsync/lib/
H A Dgetaddrinfo.c135 "invalid value for hints.", /* EAI_BADHINTS */
217 getaddrinfo(hostname, servname, hints, res)
219 const struct addrinfo *hints;
261 if (hints) {
262 /* error check for hints */
263 if (hints->ai_addrlen || hints->ai_canonname ||
264 hints->ai_addr || hints->ai_next)
266 if (hints
[all...]
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Draddrinfo.c27 const struct addrinfo *hints, struct addrinfo **res)
32 if (hints->ai_family != PF_UNSPEC) {
33 return getaddrinfo(nodename, servname, hints, res);
38 MEMCPY(&tmp_hints, hints, struct addrinfo, 1);
53 #define getaddrinfo(node,serv,hints,res) ruby_getaddrinfo((node),(serv),(hints),(res))
59 const struct addrinfo *hints, struct addrinfo **res)
61 int error = getaddrinfo(nodename, servname, hints, res);
74 #define getaddrinfo(node,serv,hints,res) ruby_getaddrinfo__aix((node),(serv),(hints),(re
26 ruby_getaddrinfo(const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo **res) argument
58 ruby_getaddrinfo__aix(const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo **res) argument
104 ruby_getaddrinfo__darwin(const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo **res) argument
153 const struct addrinfo *hints; member in struct:getaddrinfo_arg
175 rb_getaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) argument
351 rsock_getaddrinfo(VALUE host, VALUE port, struct addrinfo *hints, int socktype_hack) argument
381 struct addrinfo hints; local
647 struct addrinfo hints, *res; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dgetaddrinfo.c52 * hints is an optional pointer to a struct addrinfo. This structure can
53 * be used to provide hints concerning the type of socket that the caller
55 * structure elements in *hints:
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
175 const struct addrinfo *hints, struct addrinfo **res)
189 if (hints != NULL) {
190 if ((hints->ai_flags & ~(ISC_AI_MASK)) != 0)
192 if (hints->ai_addrlen || hints
174 lwres_getaddrinfo(const char *hostname, const char *servname, const struct addrinfo *hints, struct addrinfo **res) argument
[all...]
/macosx-10.10/network_cmds-457/mtest.tproj/
H A Dmtest.c280 struct addrinfo hints; local
295 memset(&hints, 0, sizeof(struct addrinfo));
296 hints.ai_flags = AI_NUMERICHOST;
297 hints.ai_family = PF_UNSPEC;
298 hints.ai_socktype = SOCK_DGRAM;
303 error = getaddrinfo(str1, "0", &hints, &res);
319 hints.ai_family = af;
320 error = getaddrinfo(str3, "0", &hints, &res);
506 struct addrinfo hints; local
525 memset(&hints,
[all...]

Completed in 331 milliseconds

12345678910