Searched refs:srv (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-dns-rr.c | 406 free(rr->srv.name); in dns_resource_record_free() 574 r = dns_name_equal(a->srv.name, b->srv.name); in dns_resource_record_payload_equal() 578 return a->srv.priority == b->srv.priority && in dns_resource_record_payload_equal() 579 a->srv.weight == b->srv.weight && in dns_resource_record_payload_equal() 580 a->srv.port == b->srv.port; in dns_resource_record_payload_equal() 834 rr->srv.priority, in dns_resource_record_to_string() 835 rr->srv.weight, in dns_resource_record_to_string() 836 rr->srv.port, in dns_resource_record_to_string() 837 strna(rr->srv.name)); in dns_resource_record_to_string() 1337 siphash24_compress(&rr->srv.priority, sizeof(rr->srv.priority), state); in dns_resource_record_hash_func() [all …]
|
D | resolved-dnssd.c | 261 s->srv_rr->srv.priority = s->priority; in dnssd_update_rrs() 262 s->srv_rr->srv.weight = s->weight; in dnssd_update_rrs() 263 s->srv_rr->srv.port = s->port; in dnssd_update_rrs() 264 s->srv_rr->srv.name = strdup(s->manager->mdns_hostname); in dnssd_update_rrs() 265 if (!s->srv_rr->srv.name) in dnssd_update_rrs()
|
D | resolved-bus.c | 890 r = dns_name_equal(dns_question_first_name(question), rr->srv.name); in append_srv() 921 r = dns_name_normalize(rr->srv.name, 0, &normalized); in append_srv() 928 rr->srv.priority, rr->srv.weight, rr->srv.port, normalized); in append_srv() 949 r = dns_name_equal(dns_question_first_name(question), rr->srv.name); in append_srv() 1198 r = dns_question_new_address(&question, q->request_family, rr->srv.name, false); in resolve_service_hostname() 1269 if (dns_name_is_root(rr->srv.name)) { in bus_method_resolve_service_complete()
|
D | resolved-dns-packet.c | 902 r = dns_packet_append_uint16(p, rr->srv.priority, NULL); in dns_packet_append_rr() 906 r = dns_packet_append_uint16(p, rr->srv.weight, NULL); in dns_packet_append_rr() 910 r = dns_packet_append_uint16(p, rr->srv.port, NULL); in dns_packet_append_rr() 916 r = dns_packet_append_name(p, rr->srv.name, false, true, NULL); in dns_packet_append_rr() 1724 r = dns_packet_read_uint16(p, &rr->srv.priority, NULL); in dns_packet_read_rr() 1727 r = dns_packet_read_uint16(p, &rr->srv.weight, NULL); in dns_packet_read_rr() 1730 r = dns_packet_read_uint16(p, &rr->srv.port, NULL); in dns_packet_read_rr() 1733 r = dns_packet_read_name(p, &rr->srv.name, true, NULL); in dns_packet_read_rr()
|
D | resolved-dns-rr.h | 124 } srv; member
|
/systemd-251/test/test-sysusers/ |
D | test-7.expected-passwd | 4 ftp:x:14:11::/srv/ftp:NOLOGIN 5 http:x:33:33::/srv/http:NOLOGIN
|
D | test-7.input | 26 u ftp 14 - /srv/ftp 27 u http 33 - /srv/http
|
/systemd-251/tmpfiles.d/ |
D | home.conf | 11 q /srv 0755 - - -
|
/systemd-251/test/test-network-generator-conversion/ |
D | test-03-issue-14319.input | 1 root=/dev/nfs nfsroot=10.99.37.240:/srv/netroot,v3,tcp ip=10.99.37.44::10.99.10.1:255.255.0.0::enp3…
|
/systemd-251/docs/ |
D | DISCOVERABLE_PARTITIONS.md | 10 `/home/`, `/srv/`, `/var/` and `/var/tmp/` and the swap partitions based on 156 …utomatically mounted to `/srv/`. If the partition is encrypted with LUKS, the device mapper file w… 289 pre-populate the interface with swap, `/home/`, `/srv/`, `/var/tmp/` partitions 296 `/srv/`, `/var/`, `/var/tmp` and for the swap partitions if they use these UUID 307 `/srv/`, `/var/`, or `/var/tmp/` file system with the partition types defined 309 "root", "usr", "home", "srv", "var" or "tmp", respectively. This is necessary 317 automatically discover and mount the first `/usr/`, `/home/`, `/srv/`, `/var/`, 327 `/home/`, `/srv/`, `/boot/`, `/var/`, `/var/tmp/`, `/efi/`, `/boot/` or swap 330 `/home/`, `/usr/`, `/srv/`, `/boot/`, `/var/`, `/var/tmp/`, `/efi/` or `/boot/` 342 `/usr/`, `/home/`, `/srv/`, `/var/`, `/var/tmp/` partitions inside a container [all …]
|
/systemd-251/ |
D | meson_options.txt | 339 value : 'www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd')
|
D | TODO | 508 from home/srv/var… Then, add a new cmdline flag to all tools that parse such 573 /dev/gpt-auto-{home,srv,boot,…} similar in style to /dev/gpt-auto-root as we
|
D | NEWS | 11294 * systemd-gpt-auto-generator is now able to discover /srv and
|