Searched refs:use (Results 1 – 15 of 15) sorted by relevance
| /lib/liblwip/src/core/ipv4/ |
| D | igmp.c | 201 group->use++; in igmp_start() 335 group->use = 0; in igmp_lookup_group() 544 if ((group->use==0) && (netif->igmp_mac_filter != NULL)) { in igmp_joingroup() 560 group->use++; in igmp_joingroup() 610 if (group->use <= 1) { in igmp_leavegroup() 634 group->use--; in igmp_leavegroup()
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | igmp.h | 86 u8_t use; member
|
| /lib/liblwip/src/ |
| D | FILES | 2 you use the lowel-level call-back/raw API.
|
| / |
| D | LICENSE | 3 Permission to use, copy, modify, and distribute this software for any
|
| D | SConstruct | 20 ("NUMCPUS", "Number of CPUs to use for build (0 means auto).", "0"),
|
| /lib/liblwip/doc/ |
| D | savannah.txt | 53 are allowed to use SSH for CVS only. Now, you should be able to do this: 94 to this merge point, so we can use this point for future merges: 102 tag name "STABLE-0_6_3". (I use release number 0.6.3 throughout this example).
|
| 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 142 To use it, your need to set TCP_LISTEN_BACKLOG=1 in your lwipopts.h. 209 The proper way to use this function is to call the function with at 257 the application may use the polling functionality to call tcp_write() 382 Not of much use since we set the NO_SYS 1 option in lwipopts.h, 428 your ethernet netif interface. The following code illustrates it's use. 441 must use ip_input() declared in "lwip/ip.h". 510 Therefore, be careful which type of PBUF you use and if you copy TCP data
|
| D | contrib.txt | 16 1. do not use tabs. 25 10. use current source code style as further reference.
|
| D | snmp_agent.txt | 5 This is a brief introduction how to use and configure the SNMP agent. 49 to use pbuf-chains. Larger payloads than the minimum 177 turn use dynamically allocated index trees from RAM.
|
| D | sys_arch.txt | 102 and use a default size. 206 Not implementing this function means you cannot use some modules (e.g. TCP
|
| /lib/liblwip/ |
| D | CHANGELOG | 44 to get a clear separation of which functions an application or port may use 242 * tcp_out.c: use pcb->mss instead of TCP_MSS for preallocate mss-sized pbufs 291 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by 342 calculation (and use them throughout the stack where applicable) 358 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending 399 on change) plus use SYS_LIGHTWEIGHT_PROT to protect the select code. 411 for tcp netconns to receive pbufs, not netbufs; use that function 456 to let sys.h use binary semaphores instead of mutexes - as before) 482 * opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool 580 use EALRADY instead of -1 [all …]
|
| D | README | 9 while still having a full scale TCP. This making lwIP suitable for use 43 help improve lwIP by use of Savannah's interface, CVS and the
|
| D | COPYING | 5 * Redistribution and use in source and binary forms, with or without modification,
|
| D | UPGRADING | 52 still want to use your own timer implementation for NO_SYS==0 (as before). 61 * Added Mutex concept in sys_arch (define LWIP_COMPAT_MUTEX to let sys.h use
|
| /docs/ |
| D | Doxyfile | 104 # documentation generated by doxygen is written. Doxygen will use this 191 # header file to include in order to use a class. If left blank only the name of 283 # with the commands \{ and \} for these it is advised to use the version @{ and 284 # @} or use a double escape (\\{ and \\}) 324 # Doxygen selects the parser to use depending on the extension of the files it 325 # parses. With this tag you can assign which parser to use for a given 335 # use: inc=Fortran f=C. 337 # Note: For files without extension you can use no_extension as a placeholder. 374 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 384 # If you use Microsoft's C++/CLI language, you should set this option to YES to [all …]
|