Searched refs:net_buf_data_match (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/lib/net_buf/buf/src/ | 
| D | main.c | 889 	res = net_buf_data_match(buf, 0, data, buf->size);  in ZTEST()896 	res = net_buf_data_match(buf, offset, &data[offset], to_compare);  in ZTEST()
 905 	res = net_buf_data_match(buf, 0, data, sizeof(data));  in ZTEST()
 910 	res = net_buf_data_match(buf, offset, &data[offset], buf->size);  in ZTEST()
 915 	res = net_buf_data_match(buf, 0, data, sizeof(data));  in ZTEST()
 919 	res = net_buf_data_match(NULL, 0, data, sizeof(data));  in ZTEST()
 923 	res = net_buf_data_match(buf, 0, NULL, sizeof(data));  in ZTEST()
 927 	res = net_buf_data_match(buf, FIXED_BUFFER_SIZE * 2, data, sizeof(data));  in ZTEST()
 932 	res = net_buf_data_match(buf, offset, &data[offset], 16);  in ZTEST()
 
 | 
| /Zephyr-latest/tests/net/lib/mdns_responder/src/ | 
| D | main.c | 368 	res = net_buf_data_match(pkt->cursor.buf, pkt->cursor.pos - pkt->cursor.buf->data,  in check_service_type_enum_resp()379 	res = net_buf_data_match(pkt->cursor.buf, pkt->cursor.pos - pkt->cursor.buf->data, payload,  in check_service_type_enum_resp()
 
 | 
| /Zephyr-latest/lib/net_buf/ | 
| D | buf.c | 696 size_t net_buf_data_match(const struct net_buf *buf, size_t offset, const void *data, size_t len)  in net_buf_data_match()  function
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 2628 size_t net_buf_data_match(const struct net_buf *buf, size_t offset, const void *data, size_t len);
 |