/components/net/lwip/lwip-2.0.3/ |
A D | SConscript | 4 src/api/api_lib.c 5 src/api/api_msg.c 6 src/api/err.c 7 src/api/netbuf.c 8 src/api/netdb.c 9 src/api/netifapi.c 10 src/api/sockets.c 11 src/api/tcpip.c
|
A D | CHANGELOG | 404 * patch #7885: modification of api modules to support FreeRTOS-MPU 1381 * api.h, api_lib.c, api_msg.c, sockets.c: task #7865 (implement non- 1442 * api.h, api_msg.c, sockets.c: Added except set support in select 1446 * api.h, sockets.h, err.h, api_lib.c, api_msg.c, sockets.c, err.c: 1855 * api_lib.c, api_msg.c, (api_msg.h, api.h, sockets.c, tcpip.c): 2179 * api_msg.c, sockets.c, api.h: BUG23240 use signed counters for 2184 * api_msg.c api.h: BUG26722: initialise netconn write variables 2572 dns resolver function for netconn api (netconn_gethostbyname) and socket api 2592 implementation from netconn api applications. 2605 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api [all …]
|
A D | UPGRADING | 78 * Added pools for IPv6, MPU_COMPATIBLE, dns-api, netif-api, etc. 101 * modification of api modules to support FreeRTOS-MPU (don't pass stack-pointers to other threads)
|
/components/net/lwip/lwip-1.4.1/ |
A D | SConscript | 5 src/api/api_lib.c 6 src/api/api_msg.c 7 src/api/err.c 8 src/api/netbuf.c 9 src/api/netdb.c 10 src/api/netifapi.c 11 src/api/sockets.c 12 src/api/tcpip.c
|
A D | CHANGELOG | 25 * opt.h, api.h, api_lib.c, api_msg.h/.c, sockets.c: Implemented timeout on 425 * api.h, api_lib.c, api_msg.c, sockets.c: task #7865 (implement non- 486 * api.h, api_msg.c, sockets.c: Added except set support in select 490 * api.h, sockets.h, err.h, api_lib.c, api_msg.c, sockets.c, err.c: 899 * api_lib.c, api_msg.c, (api_msg.h, api.h, sockets.c, tcpip.c): 1223 * api_msg.c, sockets.c, api.h: BUG23240 use signed counters for 1228 * api_msg.c api.h: BUG26722: initialise netconn write variables 1616 dns resolver function for netconn api (netconn_gethostbyname) and socket api 1636 implementation from netconn api applications. 1649 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api [all …]
|
/components/net/lwip/lwip-2.0.3/src/ |
A D | Filelists.mk | 71 APIFILES=$(LWIPDIR)/api/api_lib.c \ 72 $(LWIPDIR)/api/api_msg.c \ 73 $(LWIPDIR)/api/err.c \ 74 $(LWIPDIR)/api/netbuf.c \ 75 $(LWIPDIR)/api/netdb.c \ 76 $(LWIPDIR)/api/netifapi.c \ 77 $(LWIPDIR)/api/sockets.c \ 78 $(LWIPDIR)/api/tcpip.c
|
A D | FILES | 1 api/ - The code for the high-level wrapper API. Not needed if
|
/components/net/lwip/lwip-2.1.2/src/ |
A D | Filelists.mk | 74 APIFILES=$(LWIPDIR)/api/api_lib.c \ 75 $(LWIPDIR)/api/api_msg.c \ 76 $(LWIPDIR)/api/err.c \ 77 $(LWIPDIR)/api/if_api.c \ 78 $(LWIPDIR)/api/netbuf.c \ 79 $(LWIPDIR)/api/netdb.c \ 80 $(LWIPDIR)/api/netifapi.c \ 81 $(LWIPDIR)/api/sockets.c \ 82 $(LWIPDIR)/api/tcpip.c
|
A D | Filelists.cmake | 80 ${LWIP_DIR}/src/api/api_lib.c 81 ${LWIP_DIR}/src/api/api_msg.c 82 ${LWIP_DIR}/src/api/err.c 83 ${LWIP_DIR}/src/api/if_api.c 84 ${LWIP_DIR}/src/api/netbuf.c 85 ${LWIP_DIR}/src/api/netdb.c 86 ${LWIP_DIR}/src/api/netifapi.c 87 ${LWIP_DIR}/src/api/sockets.c 88 ${LWIP_DIR}/src/api/tcpip.c
|
A D | FILES | 1 api/ - The code for the high-level wrapper API. Not needed if
|
/components/net/lwip/lwip-2.1.2/ |
A D | SConscript | 60 src/api/api_lib.c 61 src/api/api_msg.c 62 src/api/err.c 63 src/api/if_api.c 64 src/api/netbuf.c 65 src/api/netdb.c 66 src/api/netifapi.c 67 src/api/sockets.c 68 src/api/tcpip.c
|
A D | CHANGELOG | 657 * patch #7885: modification of api modules to support FreeRTOS-MPU 1634 * api.h, api_lib.c, api_msg.c, sockets.c: task #7865 (implement non- 1695 * api.h, api_msg.c, sockets.c: Added except set support in select 1699 * api.h, sockets.h, err.h, api_lib.c, api_msg.c, sockets.c, err.c: 2108 * api_lib.c, api_msg.c, (api_msg.h, api.h, sockets.c, tcpip.c): 2432 * api_msg.c, sockets.c, api.h: BUG23240 use signed counters for 2437 * api_msg.c api.h: BUG26722: initialise netconn write variables 2825 dns resolver function for netconn api (netconn_gethostbyname) and socket api 2845 implementation from netconn api applications. 2858 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api [all …]
|
A D | UPGRADING | 113 * Added pools for IPv6, MPU_COMPATIBLE, dns-api, netif-api, etc. 136 * modification of api modules to support FreeRTOS-MPU (don't pass stack-pointers to other threads)
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/ |
A D | FILES | 2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/ |
A D | FILES | 2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|
/components/legacy/fdt/ |
A D | README.md | 32 * 完整的 API 手册可以访问这个[链接](docs/api.md)
|
/components/net/lwip/lwip-2.1.2/test/unit/ |
A D | Filelists.mk | 34 $(TESTDIR)/api/test_sockets.c \
|
A D | Filelists.cmake | 14 ${LWIP_TESTDIR}/api/test_sockets.c
|
/components/drivers/ktime/ |
A D | README.md | 49 hrtimer 还提供了一套 rt_timer 风格的 api
|
/components/net/lwip/lwip-1.4.1/src/ |
A D | FILES | 1 api/ - The code for the high-level wrapper API. Not needed if
|
/components/drivers/usb/cherryusb/ |
A D | README.md | 24 …, registration api, command callback api, data sending and receiving api; host: initialisation, lo…
|
/components/utilities/ |
A D | Kconfig | 29 These log will not compile into ROM when using LOG_X api. 50 These log will not compile into ROM when using LOG_X api.
|
/components/net/lwip/lwip-1.4.1/src/core/ |
A D | tcp_out.c | 266 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument
|
/components/net/lwip/lwip-2.0.3/src/core/ |
A D | tcp_out.c | 279 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument
|
/components/net/lwip/lwip-1.4.1/doc/ |
A D | rawapi.txt | 37 - api.h
|