Lines Matching refs:delim
1845 char delim, const char **ipend) in ceph_pton() argument
1849 …if (in4_pton(str, len, (u8 *)&((struct sockaddr_in *)&addr->in_addr)->sin_addr.s_addr, delim, ipen… in ceph_pton()
1854 …if (in6_pton(str, len, (u8 *)&((struct sockaddr_in6 *)&addr->in_addr)->sin6_addr.s6_addr, delim, i… in ceph_pton()
1867 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1877 delim_p = memchr(name, delim, namelen); in ceph_dns_resolve_name()
1912 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1923 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_parse_server_name() argument
1927 ret = ceph_pton(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1929 ret = ceph_dns_resolve_name(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1949 char delim = ','; in ceph_parse_ips() local
1952 delim = ']'; in ceph_parse_ips()
1956 ret = ceph_parse_server_name(p, end - p, &addr[i], delim, &ipend); in ceph_parse_ips()
1963 if (delim == ']') { in ceph_parse_ips()