/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | README | 86 Also, there are mailing lists you can subscribe at 89 http://lists.nongnu.org/archive/html/lwip-users/ 90 http://lists.nongnu.org/archive/html/lwip-devel/
|
H A D | UPGRADING | 1 This file lists major changes between release versions that require
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | README | 77 Also, there are mailing lists you can subscribe at 80 http://lists.nongnu.org/archive/html/lwip-users/ 81 http://lists.nongnu.org/archive/html/lwip-devel/
|
H A D | UPGRADING | 1 This file lists major changes between release versions that require
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | README | 92 Also, there are mailing lists you can subscribe at 95 http://lists.nongnu.org/archive/html/lwip-users/ 96 http://lists.nongnu.org/archive/html/lwip-devel/
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcp_impl.h | 310 /* The TCP PCB lists. */ 324 /* Axioms about the above lists: 325 1) Every TCP PCB that is not CLOSED is in one of the lists. 326 2) A PCB is only in one of the lists.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | tcp_priv.h | 330 /* The TCP PCB lists. */ 346 /* Axioms about the above lists: 347 1) Every TCP PCB that is not CLOSED is in one of the lists. 348 2) A PCB is only in one of the lists.
|
H A D | memp_std.h | 6 * to build up various lists of mem pools.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | tcp_priv.h | 315 /* The TCP PCB lists. */ 331 /* Axioms about the above lists: 332 1) Every TCP PCB that is not CLOSED is in one of the lists. 333 2) A PCB is only in one of the lists.
|
H A D | memp_std.h | 6 * to build up various lists of mem pools.
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/ |
H A D | README.md | 43 |[MX25L3206E](http://www.macronix.com/Lists/DataSheet/Attachments/3199/MX25L3206E,%203V,%2032Mb,%20… 44 |[KH25L4006E](http://www.macronix.com.hk/Lists/Datasheet/Attachments/117/KH25L4006E.pdf)|Macronix|4… 45 |[KH25L3206E](http://www.macronix.com.hk/Lists/Datasheet/Attachments/131/KH25L3206E.pdf)|Macronix|3…
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | queue.h | 41 * This file defines five types of data structures: singly-linked lists, 42 * singly-linked tail queues, lists, tail queues, and circular queues. 50 * only be traversed in the forward direction. Singly-linked lists are ideal
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig.txt | 160 This lists all config symbols that contain "hotplug", 220 lists all config symbol entries that contain "hotplug" in
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | memp.c | 98 * Check that memp-lists don't form a circle, using "Floyd's cycle-finding algorithm". 221 * Carves out memp_memory into linked lists for each pool-type.
|
H A D | tcp.c | 168 /* The TCP PCB lists. */ 180 /** An array with all (non-temporary) PCB lists, mainly used for smaller code size */ 265 /** Called when a listen pcb is closed. Iterates all pcb lists and removes the 712 /* Check if the address already is in use (on all lists) */ in tcp_bind() 1025 /* Check all PCB lists. */ in tcp_new_port() 1935 * any of the TCP PCB lists. 1955 * place it on any of the TCP PCB lists. 2516 * Check state consistency of the tcp_pcb lists.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp.c | 116 /* The TCP PCB lists. */ 128 /** An array with all (non-temporary) PCB lists, mainly used for smaller code size */ 184 /** Called when a listen pcb is closed. Iterates all pcb lists and removes the 594 /* Check if the address already is in use (on all lists) */ in tcp_bind() 843 /* Check all PCB lists. */ in tcp_new_port() 1644 * any of the TCP PCB lists. 1663 * place it on any of the TCP PCB lists. 2146 * Check state consistency of the tcp_pcb lists.
|
H A D | memp.c | 98 * Check that memp-lists don't form a circle, using "Floyd's cycle-finding algorithm". 268 * Carves out memp_memory into linked lists for each pool-type.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | build.c | 98 lists of physical nodes */ in jffs2_build_filesystem() 173 /* Rotate the lists by some number to ensure wear levelling */ in jffs2_build_filesystem()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | memp.c | 179 * Check that memp-lists don't form a circle, using "Floyd's cycle-finding algorithm". 335 * Carves out memp_memory into linked lists for each pool-type.
|
H A D | tcp.c | 98 /* The TCP PCB lists. */ 112 /** An array with all (non-temporary) PCB lists, mainly used for smaller code size */ 459 /* Check if the address already is in use (on all lists) */ in tcp_bind() 657 /* Check all PCB lists. */ in tcp_new_port() 1352 * any of the TCP PCB lists. 1724 * Check state consistency of the tcp_pcb lists.
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | INSTALL | 324 `configure', and exit. The `short' variant lists options used 325 only in the top level, while the `recursive' variant lists options
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | main_page.h | 108 * * Switch to cmake as the main build system (Makefile file lists are still 194 * See http://lists.nongnu.org/archive/html/lwip-devel/2017-12/msg00070.html
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/ |
H A D | ltsugar.m4 | 35 # Manipulate m4 lists.
|
/nrf52832-nimble/rt-thread/ |
H A D | LICENSE | 56 communication on electronic mailing lists, source code control systems,
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | LICENSE | 56 communication on electronic mailing lists, source code control systems,
|