HomeSort by: relevance | last modified time | path
    Searched refs:ip_str (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/unbound/dist/dnstap/
dtstream.c 325 free(dtio->ip_str);
379 free(dtio->ip_str);
380 dtio->ip_str = strdup(cfg->dnstap_ip);
381 if(!dtio->ip_str) {
745 if(!to) to = dtio->ip_str;
752 if(dtio->ip_str)
754 dtio->ip_str);
969 if(!to) to = dtio->ip_str;
1349 dtio->ip_str);
1358 dtio->ip_str,
    [all...]
dtstream.h 226 char* ip_str; member in struct:dt_io_thread
  /src/external/mpl/bind/dist/bin/tests/system/xfer/ans11/
ans.py 69 def build_a_rdata(ip_str):
71 parts = ip_str.split(".")
  /src/crypto/external/bsd/openssh/dist/
clientloop.c 2057 char *host_str, *ip_str; member in struct:hostkeys_update_ctx
2101 free(ctx->ip_str);
2162 if (ctx->ip_str != NULL && strchr(l->hosts, ',') != NULL) {
2167 "at %s:%ld", ctx->ip_str, l->path, l->linenum);
2250 ctx->ip_str ? ctx->ip_str : "(none)");
2252 hostkeys_check_old, ctx, ctx->host_str, ctx->ip_str,
2360 ctx->host_str, ctx->ip_str,
2557 options.check_host_ip ? &ctx->ip_str : NULL);
2563 ctx->ip_str ? ctx->ip_str : "(none)")
    [all...]
  /src/external/bsd/unbound/dist/sldns/
wire2str.c 1050 char ip_str[INET_ADDRSTRLEN + 1]; local
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]; local
1086 if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL
    [all...]
str2wire.c 1203 char ip_str[INET_ADDRSTRLEN+1]; local
1233 } else if (next_ip_str - val >= (int)sizeof(ip_str))
1237 memcpy(ip_str, val, next_ip_str - val);
1238 ip_str[next_ip_str - val] = 0;
1239 if (inet_pton(AF_INET, ip_str, rd + *rd_len) != 1) {
1258 char ip_str[INET6_ADDRSTRLEN+1]; local
1288 } else if (next_ip_str - val >= (int)sizeof(ip_str))
1292 memcpy(ip_str, val, next_ip_str - val);
1293 ip_str[next_ip_str - val] = 0;
1294 if (inet_pton(AF_INET6, ip_str, rd + *rd_len) != 1)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rpz.c 821 char ip_str[DNS_NAME_FORMATSIZE], ip2_str[DNS_NAME_FORMATSIZE]; local
855 dns_name_format(&ip_name, ip_str, sizeof(ip_str));
856 end = &ip_str[strlen(ip_str) + 1];
857 prefix_str = ip_str;
990 ip_str, ip2_str);
  /src/external/mpl/bind/dist/lib/dns/
rpz.c 868 char ip_str[DNS_NAME_FORMATSIZE]; local
901 dns_name_format(&ip_name, ip_str, sizeof(ip_str));
902 end = &ip_str[strlen(ip_str) + 1];
903 prefix_str = ip_str;
1036 ip_str, ip2_str);
  /src/external/bsd/unbound/dist/daemon/
remote.c 3132 char ip_str[1024]; local
3137 addr_to_str(&k->addr, k->addrlen, ip_str, sizeof(ip_str));
3141 snprintf(ip_str+strlen(ip_str), sizeof(ip_str)-strlen(ip_str),
3147 if(!ssl_printf(a->ssl, "%s %s expired rto %d\n", ip_str,
3158 "other %d\n", ip_str, name, (unsigned long)(d->ttl - a->now),

Completed in 74 milliseconds