Searched refs:ai_tcp6 (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
408 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp6);
414 nb_tcp6.buf = ai_tcp6->ai_addr;
415 nb_tcp6.len = nb_tcp6.maxlen = ai_tcp6->ai_addrlen;
424 freeaddrinfo(ai_tcp6);
720 if (setbindhost(&ai_tcp6, bindhost[i], hints) == 0) {
723 if ((tcp6sock = socket(ai_tcp6->ai_family,
724 ai_tcp6->ai_socktype,
725 ai_tcp6->ai_protocol)) < 0) {
742 if (bind(tcp6sock, ai_tcp6
[all...]

Completed in 95 milliseconds