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

/freebsd-12-stable/usr.sbin/rpcbind/
H A Dcheck_bound.c83 check_bound(struct fdlist *fdl, char *uaddr) argument
89 if (fdl->check_binding == FALSE)
92 na = uaddr2taddr(fdl->nconf, uaddr);
96 fd = __rpc_nconf2fd(fdl->nconf);
115 struct fdlist *fdl; local
121 fdl = malloc(sizeof (struct fdlist));
122 if (fdl == NULL) {
127 fdl->nconf = newnconf;
128 fdl->next = NULL;
130 fdhead = fdl;
145 struct fdlist *fdl; local
163 struct fdlist *fdl; local
234 struct fdlist *fdl; local
[all...]
/freebsd-12-stable/usr.sbin/ppp/
H A Dmp.c671 struct datalink *dl, *fdl; local
679 for (fdl = NULL, dl = bundle->links; dl; dl = dl->next) {
681 if (!fdl) {
683 fdl = dl;
692 if (!fdl) {
693 fdl = bundle->links;
694 if (!fdl)
700 for (dl = fdl; nlinks > 0; dl = dl->next, nlinks--, thislink++) {

Completed in 103 milliseconds