Searched refs:available (Results 1 – 8 of 8) sorted by relevance
| /lib/liblwip/ |
| D | README | 33 lwIP is freely available under a BSD license. 71 current CVS sources and is available from this web page:
|
| D | CHANGELOG | 1909 AutoIP implementation available for IPv4, with new options LWIP_AUTOIP and 2664 SYS_LIGHTWEIGHT_PROT=1 & freeing PBUF_RAM when mem_sem is not available) 3038 is available to the application directly after calling udp_send()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 108 available for creating the new pcb, NULL is returned. 134 tcp_listen() may return NULL if no memory was available for the 178 available for enqueueing the SYN segment. If the SYN indeed was 206 in lwipopts.h. The number of bytes available in the output queue can 255 as a method of waiting for memory to become available. For instance, 256 if a call to tcp_write() has failed because memory wasn't available, 276 was available for closing the connection. If so, the application
|
| D | savannah.txt | 37 Under Windows, a recommended SSH client is "PuTTY", freely available with good 131 A new 0.6.3 release is now available here:
|
| D | snmp_agent.txt | 160 Currently only the .mgmt sub-tree is available and 162 becomes available too.
|
| /lib/liblwip/src/api/ |
| D | api_msg.c | 1212 u16_t len, available; local 1253 available = tcp_sndbuf(conn->pcb.tcp); 1254 if (available < len) { 1256 len = available;
|
| /lib/liblwip/src/core/ |
| D | dhcp.c | 1314 size_t available = DHCP_OPTIONS_LEN - dhcp->options_out_len - 3; in dhcp_option_hostname() local 1315 LWIP_ASSERT("DHCP: hostname is too long!", namelen <= available); in dhcp_option_hostname() 1316 len = LWIP_MIN(namelen, available); in dhcp_option_hostname()
|
| /docs/ |
| D | Doxyfile | 479 # cores available in the system. You can set it explicitly to a value larger 495 # documentation are documented, even if no documentation was available. Private 806 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 1214 # tools must be available from the command line (i.e. in the search path). 1340 # files will be copied as-is; there are no commands or markers available. 1612 # install this plugin and make it available under the help contents menu in 2010 # markers available. 2418 # available from the path. This tool is part of Graphviz (see: 2428 # processors available in the system. You can set it explicitly to a value
|