Home
last modified time | relevance | path

Searched refs:net_buf_simple_tail (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h655 static inline uint8_t *net_buf_simple_tail(struct net_buf_simple *buf) in net_buf_simple_tail() function
1586 #define net_buf_tail(buf) net_buf_simple_tail(&(buf)->b)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c38 uint8_t *tail = net_buf_simple_tail(buf); in net_buf_simple_add()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c92 const uint8_t *tail = net_buf_simple_tail(data); in check_dup()