Searched refs:netidbytype (Results 1 – 1 of 1) sorted by relevance
139 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