| /components/lwp/terminal/freebsd/ |
| A D | tty_outq.c | 83 to->to_firstblock = to->to_firstblock->tob_next; \ 90 if (to->to_quota <= to->to_nblocks) \ 98 to->to_begin = 0; in ttyoutq_flush() 99 to->to_end = 0; in ttyoutq_flush() 108 while (to->to_quota > to->to_nblocks) in ttyoutq_setsize() 139 ttyoutq_flush(to); in ttyoutq_free() 140 to->to_quota = 0; in ttyoutq_free() 161 if (to->to_begin == to->to_end) in ttyoutq_read() 174 cend = MIN(MIN(to->to_end, to->to_begin + len), TTYOUTQ_DATASIZE); in ttyoutq_read() 225 if (to->to_begin == to->to_end) in ttyoutq_read_uio() [all …]
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 2 ports or applications to be changed. Use it to update a port or an 16 * Renamed mem_realloc() to mem_trim() to prevent confusion with realloc() 29 err_t, not a pointer to new data/netconn. 56 * Converted mbox- and semaphore-functions to take pointers to sys_mbox_t/ 69 space is used for later calls to tcp_write. 71 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs 86 so MEMP_NUM_NETDB has to be set accordingly. 92 to be set accordingly. 95 has to be set accordingly 116 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to [all …]
|
| A D | CHANGELOG | 55 Also added code to allow ip_forward() to forward non-broadcast packets to 245 to other options 1028 value for TCP_WND to 4*TCP_MSS to keep delayed ACK working. 1199 to loopif 1225 sent to mbox 1253 to crash 1713 Enable to access to these fields with LWIP_TCP=0. 1915 (defaulting to off for now) that can be set to 0 to send fragmented 1983 allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp 2133 has to be set to 0 in lwipopts.h [all …]
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 2 ports or applications to be changed. Use it to update a port or an 24 netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare 32 …* Changed netif "up" flag handling to be an administrative flag (as opposed to the previous meanin… 36 …* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only). 85 or to move buffers to dedicated memory using compiler attributes 115 * Renamed mem_realloc() to mem_trim() to prevent confusion with realloc() 155 * Converted mbox- and semaphore-functions to take pointers to sys_mbox_t/ 170 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs 191 to be set accordingly. 215 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to [all …]
|
| A D | CHANGELOG | 746 be used to revert to the old 'winsock' style behaviour) 1011 Also added code to allow ip_forward() to forward non-broadcast packets to 1984 value for TCP_WND to 4*TCP_MSS to keep delayed ACK working. 2155 to loopif 2181 sent to mbox 2209 to crash 2669 Enable to access to these fields with LWIP_TCP=0. 2871 (defaulting to off for now) that can be set to 0 to send fragmented 2939 allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp 3089 has to be set to 0 in lwipopts.h [all …]
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 2 ports or applications to be changed. Use it to update a port or an 32 * tcpip_trycallback() was renamed to tcpip_callbackmsg_trycallback() to avoid confusion 43 These can be used to post preallocated messages from an ISR to the tcpip thread 59 netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare 120 or to move buffers to dedicated memory using compiler attributes 150 * Renamed mem_realloc() to mem_trim() to prevent confusion with realloc() 190 * Converted mbox- and semaphore-functions to take pointers to sys_mbox_t/ 205 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs 226 to be set accordingly. 250 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to [all …]
|
| A D | CHANGELOG | 999 be used to revert to the old 'winsock' style behaviour) 1264 Also added code to allow ip_forward() to forward non-broadcast packets to 2237 value for TCP_WND to 4*TCP_MSS to keep delayed ACK working. 2408 to loopif 2434 sent to mbox 2462 to crash 2922 Enable to access to these fields with LWIP_TCP=0. 3124 (defaulting to off for now) that can be set to 0 to send fragmented 3192 allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp 3342 has to be set to 0 in lwipopts.h [all …]
|
| /components/lwp/terminal/ |
| A D | bsd_ttyqueue.h | 146 void ttyoutq_flush(struct ttyoutq *to); 148 void ttyoutq_free(struct ttyoutq *to); 154 rt_inline size_t ttyoutq_getsize(struct ttyoutq *to) in ttyoutq_getsize() argument 156 return (to->to_nblocks * TTYOUTQ_DATASIZE); in ttyoutq_getsize() 161 return (to->to_quota * TTYOUTQ_DATASIZE); in ttyoutq_getallocatedsize() 164 rt_inline size_t ttyoutq_bytesleft(struct ttyoutq *to) in ttyoutq_bytesleft() argument 169 len = to->to_nblocks * TTYOUTQ_DATASIZE; in ttyoutq_bytesleft() 170 MPASS(len >= to->to_end); in ttyoutq_bytesleft() 172 return (len - to->to_end); in ttyoutq_bytesleft() 175 rt_inline size_t ttyoutq_bytesused(struct ttyoutq *to) in ttyoutq_bytesused() argument [all …]
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 98 # documentation (similar to Javadoc). Set to NO to disable this. 325 # tag to YES in order to let doxygen match functions declarations and 524 # and Mac users are advised to set this option to NO. 551 # which file to include in order to use the member. 1047 # specified. Set to NO to disable this. 1345 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1490 # output directory to force them to be regenerated. 2253 # set to NO 2418 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to 2423 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make [all …]
|
| A D | lwip.Doxyfile.cmake.in | 98 # documentation (similar to Javadoc). Set to NO to disable this. 325 # tag to YES in order to let doxygen match functions declarations and 524 # and Mac users are advised to set this option to NO. 551 # which file to include in order to use the member. 1047 # specified. Set to NO to disable this. 1345 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1490 # output directory to force them to be regenerated. 2253 # set to NO 2418 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to 2423 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make [all …]
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 98 # documentation (similar to Javadoc). Set to NO to disable this. 316 # tag to YES in order to let doxygen match functions declarations and 515 # and Mac users are advised to set this option to NO. 542 # which file to include in order to use the member. 1036 # specified. Set to NO to disable this. 1334 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1479 # output directory to force them to be regenerated. 2230 # set to NO 2397 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to 2402 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make [all …]
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | snmp_agent.txt | 41 All routes are considered to be up (U). 58 to your local lwipopts.h: 65 Note you'll might need to adapt you network driver to update 75 to non-volatile memory for sysContact, sysLocation, 82 Additionally you may want to set 88 Also before starting the agent you need to setup 95 the call to udp_init(). 101 An alternative way to update the SNMP uptime timestamp is to do a call like 114 If want to extend the agent with your own private MIB you'll need to 115 add the following define to your local lwipopts.h: [all …]
|
| A D | contrib.txt | 6 2 How to contribute to lwIP 8 Here is a short list of suggestions to anybody working with lwIP and 9 trying to contribute bug reports, fixes, enhancements, platform ports etc. 11 to fixes or questions might often come late. Hopefully the bug and patch tracking 31 (This forces you to synchronize documentation and implementation.) 43 is to NOT touch archs you can't test and let maintainers take care of them. 44 This is a good way to see if they are used at all - the same goes for unix 46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report 53 6. Patches should be specific to a single change or to related changes.Do not mix bugfixes with spe… 55 …change behaviour if not necessary.A patch is easier to read and understand if it's to the point an… [all …]
|
| A D | rawapi.txt | 6 to use for communication with the TCP/IP code: 12 to use the lwIP stack. It is quite similar to the BSD socket API. The 83 argument. Also, in order to be able to keep program specific state, 114 can be specified as IP_ADDR_ANY in order to bind the connection to 165 Sets up the pcb to connect to the remote host and sends the 209 The proper way to use this function is to call the function with at 318 The UDP interface is similar to that of TCP, but due to the lower 335 can be IP_ADDR_ANY to indicate that it should listen to any local IP 468 introduction to this subject. 488 For a production release it is recommended to set LWIP_STATS to 0. [all …]
|
| A D | savannah.txt | 6 2 - Committers/developers CVS access using SSH (to be written) 7 3 - Merging from DEVEL branch to main trunk (stable branch) 8 4 - How to release lwIP 43 Try to login using SSH: 50 Server refused to allocate pty 53 are allowed to use SSH for CVS only. Now, you should be able to do this: 66 3 Merging from DEVEL branch to main trunk (stable) 71 in the future. Conflicts can be hard to solve! 88 and 'DEVEL' to your work set of files) 91 cvs commit -R -m "Merged from DEVEL to main." [all …]
|
| A D | sys_arch.txt | 8 small changes to a few header files and a new sys_arch 26 either as a queue which allows multiple messages to be posted to a 46 Is called to initialize the sys_arch layer. 68 Blocks the thread while waiting for the semaphore to be 115 Posts the "msg" to the mailbox. This function have to block until 120 Try to post the "msg" to the mailbox. Returns ERR_MEM if this one 169 to be implemented as well: 175 argument to the thread() function. The stack size to used for this thread is 223 to sys_arch.h.) 258 sys_arch.h - Tied to sys_arch.c [all …]
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | contrib.txt | 6 2 How to contribute to lwIP 8 Here is a short list of suggestions to anybody working with lwIP and 9 trying to contribute bug reports, fixes, enhancements, platform ports etc. 11 to fixes or questions might often come late. Hopefully the bug and patch tracking 31 (This forces you to synchronize documentation and implementation.) 43 is to NOT touch archs you can't test and let maintainers take care of them. 44 This is a good way to see if they are used at all - the same goes for unix 46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report 49 5. Patches should be specific to a single change or to related changes. Do not mix bugfixes with sp… 51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a… [all …]
|
| A D | rawapi.txt | 6 to use for communication with the TCP/IP code: 18 to use the lwIP stack. It is quite similar to the BSD socket API. The 113 argument. Also, in order to be able to keep program specific state, 144 can be specified as IP_ADDR_ANY in order to bind the connection to 186 Sets up the pcb to connect to the remote host and sends the 230 The proper way to use this function is to call the function with at 328 The UDP interface is similar to that of TCP, but due to the lower 345 can be IP_ADDR_ANY to indicate that it should listen to any local IP 454 introduction to this subject. 476 For a production release it is recommended to set LWIP_STATS to 0. [all …]
|
| A D | ppp.txt | 192 * data, buffer to write to serial port 249 * want to set this interface as default route to settle the chicken 251 * ipaddr, IP to connect to 252 * port, UDP port to connect to (usually 1701) 253 * secret, L2TP secret to use 277 * only need to be done once. 304 * only need to be done once. 327 /* Require peer to authenticate */ 393 the pppos_input_tcpip() function to pass input data to the lwIP core thread 407 * Fonction to call for received data [all …]
|
| A D | savannah.txt | 7 3 - Merging a development branch to master branch 8 4 - How to release lwIP 40 Try to login using SSH: 49 You tried to execute: 50 Sorry, you are not allowed to execute that command. 51 Shared connection to git.sv.gnu.org closed. 54 are allowed to use SSH for Git only. Now, you should be able to do this: 65 3 - Merging a development branch to master branch 74 Merge the development branch to master: 86 4 How to release lwIP [all …]
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | contrib.txt | 6 2 How to contribute to lwIP 8 Here is a short list of suggestions to anybody working with lwIP and 9 trying to contribute bug reports, fixes, enhancements, platform ports etc. 11 to fixes or questions might often come late. Hopefully the bug and patch tracking 31 (This forces you to synchronize documentation and implementation.) 43 is to NOT touch archs you can't test and let maintainers take care of them. 44 This is a good way to see if they are used at all - the same goes for unix 46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report 49 5. Patches should be specific to a single change or to related changes. Do not mix bugfixes with sp… 51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a… [all …]
|
| A D | ppp.txt | 192 * data, buffer to write to serial port 249 * want to set this interface as default route to settle the chicken 251 * ipaddr, IP to connect to 252 * port, UDP port to connect to (usually 1701) 253 * secret, L2TP secret to use 277 * only need to be done once. 304 * only need to be done once. 327 /* Require peer to authenticate */ 393 the pppos_input_tcpip() function to pass input data to the lwIP core thread 407 * Fonction to call for received data [all …]
|
| /components/legacy/usb/ |
| A D | Kconfig | 61 bool "Enable to use device as CDC device" 67 bool "Enable to use device as HID device" 70 bool "Enable to use device as rndis device" 74 bool "Enable to use device as ecm device" 81 bool "Enable to use device as audio device" 86 bool "Enable to use device as CDC device" 95 bool "Enable to use device as HID device" 102 bool "Enable to use device as ecm device" 120 bool "Enable to use dma for vcom tx" 152 bool "Use to HID device as Keyboard" [all …]
|
| /components/net/lwip/lwip-2.1.2/test/unit/ |
| A D | Filelists.cmake | 1 # This file is indended to be included in end-user CMakeLists.txt 2 # include(/path/to/Filelists.cmake) 3 # It assumes the variable LWIP_DIR is defined pointing to the 6 # This file is NOT designed (on purpose) to be used as cmake 8 # The intention is to provide greater flexibility to users to
|
| /components/drivers/usb/cherryusb/ |
| A D | LICENSE | 18 "control" means (i) the power, direct or indirect, to cause the 27 including but not limited to software source code, documentation 32 not limited to compiled object code, generated documentation, 33 and conversions to other media types. 37 copyright notice that is included in or attached to the work 50 to that Work or Derivative Works thereof, that is intentionally 55 to the Licensor or its representatives, including but not limited to 69 copyright license to reproduce, prepare Derivative Works of, 103 excluding those notices that do not pertain to any part of 144 agreed to in writing, Licensor provides the Work (and each [all …]
|