OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bound_sa
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/rpcbind/
rpcbind.c
111
static struct sockaddr **
bound_sa
;
variable in typeref:struct:sockaddr **
740
*
bound_sa
will have a list of the addresses that the program binds
742
* struct sockaddr * and stores them in
bound_sa
.
752
bound_sa
= calloc(nhosts, sizeof(*
bound_sa
));
753
if (
bound_sa
== NULL)
760
bound_sa
[i] = malloc(res->ai_addrlen);
761
if (
bound_sa
[i] == NULL)
763
memcpy(
bound_sa
[i], res->ai_addr, res->ai_addrlen);
771
* in
bound_sa
, we return true. If not, we return false
[
all
...]
Completed in 47 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025