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

/freebsd-13-stable/usr.sbin/ppp/
H A Dlink.h68 extern size_t link_QueueLen(struct link *);
H A Dlink.c121 link_QueueLen(struct link *l) function
H A Dmp.c713 add = link_QueueLen(&dl->physical->link);
756 add = link_QueueLen(&dl->physical->link);
1052 if (!link_QueueLen(&s->send.dl->physical->link) &&
1210 return link_QueueLen(&mp->link);
H A Dncp.c327 add = link_QueueLen(&dl->physical->link);
H A Dphysical.c462 (u_long)link_QueueLen(&p->link));
847 if (w && (force || link_QueueLen(&p->link) || p->out)) {

Completed in 113 milliseconds