Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c805 struct pbuf *headMB = NULL, *tailMB = NULL, *p; in pppifOutput() local
840 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppifOutput()
841 if (headMB == NULL) { in pppifOutput()
871 pbuf_free(headMB); in pppifOutput()
877 tailMB = headMB; in pppifOutput()
930 pbuf_free(headMB); in pppifOutput()
940 nPut(pc, headMB); in pppifOutput()
1067 struct pbuf *headMB, *tailMB; in pppWrite() local
1077 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppWrite()
1078 if (headMB == NULL) { in pppWrite()
[all …]