Home
last modified time | relevance | path

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

/Zephyr-latest/lib/net_buf/
Dbuf.c732 const uint8_t *bptr; in net_buf_data_match() local
747 bptr = buf->data + offset; in net_buf_data_match()
751 if (dptr[compared] != bptr[i]) { in net_buf_data_match()