Home
last modified time | relevance | path

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

/external/curl/lib/
Dconnect.c274 static const char *if_prefix = "if!"; in bindlocal() local
277 if(strncmp(if_prefix, dev, strlen(if_prefix)) == 0) { in bindlocal()
278 dev += strlen(if_prefix); in bindlocal()