Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dpbuf.h134 void pbuf_chain(struct pbuf *head, struct pbuf *tail);
/external/syslinux/core/lwip/src/core/
Draw.c223 pbuf_chain(q, p); in raw_sendto()
Dpbuf.c763 pbuf_chain(struct pbuf *h, struct pbuf *t) in pbuf_chain() function
Dudp.c525 pbuf_chain(q, p);
/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c618 pbuf_chain(np, n0->next); in vj_uncompress_tcp()
Dppp.c780 pbuf_chain(pb, p); in pppifOutputOverEthernet()
/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c828 pbuf_chain(header, rambuf); in ip_frag()