Lines Matching refs:delim
1221 char delim, const char **ipend) in ceph_pton() argument
1225 …if (in4_pton(str, len, (u8 *)&((struct sockaddr_in *)&addr->in_addr)->sin_addr.s_addr, delim, ipen… in ceph_pton()
1230 …if (in6_pton(str, len, (u8 *)&((struct sockaddr_in6 *)&addr->in_addr)->sin6_addr.s6_addr, delim, i… in ceph_pton()
1243 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1253 delim_p = memchr(name, delim, namelen); in ceph_dns_resolve_name()
1288 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1299 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_parse_server_name() argument
1303 ret = ceph_pton(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1305 ret = ceph_dns_resolve_name(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1316 int max_count, int *count, char delim) in ceph_parse_ips() argument
1323 char cur_delim = delim; in ceph_parse_ips()
1380 if (*p != delim) in ceph_parse_ips()