Lines Matching refs:rvalue
144 const char *rvalue,
153 assert(rvalue);
156 r = in_addr_from_string_auto(rvalue, &f, &buffer);
158 log_syntax(unit, LOG_ERR, filename, line, r, "vxlan multicast group address is invalid, ignoring assignment: %s", rvalue);
163 log_syntax(unit, LOG_ERR, filename, line, 0, "vxlan multicast group incompatible, ignoring assignment: %s", rvalue);
180 const char *rvalue,
190 assert(rvalue);
193 r = extract_first_word(&rvalue, &word, NULL, 0);
195 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to extract VXLAN port range, ignoring: %s", rvalue);
233 const char *rvalue,
242 assert(rvalue);
245 r = safe_atou16(rvalue, &port);
247 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse VXLAN destination port '%s'.", rvalue);