Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/mount_nfs/
Dmount_nfs.c139 static const char *netidbytype(int af, int sotype);
697 if ((netid = netidbytype(ai->ai_family, sotype)) == NULL) { in nfs_tryproto()
711 if ((netid_mnt = netidbytype(ai->ai_family, SOCK_DGRAM)) in nfs_tryproto()
934 netidbytype(int af, int sotype) in netidbytype() function