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

/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcbind.c101 static struct sockaddr **bound_sa; variable in typeref:struct:sockaddr
687 * bound_sa will have a list of the addresses that the program binds
689 * struct sockaddr * and stores them in bound_sa.
699 bound_sa = malloc(sizeof(*bound_sa) * nhosts);
705 bound_sa[i] = malloc(res->ai_addrlen);
706 memcpy(bound_sa[i], res->ai_addr, res->ai_addrlen);
714 * in bound_sa, we return true. If not, we return false.
729 if (bound_sa[i] == NULL ||
730 sa->sa_family != bound_sa[
[all...]

Completed in 111 milliseconds