Home
last modified time | relevance | path

Searched refs:pbuf_cat (Results 1 – 23 of 23) sorted by relevance

/lib/lwip/lwip/test/unit/core/
A Dtest_pbuf.c86 pbuf_cat(p1, p2); in START_TEST()
117 pbuf_cat(source, p); in START_TEST()
131 pbuf_cat(dest, p); in START_TEST()
134 pbuf_cat(dest, p); in START_TEST()
162 pbuf_cat(a, b); in START_TEST()
237 pbuf_cat(p1, p2); in START_TEST()
238 pbuf_cat(p1, p3); in START_TEST()
/lib/lwip/lwip/src/api/
A Dnetbuf.c180 pbuf_cat(head->p, tail->p); in netbuf_chain()
A Dsockets.c1581 pbuf_cat(chain_buf.p, p); in lwip_sendmsg()
/lib/lwip/lwip/src/netif/ppp/
A Dpppos.c554 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
559 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
662 pbuf_cat(pppos->in_head, pppos->in_tail); in pppos_input()
A Dvj.c670 pbuf_cat(np, n0); in vj_uncompress_tcp()
A Dpppol2tp.c188 pbuf_cat(ph, p); in pppol2tp_write()
A Dpppoe.c249 pbuf_cat(ph, p); in pppoe_write()
/lib/lwip/lwip/test/unit/ip6/
A Dtest_ip6.c330 pbuf_cat(header, data); in START_TEST()
384 pbuf_cat(payload, p); in START_TEST()
/lib/lwip/lwip/src/include/lwip/
A Dpbuf.h295 void pbuf_cat(struct pbuf *head, struct pbuf *tail);
/lib/lwip/lwip/contrib/apps/tcpecho_raw/
A Dtcpecho_raw.c235 pbuf_cat(ptr,p); in tcpecho_raw_recv()
/lib/lwip/lwip/src/core/ipv6/
A Dip6_frag.c574 pbuf_cat(ipr->p, next_pbuf); in ip6_reass()
824 pbuf_cat(rambuf, newpbuf); in ip6_frag()
/lib/lwip/lwip/src/core/ipv4/
A Dip4_frag.c647 pbuf_cat(p, r); in ip4_reass()
841 pbuf_cat(rambuf, newpbuf); in ip4_frag()
/lib/lwip/lwip/src/netif/
A Dslipif.c276 pbuf_cat(priv->q, priv->p); in slipif_rxbyte()
A Dlowpan6_common.c830 pbuf_cat(q, p->next); in lowpan6_decompress()
/lib/lwip/lwip/test/unit/tcp/
A Dtcp_helper.c298 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()
/lib/lwip/lwip/src/core/
A Dpbuf.c855 pbuf_cat(struct pbuf *h, struct pbuf *t) in pbuf_cat() function
899 pbuf_cat(h, t); in pbuf_chain()
A Dtcp_in.c515 pbuf_cat(recv_data, rest);
1598 pbuf_cat(recv_data, cseg->p);
A Dtcp_out.c654 pbuf_cat(p/*header*/, p2/*data*/); in tcp_write()
741 pbuf_cat(last_unsent->p, concat_p); in tcp_write()
A Dtcp.c1596 pbuf_cat(refused_data, rest); in tcp_process_refused_data()
/lib/lwip/lwip/src/apps/altcp_tls/
A Daltcp_tls_mbedtls.c276 pbuf_cat(state->rx, p); in altcp_mbedtls_lower_recv()
450 pbuf_cat(state->rx_app, buf); in altcp_mbedtls_handle_rx_appldata()
/lib/lwip/lwip/src/apps/http/
A Dhttp_client.c304 pbuf_cat(req->rx_hdrs, p); in httpc_tcp_recv()
A Dhttpd.c2012 pbuf_cat(hs->req, p);
/lib/lwip/lwip/src/apps/smtp/
A Dsmtp.c1289 pbuf_cat(s->p, p); in smtp_process()

Completed in 75 milliseconds