Home
last modified time | relevance | path

Searched defs:ip_str (Results 1 – 10 of 10) sorted by relevance

/external/ltp/include/
Dtst_net.h106 static inline int get_prefix(const char *ip_str, int is_ipv6) in get_prefix()
134 static inline void get_in_addr(const char *ip_str, struct in_addr *ip) in get_in_addr()
140 static inline void get_in6_addr(const char *ip_str, struct in6_addr *ip6) in get_in6_addr()
/external/ltp/testcases/lib/
Dtst_net_iface_prefix.c43 static int read_iface_prefix(const char *ip_str, int is_ipv6) in read_iface_prefix()
108 char *ip_str = NULL, *prefix_str = NULL; in main() local
Dtst_net_ip_prefix.c50 char *ip_str = NULL, *prefix_str = NULL; in main() local
/external/grpc-grpc/test/cpp/grpclb/
Dgrpclb_api_test.cc36 grpc::string Ip4ToPackedString(const char* ip_str) { in Ip4ToPackedString()
43 char ip_str[46] = {0}; in PackedStringToIp() local
/external/llvm-project/lldb/tools/debugserver/source/
DRNBSocket.cpp55 std::string ip_str( in ResolveIPV4HostName() local
/external/python/cpython3/Lib/
Dipaddress.py502 def _prefix_from_ip_string(cls, ip_str): argument
1176 def _ip_int_from_string(cls, ip_str): argument
1604 def _ip_int_from_string(cls, ip_str): argument
1841 def _split_scope_id(ip_str): argument
/external/python/ipaddress/
Dipaddress.py625 def _prefix_from_ip_string(cls, ip_str): argument
1244 def _ip_int_from_string(cls, ip_str): argument
1323 def _is_hostmask(self, ip_str): argument
1751 def _ip_int_from_string(cls, ip_str): argument
/external/grpc-grpc/test/cpp/client/
Dclient_channel_stress_test.cc89 grpc::string Ip4ToPackedString(const char* ip_str) { in Ip4ToPackedString()
/external/grpc-grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc163 grpc::string Ip4ToPackedString(const char* ip_str) { in Ip4ToPackedString()
/external/openssh/
Dclientloop.c1806 char *host_str, *ip_str; member