Home
last modified time | relevance | path

Searched refs:ip_str (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c319 free(dtio->ip_str); in dt_io_thread_delete()
373 free(dtio->ip_str); in dt_io_thread_apply_cfg()
375 if(!dtio->ip_str) { in dt_io_thread_apply_cfg()
736 if(!to) to = dtio->ip_str; in dtio_check_nb_connect()
743 if(dtio->ip_str) in dtio_check_nb_connect()
745 dtio->ip_str); in dtio_check_nb_connect()
1329 dtio->ip_str); in dtio_ssl_check_peer()
1338 dtio->ip_str, in dtio_ssl_check_peer()
1344 dtio->ip_str); in dtio_ssl_check_peer()
1358 dtio->ip_str); in dtio_ssl_check_peer()
[all …]
H A Ddtstream.h220 char* ip_str; member
/freebsd/crypto/openssh/
H A Dclientloop.c2032 char *host_str, *ip_str; member
2076 free(ctx->ip_str); in hostkeys_update_ctx_free()
2142 "at %s:%ld", ctx->ip_str, l->path, l->linenum); in hostkeys_find()
2225 ctx->ip_str ? ctx->ip_str : "(none)"); in check_old_keys_othernames()
2227 hostkeys_check_old, ctx, ctx->host_str, ctx->ip_str, in check_old_keys_othernames()
2335 ctx->host_str, ctx->ip_str, in update_known_hosts()
2550 options.check_host_ip ? &ctx->ip_str : NULL); in client_input_hostkeys()
2556 ctx->ip_str ? ctx->ip_str : "(none)"); in client_input_hostkeys()
2558 hostkeys_find, ctx, ctx->host_str, ctx->ip_str, in client_input_hostkeys()
2615 ctx->host_str, ctx->ip_str == NULL ? "" : ",", in client_input_hostkeys()
[all …]
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c1044 char ip_str[INET_ADDRSTRLEN + 1]; in sldns_wire2str_svcparam_ipv4hint2str() local
1051 if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv4hint2str()
1054 w += sldns_str_print(s, slen, "=%s", ip_str); in sldns_wire2str_svcparam_ipv4hint2str()
1058 if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv4hint2str()
1061 w += sldns_str_print(s, slen, ",%s", ip_str); in sldns_wire2str_svcparam_ipv4hint2str()
1073 char ip_str[INET6_ADDRSTRLEN + 1]; in sldns_wire2str_svcparam_ipv6hint2str() local
1080 if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv6hint2str()
1083 w += sldns_str_print(s, slen, "=%s", ip_str); in sldns_wire2str_svcparam_ipv6hint2str()
1087 if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv6hint2str()
1090 w += sldns_str_print(s, slen, ",%s", ip_str); in sldns_wire2str_svcparam_ipv6hint2str()
H A Dstr2wire.c1202 char ip_str[INET_ADDRSTRLEN+1]; in sldns_str2wire_svcbparam_ipv4hint() local
1232 } else if (next_ip_str - val >= (int)sizeof(ip_str)) in sldns_str2wire_svcbparam_ipv4hint()
1236 memcpy(ip_str, val, next_ip_str - val); in sldns_str2wire_svcbparam_ipv4hint()
1237 ip_str[next_ip_str - val] = 0; in sldns_str2wire_svcbparam_ipv4hint()
1238 if (inet_pton(AF_INET, ip_str, rd + *rd_len) != 1) { in sldns_str2wire_svcbparam_ipv4hint()
1257 char ip_str[INET6_ADDRSTRLEN+1]; in sldns_str2wire_svcbparam_ipv6hint() local
1287 } else if (next_ip_str - val >= (int)sizeof(ip_str)) in sldns_str2wire_svcbparam_ipv6hint()
1291 memcpy(ip_str, val, next_ip_str - val); in sldns_str2wire_svcbparam_ipv6hint()
1292 ip_str[next_ip_str - val] = 0; in sldns_str2wire_svcbparam_ipv6hint()
1293 if (inet_pton(AF_INET6, ip_str, rd + *rd_len) != 1) { in sldns_str2wire_svcbparam_ipv6hint()
/freebsd/tools/bus_space/examples/
H A Dam79c900_diag.py157 def ip_str(a): function
339 logging.info('Our IP address = %s' % (ip_str(pkt.ip_dest)))
/freebsd/contrib/unbound/daemon/
H A Dremote.c2505 char ip_str[1024]; in dump_infra_host() local
2510 addr_to_str(&k->addr, k->addrlen, ip_str, sizeof(ip_str)); in dump_infra_host()
2514 snprintf(ip_str+strlen(ip_str), sizeof(ip_str)-strlen(ip_str), in dump_infra_host()
2520 if(!ssl_printf(a->ssl, "%s %s expired rto %d\n", ip_str, in dump_infra_host()
2531 "other %d\n", ip_str, name, (unsigned long)(d->ttl - a->now), in dump_infra_host()