Home
last modified time | relevance | path

Searched full:layer (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll.h97 * Global Link Layer data object. There is only one Link Layer data object
98 * per controller although there may be many instances of the link layer state
106 /* Current Link Layer state */
151 /* Link layer statistics */
389 * aa: Link Layer's access address
409 /* Initialize the Link Layer */
412 /* Reset the Link Layer */
436 * Called to put a packet on the Link Layer transmit packet queue.
452 /* Tell the Link Layer there has been a data buffer overflow */
455 /* Tell the link layer there has been a hardware error */
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll.c155 /* Global link layer statistics */
465 * Context: Link Layer task (HCI command parser)
621 * Context: Link layer task
662 * Count Link Layer statistics for received PDUs
664 * Context: Link layer task
708 * Context: Link layer task
773 * Called to put a packet on the Link Layer receive packet queue.
788 * Called to put a packet on the Link Layer transmit packet queue.
806 * Called to post event to Link Layer when a data buffer overflow has
1014 /* Hand packet up to higher layer (regardless of CRC failure) */ in ble_ll_rx_end()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dstats.h189 /** The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were
190 * not addressed to a multicast or broadcast address at this sub-layer */
192 /** The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were
193 * addressed to a multicast or broadcast address at this sub-layer */
196 * been detected to prevent their being deliverable to a higher-layer protocol. One possible
200 * preventing them from being deliverable to a higher-layer protocol. For character-
202 * contained errors preventing them from being deliverable to a higher-layer protocol. */
214 * which were not addressed to a multicast or broadcast address at this sub-layer, including
218 * were addressed to a multicast or broadcast address at this sub-layer, including
H A Dip.h86 /* link layer address resolution hint */ \
160 /** Get the transport layer protocol */
164 /** Get the transport layer header */
181 /** Get the transport layer protocol */
183 /** Get the transport layer header */
198 /** Get the transport layer protocol */
200 /** Get the transport layer header */
H A Dpbuf.h73 /** Includes spare room for transport layer header, e.g. UDP header.
81 /** Includes spare room for link layer header (ethernet header).
93 * in the most common case - ethernet-layer netif driver. */
243 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dstats.h189 /** The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were
190 * not addressed to a multicast or broadcast address at this sub-layer */
192 /** The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were
193 * addressed to a multicast or broadcast address at this sub-layer */
196 * been detected to prevent their being deliverable to a higher-layer protocol. One possible
200 * preventing them from being deliverable to a higher-layer protocol. For character-
202 * contained errors preventing them from being deliverable to a higher-layer protocol. */
214 * which were not addressed to a multicast or broadcast address at this sub-layer, including
218 * were addressed to a multicast or broadcast address at this sub-layer, including
H A Daltcp_tls.h5 * @defgroup altcp_tls TLS layer
7 * This file contains function prototypes for a TLS layer.
88 * Create new ALTCP_TLS layer wrapping an existing pcb as inner connection (e.g. TLS over TCP)
98 * Create new ALTCP_TLS layer pcb and its inner tcp pcb.
H A Dip.h88 /* link layer address resolution hint */ \
162 /** Get the transport layer protocol */
166 /** Get the transport layer header */
183 /** Get the transport layer protocol */
185 /** Get the transport layer header */
200 /** Get the transport layer protocol */
202 /** Get the transport layer header */
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dindex.rst76 - **Physical Layer**: adaptive frequency-hopping Gaussian Frequency
79 - **Link Layer**: with one of five states (Standby, Advertising,
99 Physical Layer, Link Layer, L2CAP, Security Manager, Attribute
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dslipif.c109 * Uses the serial layer's sio_send()
113 * @return always returns ERR_OK since the serial layer does not provide return values
164 * Uses the serial layer's sio_send()
169 * @return always returns ERR_OK since the serial layer does not provide return values
183 * Uses the serial layer's sio_send()
188 * @return always returns ERR_OK since the serial layer does not provide return values
325 * Feed the IP layer with incoming packets
421 * Polls the serial device and feeds the IP layer with incoming packets.
444 * Feeds the IP layer with incoming packets that were receive
H A Dethernet.c152 /* mark the pbuf as link-layer multicast */
160 /* mark the pbuf as link-layer multicast */
165 /* mark the pbuf as link-layer broadcast */
185 /* pass to IP layer */
228 /* pass to IPv6 layer */
263 * @param p the packet to send. pbuf layer must be @ref PBUF_LINK.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/
H A Dslipif.c109 * Uses the serial layer's sio_send()
113 * @return always returns ERR_OK since the serial layer does not provide return values
164 * Uses the serial layer's sio_send()
169 * @return always returns ERR_OK since the serial layer does not provide return values
183 * Uses the serial layer's sio_send()
188 * @return always returns ERR_OK since the serial layer does not provide return values
325 * Feed the IP layer with incoming packets
422 * Polls the serial device and feeds the IP layer with incoming packets.
444 * Feeds the IP layer with incoming packets that were receive
H A Dethernet.c146 /* mark the pbuf as link-layer multicast */
154 /* mark the pbuf as link-layer multicast */
159 /* mark the pbuf as link-layer broadcast */
179 /* pass to IP layer */
222 /* pass to IPv6 layer */
257 * @param p the packet to send. pbuf layer must be @ref PBUF_LINK.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dsys.c40 * @defgroup sys_layer Porting (system abstraction layer)
43 * @defgroup sys_os OS abstraction layer
49 * The operating system emulation layer provides a common interface
63 * the OS emulation layer must provide several header files defining
H A Daltcp.c17 * is an abstraction layer that prevents applications linking hard against the
25 * * This way, an application can make use of other application layer protocols
53 * * The TLS layer is not directly implemented by lwIP, but a port to mbedTLS is
55 * * Another altcp layer is proxy-connect to use TLS behind a HTTP proxy (see
132 * For altcp layer implementations only: allocate a new struct altcp_pcb from the pool
146 * For altcp layer implementations only: return a struct altcp_pcb to the pool
/nrf52832-nimble/rt-thread/components/libc/
H A DKconfig1 menu "POSIX layer and C standard library"
13 bool "Enable POSIX layer for poll/select, stdin etc"
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dchap.h125 #define CHAPCS_INITIAL 0 /* Lower layer down, not opened */
126 #define CHAPCS_CLOSED 1 /* Lower layer up, not opened */
135 #define CHAPSS_INITIAL 0 /* Lower layer down, not opened */
136 #define CHAPSS_CLOSED 1 /* Lower layer up, not opened */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsys_arch.txt5 The operating system emulation layer provides a common interface
17 implemented in a higher layer.
20 the OS emulation layer must provide several header files defining
46 Is called to initialize the sys_arch layer.
218 Additional files required for the "OS support" emulation layer:
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dpbuf.c179 * layer at which the pbuf is allocated and the requested size
182 * @param layer flag to define header size
207 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() argument
215 switch (layer) { in pbuf_alloc()
217 /* add room for transport (often TCP) layer header */ in pbuf_alloc()
221 /* add room for IP layer header */ in pbuf_alloc()
225 /* add room for link layer header */ in pbuf_alloc()
232 LWIP_ASSERT("pbuf_alloc: bad pbuf layer", 0); in pbuf_alloc()
354 * @param layer flag to define header size
376 /* add room for transport (often TCP) layer header */ in pbuf_alloced_custom()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dpbuf.c220 * layer at which the pbuf is allocated and the requested size
223 * @param layer flag to define header size
248 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() argument
256 switch (layer) { in pbuf_alloc()
258 /* add room for transport (often TCP) layer header */ in pbuf_alloc()
262 /* add room for IP layer header */ in pbuf_alloc()
266 /* add room for link layer header */ in pbuf_alloc()
270 /* add room for encapsulating link layer headers (e.g. 802.11) */ in pbuf_alloc()
278 LWIP_ASSERT("pbuf_alloc: bad pbuf layer", 0); in pbuf_alloc()
434 /* add room for transport (often TCP) layer header */ in pbuf_alloced_custom()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Daccess.h2 * @brief Bluetooth Mesh Access Layer APIs.
14 * @brief Bluetooth Mesh Access Layer
15 * @defgroup bt_mesh_access Bluetooth Mesh Access Layer
360 * @brief Send an Access Layer message.
364 * @param msg Access Layer payload (the actual message to be sent).
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A DChangelog.txt12 for the porting layer.
83 porting layer.
153 Notes: Fixed bug in FreeRTOS porting layer for STR71X/lwIP target where
189 - FEATURES (STR71XTCP): implemented function in STR71X/lwIP porting layer
192 porting layer which allows specifing the stack size.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml183 which 4 or 8 bytes is used for the Transport Layer MIC). For
185 which leaves 56 bytes for application layer data using a
352 Use this option to enable Network layer debug logs for the
358 Use this option to enable Transport layer debug logs for the
382 Use this option to enable Access layer and device composition
/nrf52832-nimble/rt-thread/include/
H A Drtdebug.h19 #error "POSIX layer need standard C library(RT_USING_LIBC)"
26 #error "termios need POSIX layer(RT_USING_POSIX)"
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dfsm.h80 u16_t protocol; /* Data Link Layer Protocol field value */
113 void (*starting) /* Called when we want the lower layer */
115 void (*finished) /* Called when we don't want the lower layer */

12345678910>>...13