Searched refs:pscope (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1773 const char *pscope; /* pointer to IPv6 scope ID */ local
1808 pscope = NULL;
1869 pscope = p;
1909 if (pscope) {
1910 for (p=pscope; IS_DIGIT(*p); p++)
1914 if (ifnet_find_by_name(pscope, &interface) == 0)
1919 sin6->sin6_scope_id = strtoul(pscope, NULL, 10);

Completed in 25 milliseconds