/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | icmp.c | 212 /* increase number of messages attempted to send */ in icmp_input() 214 /* increase number of echo replies attempted to send */ in icmp_input() 330 /* increase number of messages attempted to send */ in icmp_send_response() 332 /* increase number of destination unreachable messages attempted to send */ in icmp_send_response()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/ |
H A D | sntp.c | 260 * Retry: send a new request (and increase retry timeout). 272 /* set up a timer to send a retry and increase the retry delay */ in sntp_retry() 278 /* increase the timeout for next retry */ in sntp_retry() 292 * try the next server or retry the current server and increase the retry 368 /* Kiss-of-death packet. Use another server or increase UPDATE_DELAY. */ in sntp_recv() 421 /* Kiss-of-death packet. Use another server or increase UPDATE_DELAY. */ in sntp_recv()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | lowpan6_common.c | 446 /* increase offset, processed 4 bytes here: in lowpan6_decompress_hdr() 454 /* increase offset, processed 3 bytes here: in lowpan6_decompress_hdr() 460 /* increase offset, processed 1 byte here: in lowpan6_decompress_hdr() 465 /* don't increase offset, no bytes processed here */ in lowpan6_decompress_hdr() 471 /* 0: full next header byte carried inline (increase offset)*/ in lowpan6_decompress_hdr() 503 /* copy full address, increase offset by 16 Bytes */ in lowpan6_decompress_hdr() 511 /* copy 8 Bytes, increase offset */ in lowpan6_decompress_hdr() 520 /* extract remaining 16bits from inline bytes, increase offset */ in lowpan6_decompress_hdr() 676 /* DAM=01, copy 64 inline bits, increase offset */ in lowpan6_decompress_hdr() 681 /* DAM=10, copy 16 inline bits, increase offset */ in lowpan6_decompress_hdr()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | mdns.txt | 25 Increase MEMP_NUM_UDP_PCB by 1. MDNS needs one PCB. 26 Increase LWIP_NUM_NETIF_CLIENT_DATA by 1 (MDNS needs one entry on netif).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | mdns.txt | 25 Increase MEMP_NUM_UDP_PCB by 1. MDNS needs one PCB. 26 Increase LWIP_NUM_NETIF_CLIENT_DATA by 1 (MDNS needs one entry on netif).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/sntp/ |
H A D | sntp.c | 361 * Retry: send a new request (and increase retry timeout). 373 /* set up a timer to send a retry and increase the retry delay */ in sntp_retry() 379 /* increase the timeout for next retry */ in sntp_retry() 393 * try the next server or retry the current server and increase the retry 465 /* Kiss-of-death packet. Use another server or increase UPDATE_DELAY. */ in sntp_recv() 527 /* Kiss-of-death packet. Use another server or increase UPDATE_DELAY. */ in sntp_recv()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | icmp.c | 237 /* increase number of messages attempted to send */ in icmp_input() 239 /* increase number of echo replies attempted to send */ in icmp_input() 342 /* increase number of messages attempted to send */ in icmp_send_response()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | icmp.c | 244 /* increase number of messages attempted to send */ in icmp_input() 246 /* increase number of echo replies attempted to send */ in icmp_input() 349 /* increase number of messages attempted to send */ in icmp_send_response()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/ |
H A D | syscfg.yml | 44 # to increase block count.
|
/nrf52832-nimble/rt-thread/src/ |
H A D | clock.c | 78 /* increase the global tick */ in rt_tick_increase()
|
H A D | ipc.c | 458 sem->value ++; /* increase value */ in rt_sem_release() 861 /* increase value */ in rt_mutex_release() 1534 /* increase input offset */ in rt_mb_send_wait() 1538 /* increase message entry */ in rt_mb_send_wait() 1683 /* increase output offset */ in rt_mb_recv() 2017 /* increase message entry */ in rt_mq_send() 2101 /* increase message entry */ in rt_mq_urgent()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | README | 52 and additions to the stack to further increase its usefulness.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | README | 39 and additions to the stack to further increase its usefulness.
|
/nrf52832-nimble/rt-thread/components/vbus/ |
H A D | watermark_queue.h | 32 /** Increase the water level.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | README | 58 and additions to the stack to further increase its usefulness.
|
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | dfs.c | 140 /* increase the number of FD with 4 step length */ in fd_alloc() 239 /* increase the reference count */ in fd_get()
|
/nrf52832-nimble/rt-thread/components/net/uip/lib/ |
H A D | memb.c | 65 /* If this block was unused, we increase the reference count to in memb_alloc()
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | traps.c | 192 /* increase a OS Tick */ in DecrementerPITException()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | sntp_opts.h | 162 /** Increase retry timeout with every retry sent
|
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/ |
H A D | uip_arch.c | 77 /* Overflow, so we add the carry to acc (i.e., increase by in uip_chksum()
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | mqueue.c | 158 mqdes->refcount ++; /* increase reference count */ in mq_open()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_buf.h | 105 /** increase buffer references */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | ChangeLog | 25 - Be more strict on incomplete code sets in inflate_table() and increase 57 - Increase sprintf() buffer size in gzdopen() to allow for large numbers 467 - increase size of I/O buffers in minigzip.c and gzio.c (not a big gain 527 - increase stack space for MSC (Tim Wegner)
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 297 the application does not necessarily increase because it takes an 378 necessarily increase because it takes an active part in doing 522 the application is implemented. The reason for the increase in 1064 the application does not necessarily increase because it takes an
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | finsh_compiler.c | 353 /* pre-increase */ in finsh_compile() 515 /* increase */ in finsh_compile()
|