Searched refs:hints (Results 126 - 150 of 170) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dsockmisc.c804 struct addrinfo hints, *res; local
808 memset(&hints, 0, sizeof(hints));
809 hints.ai_family = PF_UNSPEC;
810 hints.ai_socktype = SOCK_DGRAM;
811 hints.ai_flags = AI_NUMERICHOST;
812 error = getaddrinfo(host, port, &hints, &res);
H A Dracoonctl.c654 struct addrinfo hints, *res; local
683 memset(&hints, 0, sizeof(hints));
684 hints.ai_family = PF_UNSPEC;
685 hints.ai_socktype = SOCK_DGRAM;
686 if (getaddrinfo(av[0], "4500", &hints, &res) != 0)
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dos-ip.c544 struct addrinfo hints, *res, *sai; local
588 memset( &hints, '\0', sizeof(hints) );
591 hints.ai_flags = AI_ADDRCONFIG;
593 hints.ai_family = ldap_int_inet4or6;
594 hints.ai_socktype = socktype;
602 err = getaddrinfo( host, serv, &hints, &res );
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_init.c413 struct addrinfo hints, *ai; local
423 memset(&hints, 0, sizeof(hints));
424 hints.ai_family = PF_UNSPEC;
425 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
426 hints.ai_flags = AI_NUMERICHOST;
428 if (getaddrinfo(cp, sbuf, &hints, &ai) == 0 &&
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Drpcb_clnt.c327 struct addrinfo hints, *res, *tres; local
377 memset(&hints, 0, sizeof hints);
378 hints.ai_family = si.si_af;
379 hints.ai_socktype = si.si_socktype;
380 hints.ai_protocol = si.si_proto;
387 if (getaddrinfo(host, "sunrpc", &hints, &res) != 0) {
/netbsd-6-1-5-RELEASE/tests/fs/common/nfsrpc/
H A Drpcb_clnt.c328 struct addrinfo hints, *res, *tres; local
378 memset(&hints, 0, sizeof hints);
379 hints.ai_family = si.si_af;
380 hints.ai_socktype = si.si_socktype;
381 hints.ai_protocol = si.si_proto;
388 if (getaddrinfo(host, "sunrpc", &hints, &res) != 0) {
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dutil.c1276 struct addrinfo hints, *res; local
1278 memset(&hints, 0, sizeof(hints));
1279 hints.ai_family = AF_INET6;
1280 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
1281 hints.ai_flags = AI_NUMERICHOST;
1282 if (getaddrinfo(addr, "0", &hints, &res) != 0)
H A Dfetch.c474 struct addrinfo hints, *res, *res0 = NULL; local
696 memset(&hints, 0, sizeof(hints));
697 hints.ai_flags = 0;
698 hints.ai_family = family;
699 hints.ai_socktype = SOCK_STREAM;
700 hints.ai_protocol = 0;
701 error = getaddrinfo(host, port, &hints, &res0);
H A Dftp.c163 struct addrinfo hints, *res, *res0; local
170 memset(&hints, 0, sizeof(hints));
171 hints.ai_flags = AI_CANONNAME;
172 hints.ai_family = family;
173 hints.ai_socktype = SOCK_STREAM;
174 hints.ai_protocol = 0;
175 error = getaddrinfo(host, port, &hints, &res0);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c495 const struct my_addrinfo *hints, struct my_addrinfo **res)
509 err = _org_getaddrinfo(nodename, servname, hints, res);
518 err = _org_getaddrinfo(nodename, servname, hints, &aip);
494 getaddrinfo(const char *nodename, const char *servname, const struct my_addrinfo *hints, struct my_addrinfo **res) argument
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq.c634 struct addrinfo hints, *ai = NULL; local
665 ZERO(hints);
666 hints.ai_family = ai_fam_templ;
667 hints.ai_protocol = IPPROTO_UDP;
668 hints.ai_socktype = SOCK_DGRAM;
669 hints.ai_flags = Z_AI_NUMERICHOST;
671 a_info = getaddrinfo(hname, service, &hints, &ai);
677 hints.ai_flags = AI_CANONNAME;
679 hints.ai_flags |= AI_ADDRCONFIG;
681 a_info = getaddrinfo(hname, service, &hints,
1841 struct addrinfo hints, *ai = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/mountd/
H A Dmountd.c1753 struct addrinfo *ai, hints; local
1763 memset(&hints, 0, sizeof hints);
1764 hints.ai_flags = AI_CANONNAME;
1765 hints.ai_protocol = IPPROTO_UDP;
1766 ecode = getaddrinfo(cp, NULL, &hints, &ai);
1946 struct addrinfo hints, *ai = NULL; local
1967 memset(&hints, 0, sizeof hints);
1968 hints
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/
H A Dmountd.c1834 struct addrinfo *ai, hints; local
1844 memset(&hints, 0, sizeof hints);
1845 hints.ai_flags = AI_CANONNAME;
1846 hints.ai_protocol = IPPROTO_UDP;
1847 ecode = getaddrinfo(cp, NULL, &hints, &ai);
2039 struct addrinfo hints, *ai = NULL; local
2060 memset(&hints, 0, sizeof hints);
2061 hints
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dchannels.c2676 struct addrinfo hints, *ai, *aitop; local
2729 * set to NULL and hints.ai_flags is not AI_PASSIVE
2731 memset(&hints, 0, sizeof(hints));
2732 hints.ai_family = IPv4or6;
2733 hints.ai_flags = wildcard ? AI_PASSIVE : 0;
2734 hints.ai_socktype = SOCK_STREAM;
2736 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
3167 struct addrinfo hints; local
3175 memset(&hints,
3289 struct addrinfo hints, *ai, *aitop; local
3402 struct addrinfo hints, *ai, *aitop; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp700/dev/
H A Delroyreg.h94 uint64_t hints[14]; /* 0x380 */ member in struct:elroy_regs
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y1567 struct addrinfo hints, *res = NULL;
1570 memset(&hints, 0, sizeof(hints));
1571 hints.ai_family = p_aifamily;
1572 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
1573 hints.ai_protocol = IPPROTO_UDP; /*dummy*/
1574 hints.ai_flags = p_aiflags;
1575 error = getaddrinfo(host, port, &hints, &res);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dview.h36 * "hints" information.
99 dns_db_t * hints; member in struct:dns_view
369 dns_view_sethints(dns_view_t *view, dns_db_t *hints);
371 * Set the view's hints database.
375 *\li 'view' is a valid, unfrozen view, whose hints database has not been
378 *\li 'hints' is a valid zone database.
382 * \li The hints database of 'view' is 'hints'.
508 *\li If 'use_hints' is ISC_TRUE, and the view has a hints database, then
509 * it will be searched last. If the answer is found in the hints
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dsp-pc-validations-bad-t.s125 ldrh.w pc, [r0] @ => Unallocated memory hints
146 ldrh.w pc,[r0,r1,LSL #1] @ => Unallocated memory hints
189 ldrsh pc,[r0,#4] @ => Unallocated memory hints
191 ldrsh pc, [r0, #-4] @ => Unallocated memory hints
199 ldrsh pc, label @ => Unallocated memory hints
208 ldrsh.w pc,[r0,r1,LSL #3] @ => Unallocated memory hints
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dconf.c225 struct addrinfo hints, *res; local
234 memset(&hints, 0, sizeof(hints));
239 hints.ai_family = ctrl_addr.su_family;
240 hints.ai_socktype = SOCK_STREAM;
241 error = getaddrinfo(arg, "0", &hints, &res);
/netbsd-6-1-5-RELEASE/sbin/route/
H A Droute.c1247 struct addrinfo hints, *res; local
1252 memset(&hints, 0, sizeof(hints));
1253 hints.ai_family = afamily; /*AF_INET6*/
1254 hints.ai_flags = AI_NUMERICHOST;
1255 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
1256 if (getaddrinfo(s, "0", &hints, &res) != 0) {
1257 hints.ai_flags = 0;
1262 if (getaddrinfo(s, "0", &hints, &res) != 0)
1284 if (hints
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rpcinfo/
H A Drpcinfo.c557 struct addrinfo hints, *res; local
568 (void)memset(&hints, 0, sizeof hints);
569 hints.ai_family = AF_INET;
570 if ((error = getaddrinfo(host, "rpcbind", &hints, &res))
1605 struct addrinfo hints, *res; local
1609 (void)memset(&hints, 0, sizeof hints);
1610 if (getaddrinfo(host, "rpcbind", &hints, &res) != 0) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/export/samples/
H A Dnsprobe.c1036 struct addrinfo hints, *res; local
1092 memset(&hints, 0, sizeof(hints));
1093 hints.ai_family = AF_UNSPEC;
1094 hints.ai_socktype = SOCK_DGRAM;
1095 error = getaddrinfo(cacheserver, "53", &hints, &res);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/html/
H A DMakefile65 hints.html \
/netbsd-6-1-5-RELEASE/games/adventure/
H A Dinit.c101 int hints[20][5]; /* info on hints */ variable
H A Dsubr.c515 if (hintlc[hint] < hints[hint][1])
545 if (!yes(hints[hint][3], 0, 54))
548 printf("cost you %d points.\n", hints[hint][2]);
549 hinted[hint] = yes(175, hints[hint][4], 54);

Completed in 335 milliseconds

1234567