/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_usbd.h | 89 …_USBD_Type, EVENTS_ENDEPIN[0] ), /**< The whole EPIN[0] buffer has been consumed. The RAM buffer c… 90 …_USBD_Type, EVENTS_ENDEPIN[1] ), /**< The whole EPIN[1] buffer has been consumed. The RAM buffer c… 91 …_USBD_Type, EVENTS_ENDEPIN[2] ), /**< The whole EPIN[2] buffer has been consumed. The RAM buffer c… 92 …_USBD_Type, EVENTS_ENDEPIN[3] ), /**< The whole EPIN[3] buffer has been consumed. The RAM buffer c… 93 …_USBD_Type, EVENTS_ENDEPIN[4] ), /**< The whole EPIN[4] buffer has been consumed. The RAM buffer c… 94 …_USBD_Type, EVENTS_ENDEPIN[5] ), /**< The whole EPIN[5] buffer has been consumed. The RAM buffer c… 95 …_USBD_Type, EVENTS_ENDEPIN[6] ), /**< The whole EPIN[6] buffer has been consumed. The RAM buffer c… 96 …_USBD_Type, EVENTS_ENDEPIN[7] ), /**< The whole EPIN[7] buffer has been consumed. The RAM buffer c… 98 …RF_USBD_Type, EVENTS_ENDISOIN ), /**< The whole ISOIN buffer has been consumed. The RAM buffer c… 99 …USBD_Type, EVENTS_ENDEPOUT[0]), /**< The whole EPOUT[0] buffer has been consumed. The RAM buffer c… [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip_nat/ |
H A D | ipv4_nat.c | 414 * @return 1 if the packet has been consumed (it was a NAT packet), 415 * 0 if the packet has not been consumed (no NAT packet) 426 u8_t consumed = 0; in ip_nat_input() local 452 consumed = 1; in ip_nat_input() 477 consumed = 1; in ip_nat_input() 497 consumed = 1; in ip_nat_input() 510 if(consumed) { in ip_nat_input() 511 /* packet consumed, send it out on in_if */ in ip_nat_input() 560 this frees the input pbuf (p) as we have consumed it. */ in ip_nat_input() 563 return consumed; in ip_nat_input()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/api/ |
H A D | test_sockets.c | 257 to skip fully consumed vecotrs */ in test_sockets_msgapi_update_iovs() 259 /* process fully consumed vectors */ in test_sockets_msgapi_update_iovs() 265 break; /* iov not fully consumed */ in test_sockets_msgapi_update_iovs() 269 /* slide down over fully consumed vectors */ in test_sockets_msgapi_update_iovs()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_mem.h | 63 int spare_data_size; //!< spare size consumed by UFFS,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | opt.h | 2855 * - 0: Hook has not consumed the packet, packet is processed as normal 2856 * - != 0: Hook has consumed the packet. 2857 * If the hook consumed the packet, 'pbuf' is in the responsibility of the hook 2950 * - 0: Hook has not consumed the packet, packet is processed as normal 2951 * - != 0: Hook has consumed the packet. 2952 * If the hook consumed the packet, 'pbuf' is in the responsibility of the hook 3171 * - 0: Hook has not consumed the option, code continues as normal (to internal options) 3172 * - != 0: Hook has consumed the option, 'err' is returned 3194 * - 0: Hook has not consumed the option, code continues as normal (to internal options) 3195 * - != 0: Hook has consumed the option, 'err' is returned [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | hmac.c | 72 * consumed in this process. in tc_hmac_set_key()
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | psock.c | 260 /* All data in uip_appdata buffer already consumed. */ in psock_newdata() 264 /* There is new data that has not been consumed. */ in psock_newdata()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | mem.c | 235 * has been consumed. For example:
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap.c | 384 * mbuf is consumed, regardless of the outcome of the function call.
|
H A D | ble_l2cap_coc.c | 386 /* txom is consumed by l2cap */ in ble_l2cap_coc_continue_tx()
|
H A D | ble_gattc.c | 2834 /* Indicate to the caller whether the application consumed the mbuf. */ in ble_gattc_read_rx_read_rsp() 2975 /* Free the attribute mbuf if the application has not consumed it. */ in ble_gattc_read_uuid_rx_adata() 3182 /* Indicate to the caller whether the application consumed the mbuf. */ in ble_gattc_read_long_rx_read_rsp() 3296 /* Indicate to the caller whether the application consumed the mbuf. */ in ble_gattc_read_mult_cb() 3831 /* The mbuf is consumed by the procedure. */ in ble_gattc_write_long()
|
H A D | ble_gatts.c | 1095 * o Frees GATT server resources consumed by the connection (CCCDs).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | opt.h | 2454 * - 0: Hook has not consumed the packet, packet is processed as normal 2455 * - != 0: Hook has consumed the packet. 2456 * If the hook consumed the packet, 'pbuf' is in the responsibility of the hook 2504 * - 0: Hook has not consumed the packet, packet is processed as normal 2505 * - != 0: Hook has consumed the packet. 2506 * If the hook consumed the packet, 'pbuf' is in the responsibility of the hook
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | ethernet.c | 246 /* This means the pbuf is freed or consumed,
|
H A D | bridgeif.c | 382 /* by this, we consumed the pbuf */ in bridgeif_input()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 356 procedure. One of these resources is consumed each time a peer
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ |
H A D | ethernet.c | 240 /* This means the pbuf is freed or consumed,
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | opt.h | 1858 * - 0: Hook has not consumed the packet, packet is processed as normal 1859 * - != 0: Hook has consumed the packet. 1860 * If the hook consumed the packet, 'pbuf' is in the responsibility of the hook
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00192.html | 280 …"></a>00260 <span class="comment">/* All data in uip_appdata buffer already consumed. */</span> 284 …264"></a>00264 <span class="comment">/* There is new data that has not been consumed. */</span>
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | pppos.c | 539 /* Packet consumed, release our references. */ in pppos_input()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | pppos.c | 556 /* Packet consumed, release our references. */ in pppos_input()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | ip.c | 579 LWIP_DEBUGF(IP_DEBUG, ("ip_input: packet consumed by nat layer\n"));
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf52840.h | 2526 … buffer has been consumed. The RAM buffer 2530 …_t EVENTS_ENDISOIN; /*!< (@ 0x0000012C) The whole ISOIN buffer has been consumed. The 2533 … buffer has been consumed. The RAM buffer 2535 …t EVENTS_ENDISOOUT; /*!< (@ 0x00000150) The whole ISOOUT buffer has been consumed. The
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ |
H A D | etharp.c | 1391 /* This means the pbuf is freed or consumed,
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zlib.h | 319 consumed and all output has been produced (only when flush is set to
|