Searched refs:ip_str (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/ |
D | ipaddr.py | 1028 def _ip_int_from_string(self, ip_str): argument 1041 octets = ip_str.split('.') 1043 raise AddressValueError(ip_str) 1050 raise AddressValueError(ip_str) 1327 def _is_hostmask(self, ip_str): argument 1337 bits = ip_str.split('.') 1398 def _ip_int_from_string(self, ip_str): argument 1411 parts = ip_str.split(':') 1415 raise AddressValueError(ip_str) 1425 raise AddressValueError(ip_str) [all …]
|
D | ipaddr_test.py | 71 def AssertInvalidIP(ip_str): argument 72 self.assertRaises(ValueError, ipaddr.IPAddress, ip_str)
|
/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 | 2108 char *host_str, *ip_str; member 2146 free(ctx->ip_str); in hostkeys_update_ctx_free() 2246 ctx->host_str, ctx->ip_str, ctx->keys, ctx->nkeys, in update_known_hosts() 2411 options.check_host_ip ? &ctx->ip_str : NULL); in client_input_hostkeys() 2415 ctx, ctx->host_str, ctx->ip_str, in client_input_hostkeys()
|