Searched refs:ai_udp6 (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c161 struct addrinfo *ai_udp, *ai_tcp, *ai_udp6, *ai_tcp6, hints; local
360 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
366 nb_udp6.buf = ai_udp6->ai_addr;
367 nb_udp6.len = nb_udp6.maxlen = ai_udp6->ai_addrlen;
376 freeaddrinfo(ai_udp6);
574 if (setbindhost(&ai_udp6, bindhost[i], hints) == 0) {
577 if ((sock = socket(ai_udp6->ai_family,
578 ai_udp6->ai_socktype,
579 ai_udp6->ai_protocol)) < 0) {
591 if (bind(sock, ai_udp6
[all...]

Completed in 52 milliseconds