Searched refs:ip_str (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/fs/pxe/ |
D | dnsresolv.c | 59 static bool parse_dotquad(const char *ip_str, uint32_t *res) in parse_dotquad() argument 61 const char *p = ip_str; in parse_dotquad()
|
/external/syslinux/core/legacynet/ |
D | dnsresolv.c | 178 static bool parse_dotquad(const char *ip_str, uint32_t *res) in parse_dotquad() argument 180 const char *p = ip_str; in parse_dotquad()
|
/external/syslinux/gpxe/src/interface/efi/ |
D | efi_snp.c | 399 const char *ip_str; in efi_snp_mcast_ip_to_mac() local 402 ip_str = ( ipv6 ? "(IPv6)" /* FIXME when we have inet6_ntoa() */ : in efi_snp_mcast_ip_to_mac() 404 DBGC2 ( snpdev, "SNPDEV %p MCAST_IP_TO_MAC %s\n", snpdev, ip_str ); in efi_snp_mcast_ip_to_mac() 410 snpdev, ip_str, strerror ( rc ) ); in efi_snp_mcast_ip_to_mac()
|
/external/openssh/ |
D | clientloop.c | 2180 char *host_str, *ip_str; member 2218 free(ctx->ip_str); in hostkeys_update_ctx_free() 2318 ctx->host_str, ctx->ip_str, ctx->keys, ctx->nkeys, in update_known_hosts() 2500 options.check_host_ip ? &ctx->ip_str : NULL); in client_input_hostkeys() 2504 ctx, ctx->host_str, ctx->ip_str, in client_input_hostkeys()
|