Home
last modified time | relevance | path

Searched refs:layer (Results 1 – 8 of 8) sorted by relevance

/lib/liblwip/doc/
DFILES6 sys_arch.txt - The documentation for a system abstraction layer of lwIP.
Dsys_arch.txt5 The operating system emulation layer provides a common interface
17 implemented in a higher layer.
20 the OS emulation layer must provide several header files defining
46 Is called to initialize the sys_arch layer.
218 Additional files required for the "OS support" emulation layer:
Drawapi.txt305 --- Lower layer TCP interface
/lib/liblwip/src/include/lwip/
Dpbuf.h163 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer);
/lib/liblwip/src/core/
Dpbuf.c207 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() argument
215 switch (layer) { in pbuf_alloc()
1010 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce() argument
1017 q = pbuf_alloc(layer, p->tot_len, PBUF_RAM); in pbuf_coalesce()
Dtcp_out.c219 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc() argument
255 p = pbuf_alloc(layer, alloc, PBUF_RAM); in tcp_pbuf_prealloc()
266 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument
/lib/liblwip/
DUPGRADING54 +++ sys layer:
DCHANGELOG64 Added pbuf flags to mark incoming packets as link-layer broadcast/multicast.
332 link-layer-addressed UDP traffic to be received while a netif is down (just
452 * sys layer: task #10139 (Prefer statically allocated memory): converted
1659 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api
1660 layer. This option enable to delayed TCP PUSH flag on multiple "write" calls.
1756 the netif's "init" function). Use the "imr_interface" field (for socket layer)
1757 and/or the "interface" field (for netconn layer), for join/leave operations.
1792 * netif.h, netif.c: Integrate "patch #6163 : Function to check if link layer is up".
2218 reduce a little bit the footprint for socket layer (lwip_getpeername &
2641 (protecting ARP layer against concurrent access). You can also disable
[all …]