Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/core/
H A Dtest_pbuf.c92 pbuf_cat(p1, p2); in START_TEST()
151 pbuf_cat(p1, p2); in START_TEST()
152 pbuf_cat(p1, p3); in START_TEST()
/third_party/lwip/src/api/
H A Dnetbuf.c180 pbuf_cat(head->p, tail->p); in netbuf_chain()
H A Dsockets.c1601 pbuf_cat(chain_buf.p, p); in lwip_sendmsg_internal()
/third_party/lwip/src/netif/ppp/
H A Dpppos.c543 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
548 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
659 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
H A Dvj.c670 pbuf_cat(np, n0); in vj_uncompress_tcp()
H A Dpppoe.c232 pbuf_cat(ph, p); in pppoe_write()
H A Dpppol2tp.c185 pbuf_cat(ph, p); in pppol2tp_write()
/third_party/lwip/src/include/lwip/
H A Dpbuf.h295 void pbuf_cat(struct pbuf *head, struct pbuf *tail);
/third_party/lwip/src/core/ipv4/
H A Dip4_frag.c667 pbuf_cat(p, r); in ip4_reass()
858 /* Add it to end of rambuf's chain, but using pbuf_cat, not pbuf_chain in ip4_frag()
861 pbuf_cat(rambuf, newpbuf); in ip4_frag()
/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c594 pbuf_cat(ipr->p, next_pbuf); in ip6_reass()
841 /* Add it to end of rambuf's chain, but using pbuf_cat, not pbuf_chain in ip6_frag()
844 pbuf_cat(rambuf, newpbuf); in ip6_frag()
/third_party/lwip/src/netif/
H A Dslipif.c276 pbuf_cat(priv->q, priv->p); in slipif_rxbyte()
H A Dlowpan6_common.c830 pbuf_cat(q, p->next); in lowpan6_decompress()
/third_party/lwip/test/unit/ip6/
H A Dtest_ip6.c311 pbuf_cat(payload, p); in START_TEST()
/third_party/lwip/src/core/
H A Dpbuf.c853 pbuf_cat(struct pbuf *h, struct pbuf *t) in pbuf_cat() function
882 * using it. Use pbuf_cat() instead if you no longer use t.
897 pbuf_cat(h, t); in pbuf_chain()
H A Dtcp_out.c536 * (len==0). The new pbuf is kept in concat_p and pbuf_cat'ed at in tcp_write()
663 pbuf_cat(p/*header*/, p2/*data*/); in tcp_write()
750 pbuf_cat(last_unsent->p, concat_p); in tcp_write()
H A Dtcp_in.c532 pbuf_cat(recv_data, rest);
1627 pbuf_cat(recv_data, cseg->p);
H A Dtcp.c1770 pbuf_cat(refused_data, rest);
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.c292 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()
/third_party/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c256 pbuf_cat(state->rx, p); in altcp_mbedtls_lower_recv()
426 pbuf_cat(state->rx_app, buf); in altcp_mbedtls_handle_rx_appldata()
/third_party/lwip/src/apps/http/
H A Dhttp_client.c304 pbuf_cat(req->rx_hdrs, p); in httpc_tcp_recv()
H A Dhttpd.c2004 pbuf_cat(hs->req, p);
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c1289 pbuf_cat(s->p, p); in smtp_process()

Completed in 36 milliseconds