Lines Matching refs:rrstr
258 size_t rdata_len, const char* rrstr, const char* netblockstr) in respip_enter_rr() argument
265 "response-ip data for netblock %s", rrstr, netblockstr); in respip_enter_rr()
270 "data already in place for netblock %s", rrstr, netblockstr); in respip_enter_rr()
276 "to netblock %s address family", rrstr, netblockstr); in respip_enter_rr()
286 return rrset_insert_rr(region, pd, rdata, rdata_len, ttl, rrstr); in respip_enter_rr()
291 const char* rrstr, const char* netblock) in respip_enter_rrstr() argument
305 "action for %s is not redirect", rrstr, netblock); in respip_enter_rrstr()
308 ret = snprintf(buf, sizeof(buf), ". %s", rrstr); in respip_enter_rrstr()
310 strlcpy(bufshort, rrstr, sizeof(bufshort)); in respip_enter_rrstr()
316 log_err("bad response-ip-data: %s", rrstr); in respip_enter_rrstr()
321 rdata_len, rrstr, netblock); in respip_enter_rrstr()
325 respip_data_cfg(struct respip_set* set, const char* ipstr, const char* rrstr) in respip_data_cfg() argument
332 "response-ip node for %s not found", rrstr, ipstr); in respip_data_cfg()
335 return respip_enter_rrstr(set->region, node, rrstr, ipstr); in respip_data_cfg()