Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nfsd/
H A Dnfsd.c111 static int setbindhost(struct addrinfo **ia, const char *bindhost,
512 if (setbindhost(&ai_udp, bindhost[i], hints) == 0) { in main()
584 if (setbindhost(&ai_udp6, bindhost[i], hints) == 0) { in main()
666 if (setbindhost(&ai_tcp, bindhost[i], hints) == 0) { in main()
742 if (setbindhost(&ai_tcp6, bindhost[i], hints) == 0) { in main()
881 setbindhost(struct addrinfo **ai, const char *bindhost, struct addrinfo hints) in setbindhost() function