Searched refs:in_head (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppos.h89 struct pbuf *in_head, *in_tail; /* The input packet. */ member in struct:pppos_pcb_s
H A Dpppos.c525 if (pppos->in_tail != pppos->in_head) {
526 pbuf_cat(pppos->in_head, pppos->in_tail);
530 if (pppos->in_tail != pppos->in_head) {
531 pbuf_cat(pppos->in_head, pppos->in_tail);
534 pbuf_realloc(pppos->in_head, pppos->in_head->tot_len - 2);
538 inp = pppos->in_head;
540 pppos->in_head = NULL;
638 if (pppos->in_tail != pppos->in_head) {
639 pbuf_cat(pppos->in_head, pppo
[all...]
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppos.c525 if (pppos->in_tail != pppos->in_head) {
526 pbuf_cat(pppos->in_head, pppos->in_tail);
530 if (pppos->in_tail != pppos->in_head) {
531 pbuf_cat(pppos->in_head, pppos->in_tail);
534 pbuf_realloc(pppos->in_head, pppos->in_head->tot_len - 2);
538 inp = pppos->in_head;
540 pppos->in_head = NULL;
638 if (pppos->in_tail != pppos->in_head) {
639 pbuf_cat(pppos->in_head, pppo
[all...]

Completed in 42 milliseconds