Home
last modified time | relevance | path

Searched full:enqueue (Results 1 – 25 of 41) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_hci.c360 int enqueue; in ble_hs_hci_rx_evt() local
368 enqueue = 1; in ble_hs_hci_rx_evt()
371 enqueue = 0; in ble_hs_hci_rx_evt()
376 enqueue = 1; in ble_hs_hci_rx_evt()
380 if (enqueue) { in ble_hs_hci_rx_evt()
H A Dble_l2cap.c409 /* Controller could not accommodate full packet. Enqueue remainder. */ in ble_l2cap_tx()
H A Dble_hs.c793 /* Enqueue the start event to the default event queue. Using the default in ble_hs_init()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dip4_frag.c218 * @param pbufs_needed number of pbufs needed to enqueue
232 /* Free datagrams until being allowed to enqueue 'pbufs_needed' pbufs, in ip_reass_remove_oldest_datagram()
270 …* @param clen number of pbufs needed to enqueue (used for freeing other datagrams if not enough sp…
299 /* enqueue the new structure to the front of the list */ in ip_reass_enqueue_new_datagram()
506 /* Check if we are allowed to enqueue more datagrams. */ in ip4_reass()
539 /* Enqueue a new datagram into the datagram queue */ in ip4_reass()
541 /* Bail if unable to enqueue */ in ip4_reass()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Dip4_frag.c222 * @param pbufs_needed number of pbufs needed to enqueue
236 /* Free datagrams until being allowed to enqueue 'pbufs_needed' pbufs, in ip_reass_remove_oldest_datagram()
274 …* @param clen number of pbufs needed to enqueue (used for freeing other datagrams if not enough sp…
303 /* enqueue the new structure to the front of the list */ in ip_reass_enqueue_new_datagram()
534 /* Check if we are allowed to enqueue more datagrams. */ in ip4_reass()
567 /* Enqueue a new datagram into the datagram queue */ in ip4_reass()
569 /* Bail if unable to enqueue */ in ip4_reass()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dip_frag.c216 * @param pbufs_needed number of pbufs needed to enqueue
230 /* Free datagrams until being allowed to enqueue 'pbufs_needed' pbufs, in ip_reass_remove_oldest_datagram()
265 …* @param clen number of pbufs needed to enqueue (used for freeing other datagrams if not enough sp…
290 /* enqueue the new structure to the front of the list */ in ip_reass_enqueue_new_datagram()
500 /* Check if we are allowed to enqueue more datagrams. */ in ip_reass()
534 /* Enqueue a new datagram into the datagram queue */ in ip_reass()
536 /* Bail if unable to enqueue */ in ip_reass()
H A Dip.c806 /* Packet to self, enqueue it for loopback */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dhttpd_opts.h189 /** Number of rx pbufs to enqueue to parse an incoming request (up to the first
195 /** Number of (TCP payload-) bytes (in pbufs) to enqueue to parse and incoming
263 /* Define this to a function that returns the maximum amount of data to enqueue.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dhttpd_opts.h257 /** Number of rx pbufs to enqueue to parse an incoming request (up to the first
263 /** Number of (TCP payload-) bytes (in pbufs) to enqueue to parse and incoming
331 /* Define this to a function that returns the maximum amount of data to enqueue.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/
H A Dip6_frag.c219 * @param pbufs_needed number of pbufs needed to enqueue
227 /* Free datagrams until being allowed to enqueue 'pbufs_needed' pbufs, in ip6_reass_remove_oldest_datagram()
307 /* Enqueue a new datagram into the datagram queue */ in ip6_reass()
333 /* enqueue the new structure to the front of the list */ in ip6_reass()
354 /* Check if we are allowed to enqueue more datagrams. */ in ip6_reass()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dip6_frag.c232 * @param pbufs_needed number of pbufs needed to enqueue
240 /* Free datagrams until being allowed to enqueue 'pbufs_needed' pbufs, in ip6_reass_remove_oldest_datagram()
332 /* Enqueue a new datagram into the datagram queue */ in ip6_reass()
357 /* enqueue the new structure to the front of the list */ in ip6_reass()
387 /* Check if we are allowed to enqueue more datagrams. */ in ip6_reass()
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/
H A Dsyscfg.yml41 code to enqueue various elements. In the case of the controller
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/
H A Dsyscfg.yml41 code to enqueue various elements. In the case of the controller
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/
H A Dsyscfg.yml56 code to enqueue various elements. In the case of the controller
/nrf52832-nimble/rt-thread/components/libc/aio/
H A Dposix_aio.c199 * whence equal to SEEK_SET. After a successful call to enqueue an asynchronous
346 * I/O. After a successful call to enqueue an asynchronous I/O operation, the value
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dtcp_out.c10 * struct @ref pbuf together with a struct tcp_seg and enqueue to the
219 * @param pcb The TCP connection that will enqueue the pbuf.
381 * @param pcb Protocol control block for the TCP connection to enqueue data for.
1023 * Enqueue SYN or FIN for transmission.
1628 * @param pcb the tcp_pcb for which to re-enqueue all unacked segments
1683 * @param pcb the tcp_pcb for which to re-enqueue all unacked segments
1704 * @param pcb the tcp_pcb for which to re-enqueue all unacked segments
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dtcp_out.c212 * @param pcb The TCP connection that willo enqueue the pbuf.
345 * @param pcb Protocol control block for the TCP connection to enqueue data for.
712 * Enqueue TCP options for transmission.
1236 * @param pcb the tcp_pcb for which to re-enqueue all unacked segments
H A Ddns.c923 * - ERR_INPROGRESS enqueue a request to be sent to the DNS server
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtcp_out.c227 * @param pcb The TCP connection that will enqueue the pbuf.
359 * @param pcb Protocol control block for the TCP connection to enqueue data for.
777 * Enqueue TCP options for transmission.
1396 * @param pcb the tcp_pcb for which to re-enqueue all unacked segments
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtcp.h213 #define TF_CLOSEPEND 0x08U /* If this is set, tcp_close failed to enqueue the FIN (retried in t…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dtcp.h255 #define TF_CLOSEPEND 0x08U /* If this is set, tcp_close failed to enqueue the FIN (retried in t…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/
H A Dhttpd.c548 /* Additional limitation: e.g. don't enqueue more than 2*mss at once */ in http_write()
1128 /* Additional limitation: e.g. don't enqueue more than 2*mss at once */
1982 /* enqueue the pbuf */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/
H A Dhttpd.c534 /* Additional limitation: e.g. don't enqueue more than 2*mss at once */ in http_write()
1097 /* Additional limitation: e.g. don't enqueue more than 2*mss at once */
1929 /* enqueue the pbuf */
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_hci.c43 /* OS event to enqueue command */
/nrf52832-nimble/rt-thread/components/net/lwip_nat/
H A Dipv4_nat.c280 /* @todo: do we really need to enqueue the new entry at the end?? */ in ip_nat_add()

12