/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.c | 325 free(dtio->ip_str); in dt_io_thread_delete() 379 free(dtio->ip_str); in dt_io_thread_apply_cfg() 380 dtio->ip_str = strdup(cfg->dnstap_ip); in dt_io_thread_apply_cfg() 381 if(!dtio->ip_str) { in dt_io_thread_apply_cfg() 742 if(!to) to = dtio->ip_str; in dtio_check_nb_connect() 749 if(dtio->ip_str) in dtio_check_nb_connect() 751 dtio->ip_str); in dtio_check_nb_connect() 966 if(!to) to = dtio->ip_str; in receive_bytes() 1346 dtio->ip_str); in dtio_ssl_check_peer() 1355 dtio->ip_str, in dtio_ssl_check_peer() [all …]
|
H A D | dtstream.h | 220 char* ip_str; member
|
/freebsd/crypto/openssh/ |
H A D | clientloop.c | 2015 char *host_str, *ip_str; member 2059 free(ctx->ip_str); in hostkeys_update_ctx_free() 2120 if (ctx->ip_str != NULL && strchr(l->hosts, ',') != NULL) { in hostkeys_find() 2125 "at %s:%ld", ctx->ip_str, l->path, l->linenum); in hostkeys_find() 2208 ctx->ip_str ? ctx->ip_str : "(none)"); in check_old_keys_othernames() 2210 hostkeys_check_old, ctx, ctx->host_str, ctx->ip_str, in check_old_keys_othernames() 2318 ctx->host_str, ctx->ip_str, in update_known_hosts() 2514 options.check_host_ip ? &ctx->ip_str : NULL); in client_input_hostkeys() 2520 ctx->ip_str ? ctx->ip_str : "(none)"); in client_input_hostkeys() 2522 hostkeys_find, ctx, ctx->host_str, ctx->ip_str, in client_input_hostkeys() [all …]
|
/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.c | 1049 char ip_str[INET_ADDRSTRLEN + 1]; in sldns_wire2str_svcparam_ipv4hint2str() local 1056 if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv4hint2str() 1059 w += sldns_str_print(s, slen, "=%s", ip_str); in sldns_wire2str_svcparam_ipv4hint2str() 1063 if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv4hint2str() 1066 w += sldns_str_print(s, slen, ",%s", ip_str); in sldns_wire2str_svcparam_ipv4hint2str() 1078 char ip_str[INET6_ADDRSTRLEN + 1]; in sldns_wire2str_svcparam_ipv6hint2str() local 1085 if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv6hint2str() 1088 w += sldns_str_print(s, slen, "=%s", ip_str); in sldns_wire2str_svcparam_ipv6hint2str() 1092 if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv6hint2str() 1095 w += sldns_str_print(s, slen, ",%s", ip_str); in sldns_wire2str_svcparam_ipv6hint2str()
|
H A D | str2wire.c | 1202 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 D | am79c900_diag.py | 157 def ip_str(a): function 339 logging.info('Our IP address = %s' % (ip_str(pkt.ip_dest)))
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 2684 char ip_str[1024]; in dump_infra_host() local 2689 addr_to_str(&k->addr, k->addrlen, ip_str, sizeof(ip_str)); in dump_infra_host() 2693 snprintf(ip_str+strlen(ip_str), sizeof(ip_str)-strlen(ip_str), in dump_infra_host() 2699 if(!ssl_printf(a->ssl, "%s %s expired rto %d\n", ip_str, in dump_infra_host() 2710 "other %d\n", ip_str, name, (unsigned long)(d->ttl - a->now), in dump_infra_host()
|