| /Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/ | 
| D | main.c | 193 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()255 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 320 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 367 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 430 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 477 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 540 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 587 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 650 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 697 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 [all …]
 
 | 
| /Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/ | 
| D | main.c | 340 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()401 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 463 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 525 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 586 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 647 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 708 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 780 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 841 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 916 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 [all …]
 
 | 
| D | limited.c | 83 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()149 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 
 | 
| D | build_date.c | 123 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()199 	(void)net_buf_pull(nb, sizeof(struct smp_hdr));  in ZTEST()
 
 | 
| /Zephyr-latest/tests/net/arp/src/ | 
| D | main.c | 170 	net_buf_pull(pkt->buffer, sizeof(struct net_eth_hdr));  in prepare_arp_reply()180 	net_buf_pull(pkt->buffer, sizeof(struct net_eth_hdr));  in prepare_arp_reply()
 223 	net_buf_pull(req->buffer, sizeof(struct net_eth_hdr));  in prepare_arp_request()
 234 	net_buf_pull(pkt->buffer, sizeof(struct net_eth_hdr));  in prepare_arp_request()
 624 		net_buf_pull(pkt->buffer, sizeof(struct net_eth_hdr));  in ZTEST()
 
 | 
| /Zephyr-latest/subsys/bluetooth/host/classic/ | 
| D | at.c | 34 	net_buf_pull(buf, 1);  in at_check_byte()113 	net_buf_pull(buf, cmd_len);  in get_cmd_value()
 143 	net_buf_pull(buf, cmd_len);  in get_response_string()
 
 | 
| D | avrcp.c | 261 			net_buf_pull(buf, sizeof(*avrcp_hdr));  in avrcp_unit_info_handler()285 			net_buf_pull(buf, sizeof(*avrcp_hdr));  in avrcp_subunit_info_handler()
 317 			net_buf_pull(buf, sizeof(*avrcp_hdr));  in avrcp_pass_through_handler()
 355 	net_buf_pull(buf, sizeof(*avctp_hdr));  in avrcp_recv()
 
 | 
| D | sdp.c | 534 			net_buf_pull(buf, data_elem.data_size);  in find_services()538 			net_buf_pull(buf, data_elem.data_size);  in find_services()
 1858 		net_buf_pull(session->rec_buf, rec_len);  in sdp_client_notify_result()
 1987 	net_buf_pull(buf, record_len);  in sdp_client_receive_ss()
 1994 		net_buf_pull(buf, cstate->length + sizeof(cstate->length));  in sdp_client_receive_ss()
 2006 	net_buf_pull(buf, sizeof(cstate->length));  in sdp_client_receive_ss()
 2089 	net_buf_pull(buf, frame_len);  in sdp_client_receive_ssa_sa()
 2096 		net_buf_pull(buf, cstate->length + sizeof(cstate->length));  in sdp_client_receive_ssa_sa()
 2114 	net_buf_pull(buf, sizeof(cstate->length));  in sdp_client_receive_ssa_sa()
 
 | 
| D | hfp_ag.c | 392 		(void)net_buf_pull(buf, 1);  in skip_space()406 			(void)net_buf_pull(buf, 1);  in get_number()
 424 			(void)net_buf_pull(buf, 1);  in is_char()
 1520 			(void)net_buf_pull(buf, strlen(cmd_handlers[index].cmd));  in hfp_ag_recv()
 
 | 
| /Zephyr-latest/subsys/mgmt/mcumgr/smp/src/ | 
| D | smp.c | 418 		net_buf_pull(req, sizeof(struct smp_hdr));  in smp_process_request_packet()464 		net_buf_pull(req, req_hdr.nh_len);  in smp_process_request_packet()
 
 | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | buf.c | 224 	(void)net_buf_pull(parent, len);  in bt_buf_make_view()
 | 
| /Zephyr-latest/drivers/ethernet/ | 
| D | oa_tc6.c | 452 					net_buf_pull(buf_rx, sbo);  in oa_tc6_read_chunks()479 				net_buf_pull(tc6->concat_buf, sbo);  in oa_tc6_read_chunks()
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/ | 
| D | main.c | 221 	net_buf_pull(buf, sizeof(*evt));  in command_complete()253 	net_buf_pull(buf, sizeof(*evt));  in command_status()
 322 			net_buf_pull(buf, sizeof(*hdr));  in service_events()
 
 | 
| /Zephyr-latest/samples/bluetooth/hci_uart/src/ | 
| D | main.c | 223 	net_buf_pull(buf, len);  in tx_isr()
 | 
| /Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/ | 
| D | main.c | 353 	net_buf_pull(buf, len);  in tx_isr()
 | 
| /Zephyr-latest/doc/services/net_buf/ | 
| D | index.rst | 112      void *net_buf_pull(struct net_buf *buf, size_t len);
 | 
| /Zephyr-latest/subsys/net/l2/ieee802154/ | 
| D | ieee802154.c | 455 	net_buf_pull(pkt->buffer, ll_hdr_len);  in ieee802154_recv()
 | 
| /Zephyr-latest/drivers/usb/udc/ | 
| D | udc_smartbond.c | 877 			net_buf_pull(buf, ep0_in_state->last_packet_size);  in handle_ep0_tx()887 				net_buf_pull(buf, buf->len);  in handle_ep0_tx()
 1054 			net_buf_pull(buf, ep_state->last_packet_size);  in handle_epx_tx_ev()
 
 | 
| D | udc_virtual.c | 252 	net_buf_pull(buf, min_len);  in vrt_handle_in()
 | 
| /Zephyr-latest/drivers/modem/ | 
| D | modem_cmd_handler.c | 427 			net_buf_pull(data->rx_buf, offset);  in cmd_handler_process_rx_buf()
 | 
| /Zephyr-latest/drivers/usb/uhc/ | 
| D | uhc_virtual.c | 311 			net_buf_pull(buf, length);  in vrt_hrslt_success()
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | 6lo.c | 1403 		net_buf_pull(pkt->buffer, compressed_hdr_size);  in uncompress_IPHC_header()1557 	net_buf_pull(pkt->buffer, 1U);  in uncompress_ipv6_header()
 
 | 
| /Zephyr-latest/drivers/bluetooth/hci/ | 
| D | h4.c | 440 		net_buf_pull(h4->tx.buf, bytes);  in process_tx()
 | 
| /Zephyr-latest/tests/net/utils/src/ | 
| D | main.c | 1010 	net_buf_pull(pkt->frags, hdr_len);  in ZTEST()
 | 
| /Zephyr-latest/drivers/wifi/infineon/ | 
| D | airoc_wifi.c | 283 		(*buf)->data = net_buf_pull(*buf, add_remove_amount);  in airoc_wifi_buffer_add_remove_at_front()
 |