Home | History | Annotate | Download | only in sldns

Lines Matching refs:ip_str

1050 	char ip_str[INET_ADDRSTRLEN + 1];
1057 if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL)
1060 w += sldns_str_print(s, slen, "=%s", ip_str);
1064 if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL)
1067 w += sldns_str_print(s, slen, ",%s", ip_str);
1079 char ip_str[INET6_ADDRSTRLEN + 1];
1086 if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL)
1089 w += sldns_str_print(s, slen, "=%s", ip_str);
1093 if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL)
1096 w += sldns_str_print(s, slen, ",%s", ip_str);