Home
last modified time | relevance | path

Searched refs:api (Results 1 – 25 of 27) sorted by relevance

12

/components/net/lwip/lwip-2.0.3/
A DSConscript4 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 DCHANGELOG404 * 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 DUPGRADING78 * 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 DSConscript5 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 DCHANGELOG25 * 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 DFilelists.mk71 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 DFILES1 api/ - The code for the high-level wrapper API. Not needed if
/components/net/lwip/lwip-2.1.2/src/
A DFilelists.mk74 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 DFilelists.cmake80 ${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 DFILES1 api/ - The code for the high-level wrapper API. Not needed if
/components/net/lwip/lwip-2.1.2/
A DSConscript60 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 DCHANGELOG657 * 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 DUPGRADING113 * 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 DFILES2 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 DFILES2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
/components/legacy/fdt/
A DREADME.md32 * 完整的 API 手册可以访问这个[链接](docs/api.md)
/components/net/lwip/lwip-2.1.2/test/unit/
A DFilelists.mk34 $(TESTDIR)/api/test_sockets.c \
A DFilelists.cmake14 ${LWIP_TESTDIR}/api/test_sockets.c
/components/drivers/ktime/
A DREADME.md49 hrtimer 还提供了一套 rt_timer 风格的 api
/components/net/lwip/lwip-1.4.1/src/
A DFILES1 api/ - The code for the high-level wrapper API. Not needed if
/components/drivers/usb/cherryusb/
A DREADME.md24 …, registration api, command callback api, data sending and receiving api; host: initialisation, lo…
/components/utilities/
A DKconfig29 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 Dtcp_out.c266 #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 Dtcp_out.c279 #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 Drawapi.txt37 - api.h

Completed in 136 milliseconds

12