Searched refs:hints (Results 151 - 175 of 231) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/unbound/util/
H A Dmodule.h210 * The hints -- these aren't stored in the cache because they don't
211 * expire. The hints are always used to "prime" the cache. Note
212 * that both root hints and stub zone "hints" are stored in this
215 struct iter_hints* hints; member in struct:module_env
283 /** if this is a (stub or root) priming query (with hints) */
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dlog.c1017 struct addrinfo hints; local
1022 memset(&hints, 0, sizeof(hints));
1024 hints.ai_flags = AI_NUMERICHOST;
1026 hints.ai_flags |= AI_PASSIVE;
1027 hints.ai_family = AF_INET;
1028 hints.ai_socktype = SOCK_STREAM;
1029 hints.ai_protocol = IPPROTO_TCP;
1033 &hints, &addrs);
H A Dipropd_slave.c52 struct addrinfo hints; local
56 memset (&hints, 0, sizeof(hints));
57 hints.ai_socktype = SOCK_STREAM;
64 error = getaddrinfo (master, port_str, &hints, &ai);
/freebsd-10.0-release/sbin/ifconfig/
H A Daf_inet6.c311 struct addrinfo hints, *res; local
330 bzero(&hints, sizeof(struct addrinfo));
331 hints.ai_family = AF_INET6;
332 error = getaddrinfo(s, NULL, &hints, &res);
/freebsd-10.0-release/sbin/mount_nfs/
H A Dmount_nfs.c701 struct addrinfo hints, *ai_nfs, *ai; local
755 memset(&hints, 0, sizeof hints);
756 hints.ai_flags = AI_NUMERICHOST;
758 hints.ai_socktype = SOCK_STREAM;
760 hints.ai_socktype = SOCK_DGRAM;
762 if (getaddrinfo(hostp, portspec, &hints, &ai_nfs) != 0) {
763 hints.ai_flags = AI_CANONNAME;
764 if ((ecode = getaddrinfo(hostp, portspec, &hints, &ai_nfs))
/freebsd-10.0-release/tools/tools/tinybsd/
H A Dtinybsd344 install -o 0 -g 0 -m 444 /sys/${TINYARCH}/conf/GENERIC.hints ${WORKDIR}/boot/device.hints
462 rm ${IMGMNT}/boot/device.hints
466 sed -e '/^#/ d' -e 's/^/set /' < ${WORKDIR}/boot/device.hints ; \
/freebsd-10.0-release/usr.sbin/dconschat/
H A Ddconschat.c626 struct addrinfo hints, *res; local
659 memset(&hints, 0, sizeof(hints));
660 hints.ai_flags = AI_PASSIVE;
662 hints.ai_family = PF_INET;
664 hints.ai_family = PF_UNSPEC;
666 hints.ai_socktype = SOCK_STREAM;
667 hints.ai_protocol = 0;
673 error = getaddrinfo(host, service, &hints, &res);
/freebsd-10.0-release/usr.sbin/ntp/doc/
H A DMakefile17 driver9.html extern.html hints.html \
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dconfig.c780 struct addrinfo hints, *res; local
784 memset(&hints, 0, sizeof(hints));
785 hints.ai_family = AF_INET;
786 hints.ai_socktype = SOCK_DGRAM;
787 hints.ai_protocol = IPPROTO_UDP;
788 hints.ai_flags = AI_PASSIVE;
789 error = getaddrinfo(host, NULL, &hints, &res);
/freebsd-10.0-release/contrib/ldns-host/
H A Dldns-host.c797 struct addrinfo hints, *ailist, *ai; local
802 memset(&hints, 0, sizeof hints);
804 case LDNS_RESOLV_INET: hints.ai_family = PF_INET; break;
805 case LDNS_RESOLV_INET6: hints.ai_family = PF_INET6; break;
806 default: hints.ai_family = PF_UNSPEC; break;
808 hints.ai_socktype = SOCK_STREAM;
809 do err = getaddrinfo(server, NULL, &hints, &ailist);
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_upnp.c312 struct addrinfo hints; local
351 os_memset(&hints, 0, sizeof(struct addrinfo));
352 hints.ai_family = AF_INET; /* IPv4 */
353 hints.ai_socktype = SOCK_STREAM;
358 hints.ai_flags = AI_NUMERICHOST;
361 hints.ai_flags = 0;
363 hints.ai_protocol = 0; /* Any protocol? */
365 &hints, &result);
/freebsd-10.0-release/release/ia64/
H A Dmkisoimages.sh61 cp $BASE/boot/device.hints $MNT/boot
/freebsd-10.0-release/sbin/setkey/
H A Dparse.y1167 struct addrinfo hints, *res = NULL;
1170 memset(&hints, 0, sizeof(hints));
1171 hints.ai_family = p_aifamily;
1172 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
1173 hints.ai_protocol = IPPROTO_UDP; /*dummy*/
1174 hints.ai_flags = p_aiflags;
1175 error = getaddrinfo(host, port, &hints, &res);
/freebsd-10.0-release/usr.bin/tftp/
H A Dmain.c271 struct addrinfo hints, *res0, *res; local
281 memset(&hints, 0, sizeof(hints));
282 hints.ai_family = PF_UNSPEC;
283 hints.ai_socktype = SOCK_DGRAM;
284 hints.ai_protocol = IPPROTO_UDP;
285 hints.ai_flags = AI_CANONNAME;
288 error = getaddrinfo(host, lport, &hints, &res0);
/freebsd-10.0-release/usr.sbin/faithd/
H A Dfaithd.c220 struct addrinfo hints, *res; local
284 memset(&hints, 0, sizeof(hints));
285 hints.ai_flags = AI_PASSIVE;
286 hints.ai_family = family;
287 hints.ai_socktype = SOCK_STREAM;
288 hints.ai_protocol = IPPROTO_TCP; /* SCTP? */
289 error = getaddrinfo(NULL, service, &hints, &res);
H A Dftp.c890 struct addrinfo hints, *res; local
949 memset(&hints, 0, sizeof(hints));
950 hints.ai_family = AF_UNSPEC;
951 hints.ai_socktype = SOCK_STREAM;
952 hints.ai_protocol = IPPROTO_TCP;
953 error = getaddrinfo(hostp, portp, &hints, &res);
/freebsd-10.0-release/usr.sbin/nfsuserd/
H A Dnfsuserd.c111 struct addrinfo *aip, hints; local
130 memset((void *)&hints, 0, sizeof (hints));
131 hints.ai_flags = AI_CANONNAME;
132 error = getaddrinfo(hostname, NULL, &hints, &aip);
/freebsd-10.0-release/usr.sbin/pppctl/
H A Dpppctl.c474 struct addrinfo hints, *res, *pai; local
506 memset(&hints, 0, sizeof(hints));
507 hints.ai_socktype = SOCK_STREAM;
508 gai = getaddrinfo(addr, port, &hints, &res);
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_parser.c1539 struct addrinfo hints, *res; local
1542 memset(&hints, 0, sizeof(hints));
1543 hints.ai_family = AF_INET6;
1544 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
1545 hints.ai_flags = AI_NUMERICHOST;
1546 if (getaddrinfo(s, "0", &hints, &res) == 0) {
1569 struct addrinfo hints, *res0, *res; local
1581 memset(&hints, 0, sizeof(hints));
[all...]
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c684 struct addrinfo hints, *res, *ai; local
699 memset(&hints, 0, sizeof(hints));
700 hints.ai_flags = AI_PASSIVE;
701 hints.ai_family = family;
702 hints.ai_socktype = SOCK_STREAM;
703 if (getaddrinfo(hrp->hostname, NULL, &hints, &res) == 0)
772 hints.ai_flags = AI_PASSIVE;
773 hints.ai_family = family;
774 hints
[all...]
/freebsd-10.0-release/contrib/tnftp/src/
H A Dutil.c1251 struct addrinfo hints, *res; local
1253 memset(&hints, 0, sizeof(hints));
1254 hints.ai_family = AF_INET6;
1255 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
1256 hints.ai_flags = AI_NUMERICHOST;
1257 if (getaddrinfo(addr, "0", &hints, &res) != 0)
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_init.c368 struct addrinfo hints, *ai; local
378 memset(&hints, 0, sizeof(hints));
379 hints.ai_family = PF_UNSPEC;
380 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
381 hints.ai_flags = AI_NUMERICHOST;
383 if (getaddrinfo(cp, sbuf, &hints, &ai) == 0 &&
/freebsd-10.0-release/lib/libc/rpc/
H A Drpcb_clnt.c321 struct addrinfo hints, *res, *tres; local
368 memset(&hints, 0, sizeof hints);
369 hints.ai_family = si.si_af;
370 hints.ai_socktype = si.si_socktype;
371 hints.ai_protocol = si.si_proto;
399 if (getaddrinfo(host, "sunrpc", &hints, &res) != 0) {
/freebsd-10.0-release/sys/rpc/
H A Drpcb_clnt.c313 struct addrinfo hints, *res, *tres;
360 memset(&hints, 0, sizeof hints);
361 hints.ai_family = si.si_af;
362 hints.ai_socktype = si.si_socktype;
363 hints.ai_protocol = si.si_proto;
391 if (getaddrinfo(host, "sunrpc", &hints, &res) != 0) {
/freebsd-10.0-release/usr.bin/csup/
H A Dproto.c123 struct addrinfo *res, *ai, hints; local
133 memset(&hints, 0, sizeof(hints));
134 hints.ai_family = family;
135 hints.ai_socktype = SOCK_STREAM;
136 error = getaddrinfo(config->host, servname, &hints, &res);
144 error = getaddrinfo(config->host, servname, &hints, &res);

Completed in 162 milliseconds

12345678910