Searched refs:pbuf_cat (Results 1 – 22 of 22) sorted by relevance
/third_party/lwip/test/unit/core/ |
D | test_pbuf.c | 92 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/ |
D | netbuf.c | 180 pbuf_cat(head->p, tail->p); in netbuf_chain()
|
D | sockets.c | 1597 pbuf_cat(chain_buf.p, p); in lwip_sendmsg_internal()
|
/third_party/lwip/src/netif/ppp/ |
D | pppos.c | 543 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()
|
D | vj.c | 670 pbuf_cat(np, n0); in vj_uncompress_tcp()
|
D | pppol2tp.c | 185 pbuf_cat(ph, p); in pppol2tp_write()
|
D | pppoe.c | 232 pbuf_cat(ph, p); in pppoe_write()
|
/third_party/lwip/src/include/lwip/ |
D | pbuf.h | 295 void pbuf_cat(struct pbuf *head, struct pbuf *tail);
|
/third_party/lwip/src/core/ipv6/ |
D | ip6_frag.c | 574 pbuf_cat(ipr->p, next_pbuf); in ip6_reass() 824 pbuf_cat(rambuf, newpbuf); in ip6_frag()
|
/third_party/lwip/src/core/ipv4/ |
D | ip4_frag.c | 647 pbuf_cat(p, r); in ip4_reass() 841 pbuf_cat(rambuf, newpbuf); in ip4_frag()
|
/third_party/lwip/src/netif/ |
D | slipif.c | 276 pbuf_cat(priv->q, priv->p); in slipif_rxbyte()
|
D | lowpan6_common.c | 830 pbuf_cat(q, p->next); in lowpan6_decompress()
|
/third_party/lwip/test/unit/ip6/ |
D | test_ip6.c | 311 pbuf_cat(payload, p); in START_TEST()
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 292 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()
|
/third_party/lwip/src/core/ |
D | pbuf.c | 853 pbuf_cat(struct pbuf *h, struct pbuf *t) in pbuf_cat() function 897 pbuf_cat(h, t); in pbuf_chain()
|
D | tcp_in.c | 515 pbuf_cat(recv_data, rest); 1593 pbuf_cat(recv_data, cseg->p);
|
D | tcp_out.c | 651 pbuf_cat(p/*header*/, p2/*data*/); in tcp_write() 738 pbuf_cat(last_unsent->p, concat_p); in tcp_write()
|
D | tcp.c | 1593 pbuf_cat(refused_data, rest); in tcp_process_refused_data()
|
/third_party/lwip/src/apps/altcp_tls/ |
D | altcp_tls_mbedtls.c | 256 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/ |
D | http_client.c | 304 pbuf_cat(req->rx_hdrs, p); in httpc_tcp_recv()
|
D | httpd.c | 2004 pbuf_cat(hs->req, p);
|
/third_party/lwip/src/apps/smtp/ |
D | smtp.c | 1289 pbuf_cat(s->p, p); in smtp_process()
|