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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1755 * 2 dots = just port
1756 * 3 dots = just IPv4 no port
1757 * 5 dots = IPv4 and port
1779 int dots; /* # of dots */ local
1804 dots = 0;
1822 if (!dots) {
1826 if (++dots > 5)
1834 if ((dots != 2) && (dots !
[all...]

Completed in 14 milliseconds