Searched refs:ceph_pton (Results 1 – 1 of 1) sorted by relevance
/net/ceph/ |
D | messenger.c | 1175 static int ceph_pton(const char *str, size_t len, struct ceph_entity_addr *addr, in ceph_pton() function 1228 ret = ceph_pton(ip_addr, ip_len, addr, -1, NULL); in ceph_dns_resolve_name() 1258 ret = ceph_pton(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
|