Searched refs:ip_str (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddtstream.h220 char* ip_str; member in struct:dt_io_thread
H A Ddtstream.c314 free(dtio->ip_str);
368 free(dtio->ip_str);
369 dtio->ip_str = strdup(cfg->dnstap_ip);
370 if(!dtio->ip_str) {
731 if(!to) to = dtio->ip_str;
738 if(dtio->ip_str)
740 dtio->ip_str);
955 if(!to) to = dtio->ip_str;
1324 dtio->ip_str);
1333 dtio->ip_str,
[all...]
/freebsd-11-stable/tools/bus_space/examples/
H A Dam79c900_diag.py158 def ip_str(a): function
340 logging.info('Our IP address = %s' % (ip_str(pkt.ip_dest)))
/freebsd-11-stable/crypto/openssh/
H A Dclientloop.c2180 char *host_str, *ip_str; member in struct:hostkeys_update_ctx
2218 free(ctx->ip_str);
2318 ctx->host_str, ctx->ip_str, ctx->keys, ctx->nkeys,
2500 options.check_host_ip ? &ctx->ip_str : NULL);
2504 ctx, ctx->host_str, ctx->ip_str,
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c2445 char ip_str[1024]; local
2450 addr_to_str(&k->addr, k->addrlen, ip_str, sizeof(ip_str));
2454 snprintf(ip_str+strlen(ip_str), sizeof(ip_str)-strlen(ip_str),
2460 if(!ssl_printf(a->ssl, "%s %s expired rto %d\n", ip_str,
2471 "other %d\n", ip_str, name, (unsigned long)(d->ttl - a->now),

Completed in 97 milliseconds