Home
last modified time | relevance | path

Searched full:consumed (Results 1 – 25 of 35) sorted by relevance

12

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_usbd.h89 …_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 Dipv4_nat.c414 * @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 Dtest_sockets.c257 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 Duffs_mem.h63 int spare_data_size; //!< spare size consumed by UFFS,
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dopt.h2855 * - 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 Dhmac.c72 * consumed in this process. in tc_hmac_set_key()
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dpsock.c260 /* 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 Dmem.c235 * has been consumed. For example:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_l2cap.c384 * mbuf is consumed, regardless of the outcome of the function call.
H A Dble_l2cap_coc.c386 /* txom is consumed by l2cap */ in ble_l2cap_coc_continue_tx()
H A Dble_gattc.c2834 /* 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 Dble_gatts.c1095 * 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 Dopt.h2454 * - 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 Dethernet.c246 /* This means the pbuf is freed or consumed,
H A Dbridgeif.c382 /* by this, we consumed the pbuf */ in bridgeif_input()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml356 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 Dethernet.c240 /* This means the pbuf is freed or consumed,
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dopt.h1858 * - 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 Da00192.html280 …"></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 Dpppos.c539 /* Packet consumed, release our references. */ in pppos_input()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dpppos.c556 /* Packet consumed, release our references. */ in pppos_input()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dip.c579 LWIP_DEBUGF(IP_DEBUG, ("ip_input: packet consumed by nat layer\n"));
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf52840.h2526 … 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 Detharp.c1391 /* This means the pbuf is freed or consumed,
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h319 consumed and all output has been produced (only when flush is set to

12