Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dpppos.c542 if (pppos->in_tail != pppos->in_head) { in pppos_input()
543 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
547 if (pppos->in_tail != pppos->in_head) { in pppos_input()
548 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
551 pbuf_realloc(pppos->in_head, pppos->in_head->tot_len - 2); in pppos_input()
555 inp = pppos->in_head; in pppos_input()
557 pppos->in_head = NULL; in pppos_input()
658 if (pppos->in_tail != pppos->in_head) { in pppos_input()
659 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
671 if (pppos->in_head == NULL) { in pppos_input()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dpppos.h93 struct pbuf *in_head, *in_tail; /* The input packet. */ member