Searched refs:pc (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 370 PPPControl* pc; in pppLinkTerminated() local 374 pc = &pppControl[pd]; in pppLinkTerminated() 376 …, ("pppLinkTerminated: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode)); in pppLinkTerminated() 377 if (pc->linkStatusCB) { in pppLinkTerminated() 378 pc->linkStatusCB(pc->linkStatusCtx, pc->errCode ? pc->errCode : PPPERR_PROTOCOL, NULL); in pppLinkTerminated() 381 pc->openFlag = 0;/**/ in pppLinkTerminated() 539 PPPControl *pc; in pppOverSerialOpen() local 554 pc = &pppControl[pd]; in pppOverSerialOpen() 556 pppFreeCurrentInputPacket(&pc->rx); in pppOverSerialOpen() 558 memset(pc, 0, sizeof(PPPControl)); in pppOverSerialOpen() [all …]
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | ip_frag.h | 75 struct pbuf_custom pc; member
|
| /lib/liblwip/src/core/ |
| D | pbuf.c | 663 struct pbuf_custom *pc = (struct pbuf_custom*)p; in pbuf_free() local 664 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL); in pbuf_free() 665 pc->custom_free_function(p); in pbuf_free()
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip_frag.c | 787 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip_frag() 795 pcr->pc.custom_free_function = ipfrag_free_pbuf_custom; in ip_frag()
|