Home
last modified time | relevance | path

Searched refs:scope_delim (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/sysdeps/posix/ !
Dgetaddrinfo.c898 char *scope_delim = strchr (name, SCOPE_DELIMITER); in text_to_binary_address() local
901 if (scope_delim == NULL) in text_to_binary_address()
904 e = __inet_pton_length (AF_INET6, name, scope_delim - name, at->addr); in text_to_binary_address()
922 if (scope_delim != NULL in text_to_binary_address()
924 scope_delim + 1, &at->scopeid) != 0) in text_to_binary_address()