Home
last modified time | relevance | path

Searched refs:fdhead (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/usr.sbin/rpcbind/
H A Dcheck_bound.c70 static struct fdlist *fdhead; /* Link list of the check fd's */ variable
128 if (fdhead == NULL) { in add_bndlist()
129 fdhead = fdl; in add_bndlist()
146 for (fdl = fdhead; fdl; fdl = fdl->next) in is_bound()
166 for (fdl = fdhead; fdl; fdl = fdl->next) in mergeaddr()
234 for (fdl = fdhead; fdl; fdl = fdl->next) in rpcbind_get_conf()