Home
last modified time | relevance | path

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

/dragonfly/sbin/mount_nfs/
HDmount_nfs.c185 static const char *netidbytype(int, int);
610 if ((netid = netidbytype(ai->ai_family, nfsargsp->sotype)) == NULL) { in nfs_tryproto()
799 netidbytype(int af, int sotype) in netidbytype() function