Searched refs:an (Results 1 – 13 of 13) sorted by relevance
| /lib/liblwip/src/core/snmp/ |
| D | mib_structs.c | 463 struct mib_array_node *an; in snmp_search_tree() local 469 an = (struct mib_array_node *)node; in snmp_search_tree() 471 while ((i < an->maxlength) && (an->objid[i] != *ident)) in snmp_search_tree() 475 if (i < an->maxlength) in snmp_search_tree() 478 …LWIP_DEBUGF(SNMP_MIB_DEBUG,("an->objid[%"U16_F"]==%"S32_F" *ident==%"S32_F"\n",i,an->objid[i],*ide… in snmp_search_tree() 479 if (an->nptr[i] == NULL) in snmp_search_tree() 485 return (struct mib_node*)an; in snmp_search_tree() 492 node = an->nptr[i]; in snmp_search_tree() 659 struct mib_array_node *an; in empty_table() local 660 an = (struct mib_array_node *)node; in empty_table() [all …]
|
| /lib/liblwip/doc/ |
| D | FILES | 4 Also provides an overview about the other APIs and multithreading.
|
| D | rawapi.txt | 35 other threads or an ISR is very limited! Only functions 52 an ISR (since only then, mem_free - for PBUF_RAM - may 53 be called from an ISR: otherwise, the HEAP is only 75 programs. In fact, the sequential API is implemented as an application 80 Program execution is driven by callbacks. Each callback is an ordinary 82 function is passed the current TCP or UDP connection state as an 122 Commands a pcb to start listening for incoming connections. When an 128 the one passed as an argument to the function will be 136 passed as an argument to tcp_listen() will not be deallocated. 146 Inform lwIP that an incoming connection has been accepted. This would [all …]
|
| D | contrib.txt | 48 …If you correct an existing bug then attach the patch to the bug rather than creating a new entry i… 51 …w for loss of fixes. Putting bugs on Savannah and subsequently closing them is too much an overhead 60 1. If you have ported lwIP to a platform (an OS, a uC/processor or a combination of these) and
|
| D | sys_arch.txt | 99 Creates an empty mailbox for maximum "size" elements. Elements stored 110 mailbox when the mailbox is deallocated, it is an indication of a 174 execution in the function "thread()". The "arg" argument will be passed as an 190 sys_arch_protect() is only required if your port is supporting an operating 198 an operating system.
|
| D | savannah.txt | 15 To perform an anonymous CVS checkout of the main trunk (this is where
|
| D | snmp_agent.txt | 13 This is an old(er) standard but is still widely supported.
|
| /lib/liblwip/ |
| D | UPGRADING | 2 ports or applications to be changed. Use it to update a port or an 3 application written for an older version of lwIP to correctly work 74 * Added an additional option LWIP_ETHERNET to support ethernet without ARP
|
| D | CHANGELOG | 43 * ppp.h, ppp_impl.h: splitted ppp.h to an internal and external header file 44 to get a clear separation of which functions an application or port may use 59 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter 106 * netdb.c: fixed bug #35907: lwip_gethostbyname_r returns an invalid h_addr_list 292 sending an ARP request when an ARP entry is used in the last minute before 303 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an 331 * ip.c: Added an optional define (LWIP_IP_ACCEPT_UDP_PORT) that can allow 374 * tcpip.h/.c, timers.c: Added an overridable define to get informed when the 387 * opt.h, tcpip.c/.h: Added an option to disable tcpip_(un)timeout code 536 * opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option [all …]
|
| D | README | 37 lwIP has grown into an excellent TCP/IP stack for embedded devices,
|
| /lib/liblwip/src/netif/ |
| D | FILES | 13 An example of how an Ethernet device driver could look. This
|
| /docs/ |
| D | Doxyfile | 53 # Using the PROJECT_BRIEF tag one can provide an optional one line description 59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 141 # specifies, contains, represents, a, an and the. 152 an \ 208 # style comments (thus requiring an explicit @brief command for a brief 227 # requiring an explicit \brief command for a brief description.) 252 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the 278 # "Side Effects:". Note that you cannot put \n's in the value part of an alias 280 # of an alias to insert a newline as if a physical newline was in the original 281 # file. When you need a literal { or } or , in the value part of an alias you [all …]
|
| /sys/amd64/ |
| D | trapentry.S | 181 # Pass the trap frame as an argument to trap_entry
|