Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/nfsd/
H A Dnfsd.c124 static int setbindhost(struct addrinfo **ia, const char *bindhost,
508 if (setbindhost(&ai_udp, bindhost[i], hints) == 0) { in main()
574 if (setbindhost(&ai_udp6, bindhost[i], hints) == 0) { in main()
650 if (setbindhost(&ai_tcp, bindhost[i], hints) == 0) { in main()
720 if (setbindhost(&ai_tcp6, bindhost[i], hints) == 0) { in main()
853 setbindhost(struct addrinfo **ai, const char *bindhost, struct addrinfo hints) in setbindhost() function