Searched refs:netidbytype (Results 1 – 1 of 1) sorted by relevance
133 static const char *netidbytype(int af, int sotype);778 if ((netid = netidbytype(ai->ai_family, sotype)) == NULL) { in nfs_tryproto()792 if ((netid_mnt = netidbytype(ai->ai_family, SOCK_DGRAM)) in nfs_tryproto()1049 netidbytype(int af, int sotype) in netidbytype() function