Home
last modified time | relevance | path

Searched defs:hints (Results 1 – 25 of 238) sorted by relevance

12345678910

/openbsd-src/sbin/unwind/libunbound/iterator/
H A Diter_hints.c56 struct iter_hints* hints = (struct iter_hints*)calloc(1, in hints_create() local
78 static void hints_del_tree(struct iter_hints* hints) in hints_del_tree()
84 hints_delete(struct iter_hints* hints) in hints_delete()
171 hints_insert(struct iter_hints* hints, uint16_t c, struct delegpt* dp, in hints_insert()
280 read_stubs(struct iter_hints* hints, struct config_file* cfg) in read_stubs()
310 read_root_hints(struct iter_hints* hints, char* fname) in read_root_hints()
423 read_root_hints_list(struct iter_hints* hints, struct config_file* cfg) in read_root_hints_list()
442 hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg) in hints_apply_cfg()
482 hints_find(struct iter_hints* hints, uint8_t* qname, uint16_t qclass, in hints_find()
499 hints_find_root(struct iter_hints* hints, uint16_t qclass, int nolock) in hints_find_root()
[all …]
/openbsd-src/usr.sbin/unbound/iterator/
H A Diter_hints.c56 struct iter_hints* hints = (struct iter_hints*)calloc(1, in hints_create() local
78 static void hints_del_tree(struct iter_hints* hints) in hints_del_tree()
84 hints_delete(struct iter_hints* hints) in hints_delete()
171 hints_insert(struct iter_hints* hints, uint16_t c, struct delegpt* dp, in hints_insert()
280 read_stubs(struct iter_hints* hints, struct config_file* cfg) in read_stubs()
310 read_root_hints(struct iter_hints* hints, char* fname) in read_root_hints()
423 read_root_hints_list(struct iter_hints* hints, struct config_file* cfg) in read_root_hints_list()
442 hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg) in hints_apply_cfg()
482 hints_find(struct iter_hints* hints, uint8_t* qname, uint16_t qclass, in hints_find()
499 hints_find_root(struct iter_hints* hints, uint16_t qclass, int nolock) in hints_find_root()
[all …]
/openbsd-src/usr.sbin/lpr/lpd/
H A Dallowedhost.c135 struct addrinfo hints, *res, *r; in checkhost() local
182 struct addrinfo hints, *res, *r; in gethostloop() local
231 struct addrinfo hints; in main() local
/dflybsd-src/crypto/libressl/crypto/bio/
H A Db_sock.c41 struct addrinfo hints = { in BIO_get_host_ip() local
69 struct addrinfo hints = { in BIO_get_port() local
123 struct addrinfo hints = { in BIO_get_accept_socket() local
/openbsd-src/lib/libcrypto/bio/
H A Db_sock.c41 struct addrinfo hints = { in BIO_get_host_ip() local
71 struct addrinfo hints = { in BIO_get_port() local
130 struct addrinfo hints = { in BIO_get_accept_socket() local
/openbsd-src/lib/libc/net/
H A Druserok.c60 struct addrinfo hints, *res, *r; in ruserok() local
302 struct addrinfo hints, *res, *r; in __icheckhost() local
350 struct addrinfo hints, *res, *r; in __gethostloop() local
/openbsd-src/regress/sys/kern/sosplice/perf/
H A Drelay.c123 socket_listen(int *ls, struct addrinfo *hints, const char *listenaddr, in socket_listen()
229 socket_connect(struct addrinfo *hints, const char *hostname, const char *port) in socket_connect()
284 struct addrinfo hints; in main() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-inline-analysis.c124 int hints = 0; in simple_edge_hints() local
154 ipa_hints hints; in do_estimate_edge_time() local
254 ipa_hints hints; in do_estimate_edge_hints() local
/dflybsd-src/usr.sbin/lpr/common_source/
H A Dnet.c87 struct addrinfo hints, *res, *ai; in getport() local
181 struct addrinfo hints, *local_res, *remote_res, *lr, *rr; in checkremote() local
/openbsd-src/usr.sbin/ntpd/
H A Dconfig.c61 struct addrinfo hints, *res; in host_ip() local
95 struct addrinfo hints, *res0, *res; in host_dns1() local
/openbsd-src/usr.sbin/nsd/
H A Dnsd.c223 struct addrinfo *hints) in setup_socket()
321 const struct addrinfo *hints) in figure_default_sockets()
456 const struct addrinfo *hints) in figure_sockets()
944 struct addrinfo hints; in main() local
/dflybsd-src/crypto/libressl/apps/nc/
H A Dsocks.c66 struct addrinfo hints, *res; in decode_addrport() local
178 struct addrinfo hints __attribute__ ((__unused__)), in socks_connect()
/openbsd-src/usr.bin/nc/
H A Dsocks.c66 struct addrinfo hints, *res; in decode_addrport() local
178 struct addrinfo hints __attribute__ ((__unused__)), in socks_connect()
/dflybsd-src/contrib/libpcap/
H A Dscanner.l401 struct addrinfo hints, *res; variable
/openbsd-src/lib/libc/asr/
H A Dgetaddrinfo.c29 const struct addrinfo *hints, struct addrinfo **res) in getaddrinfo()
/openbsd-src/usr.bin/whois/
H A Dwhois.c173 struct addrinfo hints, *res, *ai; in whois() local
297 struct addrinfo hints, *res = NULL; in choose_server() local
/dflybsd-src/lib/libc/net/
H A Drcmd.c82 struct addrinfo hints, *res, *ai; in rcmd_af() local
370 struct addrinfo hints, *res, *r; in ruserok() local
683 struct addrinfo hints, *res, *r; in __icheckhost() local
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dcanon-host.c66 static struct addrinfo hints; in canon_host_r() local
/openbsd-src/regress/lib/libc/asr/bin/
H A Dgetaddrinfo.c45 struct addrinfo *ai, *res, hints; in main() local
/openbsd-src/usr.bin/finger/
H A Dnet.c54 struct addrinfo hints, *res0, *res; in netfinger() local
/dflybsd-src/usr.sbin/dntpd/
H A Dsocket.c43 struct addrinfo hints, *res, *res0; in udp_socket() local
/openbsd-src/regress/lib/libpthread/getaddrinfo/
H A Dgetaddrinfo.c67 struct addrinfo hints, *res; local
/openbsd-src/regress/sys/netinet6/srcaddr/
H A Dsrcaddr.c36 struct addrinfo hints, *res; in main() local
/openbsd-src/usr.sbin/lpd/
H A Dresolver.c72 const struct addrinfo *hints, void (*cb)(void *, int, struct addrinfo *), in resolver_getaddrinfo()
135 struct addrinfo hints; in resolver_dispatch_request() local
/openbsd-src/sys/arch/i386/include/
H A Dcpufunc.h248 monitor(const volatile void *addr, u_long extensions, u_int hints) in monitor()
255 mwait(u_long extensions, u_int hints) in mwait()

12345678910