Home
last modified time | relevance | path

Searched refs:pbuf_layer (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dpbuf.h55 } pbuf_layer; typedef
146 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type);
148 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
163 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer);
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dpbuf.h95 } pbuf_layer; typedef
223 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type);
225 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
243 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer);
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dpbuf.h112 } pbuf_layer; typedef
272 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type);
275 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
301 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer);
302 struct pbuf *pbuf_clone(pbuf_layer l, pbuf_type type, struct pbuf *p);
/components/net/lwip/lwip-2.1.2/src/core/
A Dpbuf.c224 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc()
363 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
1278 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce()
1306 pbuf_clone(pbuf_layer layer, pbuf_type type, struct pbuf *p) in pbuf_clone()
A Dtcp_out.c225 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc()
/components/net/lwip/lwip-1.4.1/src/core/
A Dpbuf.c207 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc()
367 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
1010 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce()
A Dtcp_out.c219 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc()
/components/net/lwip/lwip-2.0.3/src/core/
A Dpbuf.c248 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc()
425 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
1229 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce()
A Dtcp_out.c233 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc()

Completed in 41 milliseconds