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

/freebsd-9.3-release/usr.sbin/nfsd/
H A Dnfsd.c134 struct addrinfo *ai_udp, *ai_tcp, *ai_udp6, *ai_tcp6, hints; local
289 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
295 nb_udp6.buf = ai_udp6->ai_addr;
296 nb_udp6.len = nb_udp6.maxlen = ai_udp6->ai_addrlen;
300 freeaddrinfo(ai_udp6);
518 if (setbindhost(&ai_udp6, bindhost[i], hints) == 0) {
521 if ((sock = socket(ai_udp6->ai_family,
522 ai_udp6->ai_socktype,
523 ai_udp6->ai_protocol)) < 0) {
535 if (bind(sock, ai_udp6
[all...]

Completed in 51 milliseconds