Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dncp.h69 extern size_t ncp_FillPhysicalQueues(struct ncp *, struct bundle *);
Dncp.c315 ncp_FillPhysicalQueues(struct ncp *ncp, struct bundle *bundle) in ncp_FillPhysicalQueues() function
Dbundle.c468 queued = r ? ncp_FillPhysicalQueues(&bundle->ncp, bundle) : in bundle_UpdateSet()