Searched refs:Prefix (Results 1 – 14 of 14) sorted by relevance
/systemd-251/test/test-network/conf/ |
D | 25-ipv6-address-label-section.network | 10 Prefix=2004:da8:1:0::/64 15 Prefix=2004:da8:1:1::/64 18 # No Prefix= 24 Prefix=2004:da8:1:2::/64 29 Prefix=::ffff:c0a8:0/120 34 Prefix=192.168.1.0/24
|
D | 25-ipv6ra-prefix.network | 13 Prefix=2001:db8:0:1::/64 16 Prefix=2001:db8:0:2::/64 22 Prefix=2001:db8:0:3::/64
|
D | 25-ipv6-prefix.network | 15 Prefix=2002:da8:1:0::/64 20 Prefix=2002:da8:2:0::/64
|
D | 25-ipv6-prefix-with-delay.network | 13 Prefix=2002:da8:1:0::/64
|
D | 25-dhcp-server-with-ipv6-prefix.network | 12 Prefix=2002:da8:1:0::/64
|
/systemd-251/src/network/ |
D | networkd-radv.h | 29 typedef struct Prefix { struct 44 } Prefix; argument 55 Prefix *prefix_free(Prefix *prefix);
|
D | networkd-radv.c | 66 Prefix *prefix_free(Prefix *prefix) { in prefix_free() 81 DEFINE_SECTION_CLEANUP_FUNCTIONS(Prefix, prefix_free); 83 static int prefix_new_static(Network *network, const char *filename, unsigned section_line, Prefix … in prefix_new_static() 85 _cleanup_(prefix_freep) Prefix *prefix = NULL; in prefix_new_static() 103 prefix = new(Prefix, 1); in prefix_new_static() 107 *prefix = (Prefix) { in prefix_new_static() 181 Prefix *p; in link_request_radv_addresses() 239 static int radv_set_prefix(Link *link, Prefix *prefix) { in radv_set_prefix() 444 Prefix *p; in radv_configure() 694 static int prefix_section_verify(Prefix *p) { in prefix_section_verify() [all …]
|
D | networkd-network-gperf.gperf | 159 IPv6AddressLabel.Prefix, config_parse_address_label_prefix, … 356 IPv6Prefix.Prefix, config_parse_prefix, …
|
/systemd-251/test/fuzz/fuzz-network-parser/ |
D | 25-ipv6-address-label-section | 6 Prefix=2004:da8:1:0::/64
|
D | ipv6-prefix | 8 Prefix=2002:da8:1:0::/64
|
D | directives | 257 Prefix= 362 Prefix=
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | directives-all.service | 542 Prefix= key
|
/systemd-251/ |
D | meson.build | 127 error('Prefix is not absolute: "@0@"'.format(prefixdir)) 130 error('Prefix is not below root prefix (now rootprefix=@0@ prefix=@1@)'.format(
|
D | NEWS | 3385 systemd-networkd's Prefix Delegation logic assigns to interfaces. If 6357 * systemd-networkd's DHCPv6 support gained support for Prefix
|