Lines Matching refs:ipend
1176 char delim, const char **ipend) in ceph_pton() argument
1180 …in4_pton(str, len, (u8 *)&((struct sockaddr_in *)&addr->in_addr)->sin_addr.s_addr, delim, ipend)) { in ceph_pton()
1185 …_pton(str, len, (u8 *)&((struct sockaddr_in6 *)&addr->in_addr)->sin6_addr.s6_addr, delim, ipend)) { in ceph_pton()
1198 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1234 *ipend = end; in ceph_dns_resolve_name()
1243 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1254 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_parse_server_name() argument
1258 ret = ceph_pton(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1260 ret = ceph_dns_resolve_name(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1278 const char *ipend; in ceph_parse_ips() local
1287 ret = ceph_parse_server_name(p, end - p, &addr[i], delim, &ipend); in ceph_parse_ips()
1292 p = ipend; in ceph_parse_ips()