Home
last modified time | relevance | path

Searched refs:om_databuf (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_mbuf.h107 uint8_t om_databuf[0]; member
192 ((uint8_t *) &om->om_databuf[0] + startoff)); in _os_mbuf_leadingspace()
222 return (&om->om_databuf[0] + omp->omp_databuf_len) - in _os_mbuf_trailingspace()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dglue.c256 uint8_t headroom = om->om_data - &om->om_databuf[om->om_pkthdr_len]; in net_buf_simple_push_le16()
272 uint8_t headroom = om->om_data - &om->om_databuf[om->om_pkthdr_len]; in net_buf_simple_push_be16()
288 uint8_t headroom = om->om_data - &om->om_databuf[om->om_pkthdr_len]; in net_buf_simple_push_u8()
354 uint8_t headroom = om->om_data - &om->om_databuf[om->om_pkthdr_len]; in net_buf_simple_push()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dglue.h178 #define net_buf_headroom(buf) ((buf)->om_data - &(buf)->om_databuf[buf->om_pkthdr_len])
208 buf->om_data = &buf->om_databuf[buf->om_pkthdr_len] + reserve_head; in net_buf_simple_init()
311 buf->om_data = &buf->om_databuf[buf->om_pkthdr_len] + state->offset; in net_buf_simple_restore()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_mbuf.c259 om->om_data = (&om->om_databuf[0] + leadingspace); in os_mbuf_get()
345 memcpy(&new_buf->om_databuf[0], &old_buf->om_databuf[0], in _os_mbuf_copypkthdr()
348 new_buf->om_data = new_buf->om_databuf + old_buf->om_pkthdr_len; in _os_mbuf_copypkthdr()