Searched refs:pbuf_cat (Results 1 - 25 of 30) sorted by relevance

12

/barrelfish-master/include/lwip/lwip/
H A Dpbuf.h128 void pbuf_cat(struct pbuf *head, struct pbuf *tail);
/barrelfish-master/lib/lwip/src/api/
H A Dnetbuf.c167 pbuf_cat(head->p, tail->p);
/barrelfish-master/lib/lwip2/src/api/
H A Dnetbuf.c176 pbuf_cat(head->p, tail->p);
/barrelfish-master/lib/lwip/src/netif/
H A Dslipif.c181 pbuf_cat(q, p);
/barrelfish-master/include/lwip2/lwip/
H A Dpbuf.h235 void pbuf_cat(struct pbuf *head, struct pbuf *tail);
/barrelfish-master/lib/lwip2/src/apps/tcpecho_raw/
H A Dtcpecho_raw.c237 pbuf_cat(ptr,p);
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dip_frag.c598 pbuf_cat(p, r);
744 /* Add it to end of rambuf's chain, but using pbuf_cat, not pbuf_chain
747 pbuf_cat(rambuf, newpbuf);
/barrelfish-master/lib/lwip2/src/barrelfish/
H A Dpbuf_barrelfish.c309 pbuf_cat(struct pbuf *h, struct pbuf *t) function
338 * using it. Use pbuf_cat() instead if you no longer use t.
353 pbuf_cat(h, t);
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4_frag.c602 pbuf_cat(p, r);
776 /* Add it to end of rambuf's chain, but using pbuf_cat, not pbuf_chain
779 pbuf_cat(rambuf, newpbuf);
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6_frag.c538 pbuf_cat(ipr->p, next_pbuf);
764 /* Add it to end of rambuf's chain, but using pbuf_cat, not pbuf_chain
767 pbuf_cat(rambuf, newpbuf);
/barrelfish-master/lib/lwip2/src/netif/
H A Dslipif.c276 pbuf_cat(priv->q, priv->p);
H A Dlowpan6.c955 pbuf_cat(q, p->next);
1102 pbuf_cat(lrh->pbuf, p);
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppos.c526 pbuf_cat(pppos->in_head, pppos->in_tail);
531 pbuf_cat(pppos->in_head, pppos->in_tail);
639 pbuf_cat(pppos->in_head, pppos->in_tail);
H A Dvj.c679 pbuf_cat(np, n0);
H A Dpppol2tp.c185 pbuf_cat(ph, p);
/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppos.c526 pbuf_cat(pppos->in_head, pppos->in_tail);
531 pbuf_cat(pppos->in_head, pppos->in_tail);
639 pbuf_cat(pppos->in_head, pppos->in_tail);
H A Dvj.c679 pbuf_cat(np, n0);
H A Dpppol2tp.c185 pbuf_cat(ph, p);
/barrelfish-master/lib/lwip/src/core/
H A Dpbuf.c979 void pbuf_cat(struct pbuf *h, struct pbuf *t) function
1009 * using it. Use pbuf_cat() instead if you no longer use t.
1023 pbuf_cat(h, t);
H A Dtcp_out.c315 pbuf_cat(seg->p /*header */ , p /*data */ );
401 pbuf_cat(useg->p, queue->p);
H A Dtcp_in.c1267 pbuf_cat(recv_data, cseg->p);
/barrelfish-master/lib/lwip2/src/core/
H A Dpbuf.c840 pbuf_cat(struct pbuf *h, struct pbuf *t) function
869 * using it. Use pbuf_cat() instead if you no longer use t.
884 pbuf_cat(h, t);
H A Dtcp_out.c492 * (len==0). The new pbuf is kept in concat_p and pbuf_cat'ed at
613 pbuf_cat(p/*header*/, p2/*data*/);
700 pbuf_cat(last_unsent->p, concat_p);
H A Dtcp_in.c457 pbuf_cat(recv_data, rest);
1495 pbuf_cat(recv_data, cseg->p);
/barrelfish-master/lib/lwip2/src/apps/smtp/
H A Dsmtp.c1271 pbuf_cat(s->p, p);

Completed in 301 milliseconds

12