Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dppp.c817 struct pbuf *headMB = NULL, *tailMB = NULL, *p; in pppifOutput() local
852 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppifOutput()
853 if (headMB == NULL) { in pppifOutput()
883 pbuf_free(headMB); in pppifOutput()
889 tailMB = headMB; in pppifOutput()
942 pbuf_free(headMB); in pppifOutput()
952 nPut(pc, headMB); in pppifOutput()
1079 struct pbuf *headMB, *tailMB; in pppWrite() local
1089 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppWrite()
1090 if (headMB == NULL) { in pppWrite()
[all …]