Searched refs:scope_ptr (Results 1 – 1 of 1) sorted by relevance
723 char *scope_ptr = strchr(myhost, '%'); in bindlocal() local724 if(scope_ptr) in bindlocal()725 *(scope_ptr++) = '\0'; in bindlocal()731 if(scope_ptr) { in bindlocal()736 unsigned long scope_id = strtoul(scope_ptr, NULL, 10); in bindlocal()
Completed in 13 milliseconds