Lines Matching refs:pbuf
180 struct pbuf *inHead, *inTail;
555 /* input pbuf left over from last session? */
703 nPut(PPPControl *pc, struct pbuf *nb)
705 struct pbuf *b;
727 * pppAppend - append given character to end of given pbuf. If outACCM
729 * If pbuf is full, append another.
730 * Return the current pbuf.
732 static struct pbuf *
733 pppAppend(u_char c, struct pbuf *nb, ext_accm *outACCM)
735 struct pbuf *tb = nb;
766 pppifOutputOverEthernet(int pd, struct pbuf *p)
769 struct pbuf *pb;
810 pppifOutput(struct netif *netif, struct pbuf *pb, ip_addr_t *ipaddr)
817 struct pbuf *headMB = NULL, *tailMB = NULL, *p;
1033 struct pbuf *pb;
1079 struct pbuf *headMB, *tailMB;
1129 ("pppWrite[%d]: Alloc err - dropping pbuf len=%d\n", pd, headMB->len));
1566 struct pbuf *
1567 pppSingleBuf(struct pbuf *p)
1569 struct pbuf *q, *b;
1605 struct pbuf *nb = (struct pbuf *)arg;
1637 PPPDEBUG(LOG_INFO, ("pppInput[%d]: vj_comp in pbuf len=%d\n", pd, nb->len));
1656 PPPDEBUG(LOG_INFO, ("pppInput[%d]: vj_un in pbuf len=%d\n", pd, nb->len));
1676 PPPDEBUG(LOG_INFO, ("pppInput[%d]: ip in pbuf len=%d\n", pd, nb->len));
1751 PPPDEBUG(LOG_INFO, ("pppDrop: pbuf len=%d, addr %p\n", pcrx->inHead->len, (void*)pcrx->inHead));
1783 struct pbuf *nextNBuf;
1826 struct pbuf *inp;
1945 * the received pbuf chain in case a new packet starts. */
1980 pppInProcOverEthernet(int pd, struct pbuf *pb)