Lines Matching refs:rvalue
127 const char *rvalue, in config_parse_address_family_with_kernel() argument
135 assert(rvalue); in config_parse_address_family_with_kernel()
146 s = address_family_from_string(rvalue); in config_parse_address_family_with_kernel()
148 if (streq(rvalue, "kernel")) in config_parse_address_family_with_kernel()
151 …x(unit, LOG_WARNING, filename, line, 0, "Failed to parse IPForward= option, ignoring: %s", rvalue); in config_parse_address_family_with_kernel()
169 const char *rvalue, in config_parse_ip_masquerade() argument
176 if (isempty(rvalue)) { in config_parse_ip_masquerade()
181 r = parse_boolean(rvalue); in config_parse_ip_masquerade()
187 rvalue); in config_parse_ip_masquerade()
193 a = ip_masquerade_address_family_from_string(rvalue); in config_parse_ip_masquerade()
196 … "Failed to parse IPMasquerade= setting, ignoring assignment: %s", rvalue); in config_parse_ip_masquerade()
212 const char *rvalue, in config_parse_mud_url() argument
222 assert(rvalue); in config_parse_mud_url()
225 if (isempty(rvalue)) { in config_parse_mud_url()
230 l = cunescape(rvalue, 0, &unescaped); in config_parse_mud_url()
233 "Failed to unescape MUD URL, ignoring: %s", rvalue); in config_parse_mud_url()
239 "Invalid MUD URL, ignoring: %s", rvalue); in config_parse_mud_url()