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.c325 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()
745 if(!to) to = dtio->ip_str; in dtio_check_nb_connect()
752 if(dtio->ip_str) in dtio_check_nb_connect()
754 dtio->ip_str); in dtio_check_nb_connect()
969 if(!to) to = dtio->ip_str; in receive_bytes()
1349 dtio->ip_str); in dtio_ssl_check_peer()
1358 dtio->ip_str, in dtio_ssl_check_peer()
[all …]
H A Ddtstream.h226 char* ip_str; member
/freebsd/crypto/openssh/
H A Dclientloop.c2049 char *host_str, *ip_str; member
2093 free(ctx->ip_str); in hostkeys_update_ctx_free()
2154 if (ctx->ip_str != NULL && strchr(l->hosts, ',') != NULL) { in hostkeys_find()
2159 "at %s:%ld", ctx->ip_str, l->path, l->linenum); in hostkeys_find()
2242 ctx->ip_str ? ctx->ip_str : "(none)"); in check_old_keys_othernames()
2244 hostkeys_check_old, ctx, ctx->host_str, ctx->ip_str, in check_old_keys_othernames()
2352 ctx->host_str, ctx->ip_str, in update_known_hosts()
2549 options.check_host_ip ? &ctx->ip_str : NULL); in client_input_hostkeys()
2555 ctx->ip_str ? ctx->ip_str : "(none)"); in client_input_hostkeys()
2557 hostkeys_find, ctx, ctx->host_str, ctx->ip_str, in client_input_hostkeys()
[all …]
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c1050 char ip_str[INET_ADDRSTRLEN + 1]; in sldns_wire2str_svcparam_ipv4hint2str() local
1057 if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv4hint2str()
1060 w += sldns_str_print(s, slen, "=%s", ip_str); in sldns_wire2str_svcparam_ipv4hint2str()
1064 if (inet_ntop(AF_INET, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv4hint2str()
1067 w += sldns_str_print(s, slen, ",%s", ip_str); in sldns_wire2str_svcparam_ipv4hint2str()
1079 char ip_str[INET6_ADDRSTRLEN + 1]; in sldns_wire2str_svcparam_ipv6hint2str() local
1086 if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv6hint2str()
1089 w += sldns_str_print(s, slen, "=%s", ip_str); in sldns_wire2str_svcparam_ipv6hint2str()
1093 if (inet_ntop(AF_INET6, data, ip_str, sizeof(ip_str)) == NULL) in sldns_wire2str_svcparam_ipv6hint2str()
1096 w += sldns_str_print(s, slen, ",%s", ip_str); in sldns_wire2str_svcparam_ipv6hint2str()
H A Dstr2wire.c1204 char ip_str[INET_ADDRSTRLEN+1]; in sldns_str2wire_svcbparam_ipv4hint() local
1234 } else if (next_ip_str - val >= (int)sizeof(ip_str)) in sldns_str2wire_svcbparam_ipv4hint()
1238 memcpy(ip_str, val, next_ip_str - val); in sldns_str2wire_svcbparam_ipv4hint()
1239 ip_str[next_ip_str - val] = 0; in sldns_str2wire_svcbparam_ipv4hint()
1240 if (inet_pton(AF_INET, ip_str, rd + *rd_len) != 1) { in sldns_str2wire_svcbparam_ipv4hint()
1259 char ip_str[INET6_ADDRSTRLEN+1]; in sldns_str2wire_svcbparam_ipv6hint() local
1289 } else if (next_ip_str - val >= (int)sizeof(ip_str)) in sldns_str2wire_svcbparam_ipv6hint()
1293 memcpy(ip_str, val, next_ip_str - val); in sldns_str2wire_svcbparam_ipv6hint()
1294 ip_str[next_ip_str - val] = 0; in sldns_str2wire_svcbparam_ipv6hint()
1295 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.c3228 char ip_str[1024]; in dump_infra_host() local
3233 addr_to_str(&k->addr, k->addrlen, ip_str, sizeof(ip_str)); in dump_infra_host()
3237 snprintf(ip_str+strlen(ip_str), sizeof(ip_str)-strlen(ip_str), in dump_infra_host()
3243 if(!ssl_printf(a->ssl, "%s %s expired rto %d\n", ip_str, in dump_infra_host()
3254 "other %d\n", ip_str, name, (unsigned long)(d->ttl - a->now), in dump_infra_host()