Home
last modified time | relevance | path

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

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