Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Dcheck_bound.c77 check_bound(struct fdlist *fdl, const char *uaddr) in check_bound() argument
83 if (fdl->check_binding == FALSE) in check_bound()
86 na = uaddr2taddr(fdl->nconf, uaddr); in check_bound()
90 fd = __rpc_nconf2fd(fdl->nconf); in check_bound()
109 struct fdlist *fdl; in add_bndlist() local
115 fdl = malloc(sizeof(*fdl)); in add_bndlist()
116 if (fdl == NULL) { in add_bndlist()
121 fdl->nconf = newnconf; in add_bndlist()
122 fdl->next = NULL; in add_bndlist()
124 fdhead = fdl; in add_bndlist()
[all …]
/freebsd/usr.sbin/ppp/
H A Dmp.c669 struct datalink *dl, *fdl; in mp_FillPhysicalQueues() local
677 for (fdl = NULL, dl = bundle->links; dl; dl = dl->next) { in mp_FillPhysicalQueues()
679 if (!fdl) { in mp_FillPhysicalQueues()
681 fdl = dl; in mp_FillPhysicalQueues()
690 if (!fdl) { in mp_FillPhysicalQueues()
691 fdl = bundle->links; in mp_FillPhysicalQueues()
692 if (!fdl) in mp_FillPhysicalQueues()
698 for (dl = fdl; nlinks > 0; dl = dl->next, nlinks--, thislink++) { in mp_FillPhysicalQueues()