Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/libsystemd/sd-resolve/
Dsd-resolve.c345 struct addrinfo hints, *result = NULL; in handle_request() local
352 hints = (struct addrinfo) { in handle_request()
359 msan_unpoison(&hints, sizeof(hints)); in handle_request()
365 ai_req->hints_valid ? &hints : NULL, in handle_request()
926 const struct addrinfo *hints, in resolve_getaddrinfo_with_destroy_callback() argument
962 .hints_valid = hints, in resolve_getaddrinfo_with_destroy_callback()
963 .ai_flags = hints ? hints->ai_flags : 0, in resolve_getaddrinfo_with_destroy_callback()
964 .ai_family = hints ? hints->ai_family : 0, in resolve_getaddrinfo_with_destroy_callback()
965 .ai_socktype = hints ? hints->ai_socktype : 0, in resolve_getaddrinfo_with_destroy_callback()
966 .ai_protocol = hints ? hints->ai_protocol : 0, in resolve_getaddrinfo_with_destroy_callback()
[all …]
Dresolve-private.h8 const char *node, const char *service, const struct addrinfo *hints,
17 #define resolve_getaddrinfo(resolve, ret_query, node, service, hints, callback, destroy_callback, u… argument
23 node, service, hints, \
Dtest-resolve.c59 struct addrinfo hints = { in main() local
78 …r = sd_resolve_getaddrinfo(resolve, &q1, argc >= 2 ? argv[1] : "www.heise.de", NULL, &hints, getad… in main()
/systemd-251/src/systemd/
Dsd-resolve.h94 …_query **q, const char *node, const char *service, const struct addrinfo *hints, sd_resolve_getadd…
/systemd-251/src/socket-proxy/
Dsocket-proxyd.c417 static const struct addrinfo hints = { in resolve_remote() local
450 …r = resolve_getaddrinfo(c->context->resolve, &c->resolve_query, node, service, &hints, resolve_han… in resolve_remote()
/systemd-251/shell-completion/zsh/
D_systemd-analyze112 '--quiet[Do not show hints]' \
D_systemctl.in483 '--legend=no[Do not print a legend, i.e. the column headers and the footer with hints]' \
/systemd-251/src/timesync/
Dtimesyncd-manager.c817 static const struct addrinfo hints = { in manager_connect() local
889 …fo(m->resolve, &m->resolve_query, m->current_server_name->string, "123", &hints, manager_resolve_h… in manager_connect()
/systemd-251/src/network/netdev/
Dwireguard.c391 static const struct addrinfo hints = { in peer_resolve_endpoint() local
420 &hints, in peer_resolve_endpoint()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c783 struct addrinfo *result, hints = { in parse_tcp_address() local
824 hints.ai_family = af_from_ipv4_ipv6(family); in parse_tcp_address()
825 if (hints.ai_family == AF_UNSPEC) in parse_tcp_address()
829 r = getaddrinfo(host, port, &hints, &result); in parse_tcp_address()
/systemd-251/
DNEWS3095 following API changes. Those checks are considered hints for
4249 request prefix hints in the DHCPv6 solicitation.