Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlink.h66 extern size_t link_QueueLen(struct link *);
H A Dmp.c711 add = link_QueueLen(&dl->physical->link); in mp_FillPhysicalQueues()
754 add = link_QueueLen(&dl->physical->link); in mp_FillPhysicalQueues()
1050 if (!link_QueueLen(&s->send.dl->physical->link) && in mpserver_UpdateSet()
1208 return link_QueueLen(&mp->link); in mp_QueueLen()
H A Dlink.c119 link_QueueLen(struct link *l) in link_QueueLen() function
H A Dncp.c325 add = link_QueueLen(&dl->physical->link); in ncp_FillPhysicalQueues()
H A Dphysical.c460 (u_long)link_QueueLen(&p->link)); in physical_ShowStatus()
845 if (w && (force || link_QueueLen(&p->link) || p->out)) { in physical_doUpdateSet()