Searched refs:link_PullPacket (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/ppp/ |
| H A D | link.h | 73 extern void link_PullPacket(struct link *, char *, size_t, struct bundle *);
|
| H A D | link.c | 276 link_PullPacket(struct link *l, char *buf, size_t len, struct bundle *b) in link_PullPacket() function
|
| H A D | physical.c | 559 link_PullPacket(&p->link, rbuff, p->input.sz, bundle); in physical_DescriptorRead() 567 link_PullPacket(&p->link, rbuff, n, bundle); in physical_DescriptorRead()
|
| H A D | mp.c | 579 link_PullPacket(&mp->link, MBUF_CTOP(q), q->m_len, mp->bundle); in mp_Assemble()
|