Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/core/snmp/
Dmib_structs.c643 u8_t empty = 0; in empty_table() local
654 empty = 1; in empty_table()
663 empty = 1; in empty_table()
672 empty = 1; in empty_table()
676 return empty; in empty_table()
/lib/liblwip/src/netif/
Detharp.c269 s8_t empty = ARP_TABLE_SIZE; in etharp_find_entry() local
294 if ((empty == ARP_TABLE_SIZE) && (state == ETHARP_STATE_EMPTY)) { in etharp_find_entry()
297 empty = i; in etharp_find_entry()
344 ((empty == ARP_TABLE_SIZE) && ((flags & ETHARP_FLAG_TRY_HARD) == 0))) { in etharp_find_entry()
359 if (empty < ARP_TABLE_SIZE) { in etharp_find_entry()
360 i = empty; in etharp_find_entry()
/lib/liblwip/
DCHANGELOG286 * pbuf.c/.h, timers.c: freeing ooseq pbufs when the pbuf pool is empty implemented
655 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)
1012 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
1148 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).
1883 changes on low memory or empty send-buffer.
2136 data packet was lost): add assert that all segment lists are empty in
2186 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
2875 * pbuf.c: Stopped compiler complaining of empty if statement
2876 when LWIP_DEBUGF() empty. Closed an unclosed comment.
2877 * tcp.c: Stopped compiler complaining of empty if statement
[all …]
/lib/liblwip/doc/
Dsys_arch.txt99 Creates an empty mailbox for maximum "size" elements. Elements stored
/docs/
DDoxyfile797 # tag is left empty.
918 # Note: If this tag is empty the current directory is searched.
1105 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
1511 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1604 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
2407 # If left empty dia is assumed to be found in the default search path.