Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dncp.h67 extern size_t ncp_FillPhysicalQueues(struct ncp *, struct bundle *);
H A Dncp.c313 ncp_FillPhysicalQueues(struct ncp *ncp, struct bundle *bundle) in ncp_FillPhysicalQueues() function
H A Dbundle.c466 queued = r ? ncp_FillPhysicalQueues(&bundle->ncp, bundle) : in bundle_UpdateSet()