Home
last modified time | relevance | path

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

/external/curl/lib/
Dconnect.c390 char *scope_ptr = strchr(myhost, '%'); in bindlocal() local
391 if(scope_ptr) in bindlocal()
392 *(scope_ptr++) = 0; in bindlocal()
398 if(scope_ptr) in bindlocal()
403 si6->sin6_scope_id = atoi(scope_ptr); in bindlocal()