Searched refs:ai_udp (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
270 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
276 nb_udp.buf = ai_udp->ai_addr;
277 nb_udp.len = nb_udp.maxlen = ai_udp->ai_addrlen;
281 freeaddrinfo(ai_udp);
457 if (setbindhost(&ai_udp, bindhost[i], hints) == 0) {
460 if ((sock = socket(ai_udp->ai_family,
461 ai_udp->ai_socktype,
462 ai_udp->ai_protocol)) < 0) {
467 if (bind(sock, ai_udp
[all...]

Completed in 51 milliseconds