Home
last modified time | relevance | path

Searched refs:an (Results 1 – 25 of 51) sorted by relevance

123

/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmib_structs.c471 while ((i < an->maxlength) && (an->objid[i] != *ident)) in snmp_search_tree()
475 if (i < an->maxlength) in snmp_search_tree()
492 node = an->nptr[i]; in snmp_search_tree()
661 if ((an->maxlength == 0) || (an->nptr == NULL)) in empty_table()
704 while ((i < an->maxlength) && (an->objid[i] < *ident)) in snmp_expand_tree()
708 if (i < an->maxlength) in snmp_expand_tree()
747 while ((j < an->maxlength) && (empty_table(an->nptr[j]))) in snmp_expand_tree()
773 node = an->nptr[i]; in snmp_expand_tree()
787 while ((j < an->maxlength) && empty_table(an->nptr[j])) in snmp_expand_tree()
791 if (j < an->maxlength) in snmp_expand_tree()
[all …]
/components/net/lwip/lwip-2.1.2/
A DUPGRADING2 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
21 * pbuf API: pbuf->type (an u8_t holding the enum 'pbuf_type') has changed to only hold a
43 These can be used to post preallocated messages from an ISR to the tcpip thread
51 supported any more, netif->state is interpreted as an u8_t port number now
52 (it's not a POINTER to an u8_t any more!)
58 * UDP does NOT receive multicast traffic from ALL netifs on an UDP PCB bound to a specific
61 See bug #49662 for an explanation.
81 * Added an implementation for posix sendmsg()
131 see doc/ppp.txt for an upgrading how-to
[all …]
/components/net/lwip/lwip-2.0.3/
A DUPGRADING2 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
16 supported any more, netif->state is interpreted as an u8_t port number now
17 (it's not a POINTER to an u8_t any more!)
23 * UDP does NOT receive multicast traffic from ALL netifs on an UDP PCB bound to a specific
26 See bug #49662 for an explanation.
32 …* Changed netif "up" flag handling to be an administrative flag (as opposed to the previous meanin…
46 * Added an implementation for posix sendmsg()
79 * added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when a memp pool was empty and an item
96 see doc/ppp.txt for an upgrading how-to
[all …]
/components/libc/compilers/common/extension/
A Dreadme.md3 This folder is "common" for toolchains, which only support ISO C, as an extension part, such as Kei…
/components/drivers/usb/
A D.ignore_format.yml2 # If you need to exclude an entire folder, add the folder path in dir_path;
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt11 The raw API (sometimes called native API) is an event-driven API designed
12 to be used without an operating system that implements zero-copy send and
15 without an operating system.
44 other threads or an ISR is very limited! Only functions
67 an ISR (since only then, mem_free - for PBUF_RAM - may
68 be called from an ISR: otherwise, the HEAP is only
112 function is passed the current TCP or UDP connection state as an
158 the one passed as an argument to the function will be
166 passed as an argument to tcp_listen() will not be deallocated.
247 TCP data reception is callback based - an application specified
[all …]
A DFILES7 Also provides an overview about the other APIs and multithreading.
A Dmdns.txt36 LWIP_MDNS_STRNCASECMP to it. Otherwise the code will provide an implementation
60 It is recommended to call this function after an IPv4 address has been set,
100 If your device runs a webserver on port 80, an example call might be:
A Dmqtt_client.txt30 /* Setup an empty client info structure */
36 /* Initiate client and connect to server, if this fails immediately an error code is returned
126 /* Call an 'A' function... */
A Dppp.txt342 * Initiate PPP listener (i.e. wait for an incoming connection), can only
388 safe and can be safely called from an interrupt context, using that is going
392 if NO_SYS is 0, the thread safe way outside an interrupt context is to use
399 from an RX thread, however pppos_input() is not thread safe by itself. You can
402 at all. Using PPP_INPROC_IRQ_SAFE from an RX thread is discouraged unless you
479 * Previous PPP API used an integer to identify PPP sessions, we are now
518 * ppp_sighup and ppp_close functions were merged using an optional argument
/components/net/lwip/
A D.ignore_format.yml2 # If you need to exclude an entire folder, add the folder path in dir_path;
/components/dfs/dfs_v1/filesystems/elmfat/
A D.ignore_format.yml2 # If you need to exclude an entire folder, add the folder path in dir_path;
A D00history.txt59 Fixed an endian sensitive code in f_mkfs().
208 Fixed creation of an entry with LFN fails on too many SFN collisions. (appeared at R0.07)
215 …Fixed LFN entry is not deleted when delete/rename an object with lossy converted SFN. (appeared at…
252 Added an option _USE_CHMOD.
253 Removed an option _WORD_ACCESS.
272 Fixed an error in the case conversion teble of code page 866. (ff.c)
/components/dfs/dfs_v2/filesystems/elmfat/
A D.ignore_format.yml2 # If you need to exclude an entire folder, add the folder path in dir_path;
A D00history.txt59 Fixed an endian sensitive code in f_mkfs().
208 Fixed creation of an entry with LFN fails on too many SFN collisions. (appeared at R0.07)
215 …Fixed LFN entry is not deleted when delete/rename an object with lossy converted SFN. (appeared at…
252 Added an option _USE_CHMOD.
253 Removed an option _WORD_ACCESS.
272 Fixed an error in the case conversion teble of code page 866. (ff.c)
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt35 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
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.
226 TCP data reception is callback based - an application specified
293 If a connection is aborted because of an error, the application is
[all …]
A DFILES4 Also provides an overview about the other APIs and multithreading.
A Dcontrib.txt48 …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
/components/net/lwip/lwip-2.1.2/doc/
A DFILES7 Also provides an overview about the other APIs and multithreading.
A Dmqtt_client.txt30 /* Setup an empty client info structure */
36 /* Initiate client and connect to server, if this fails immediately an error code is returned
126 /* Call an 'A' function... */
A Dppp.txt342 * Initiate PPP listener (i.e. wait for an incoming connection), can only
388 safe and can be safely called from an interrupt context, using that is going
392 if NO_SYS is 0, the thread safe way outside an interrupt context is to use
399 from an RX thread, however pppos_input() is not thread safe by itself. You can
402 at all. Using PPP_INPROC_IRQ_SAFE from an RX thread is discouraged unless you
479 * Previous PPP API used an integer to identify PPP sessions, we are now
518 * ppp_sighup and ppp_close functions were merged using an optional argument
/components/drivers/usb/cherryusb/
A DLICENSE23 "You" (or "Your") shall mean an individual or Legal Entity
38 (an example is provided in the Appendix below).
43 represent, as a whole, an original work of authorship. For the purposes
52 or by an individual or Legal Entity authorized to submit on behalf of
119 or as an addendum to the NOTICE text from the Work, provided
145 Contributor provides its Contributions) on an "AS IS" BASIS,
198 distributed under the License is distributed on an "AS IS" BASIS,
/components/libc/posix/ipc/
A DKconfig22 # System V supplies an alternative form of interprocess communication consisting of thress
/components/net/lwip/lwip-2.0.3/src/netif/
A DFILES9 An example of how an Ethernet device driver could look. This
/components/net/lwip/lwip-1.4.1/
A DUPGRADING2 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

Completed in 23 milliseconds

123