/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | hci_ecc.c | 318 net_buf_pull(buf, sizeof(*chdr)); in bt_hci_ecc_send() 322 net_buf_pull(buf, sizeof(*chdr)); in bt_hci_ecc_send() 326 net_buf_pull(buf, sizeof(*chdr)); in bt_hci_ecc_send()
|
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 | sdp.c | 526 net_buf_pull(buf, data_elem.data_size); in find_services() 530 net_buf_pull(buf, data_elem.data_size); in find_services() 1711 net_buf_pull(session->rec_buf, rec_len); in sdp_client_notify_result() 1795 net_buf_pull(buf, frame_len + sizeof(cstate->length)); in sdp_client_receive() 1808 net_buf_pull(buf, frame_len); in sdp_client_receive() 1819 net_buf_pull(buf, cstate->length + in sdp_client_receive() 1827 net_buf_pull(buf, sizeof(cstate->length)); in sdp_client_receive()
|
D | scan.c | 540 net_buf_pull(buf, evt->length); in bt_hci_le_adv_ext_report() 939 net_buf_pull(buf, evt->length + sizeof(adv_info.rssi)); in bt_hci_le_adv_report()
|
D | rfcomm.c | 1479 net_buf_pull(buf, sizeof(*hdr) + 1); in rfcomm_recv() 1481 net_buf_pull(buf, sizeof(*hdr)); in rfcomm_recv()
|
D | l2cap_br.c | 1007 net_buf_pull(buf, opt->len); in l2cap_br_conf_req()
|
D | att.c | 1980 net_buf_pull(buf, sizeof(struct bt_att_hdr)); in att_signed_write_cmd() 1981 net_buf_pull(buf, sizeof(*req)); in att_signed_write_cmd()
|
D | conn.c | 584 net_buf_pull(buf, frag_len); in send_frag()
|
/Zephyr-Core-2.7.6/tests/net/arp/src/ |
D | main.c | 188 net_buf_pull(pkt->buffer, sizeof(struct net_eth_hdr)); in prepare_arp_reply() 198 net_buf_pull(pkt->buffer, sizeof(struct net_eth_hdr)); in prepare_arp_reply() 239 net_buf_pull(req->buffer, sizeof(struct net_eth_hdr)); in prepare_arp_request() 250 net_buf_pull(pkt->buffer, sizeof(struct net_eth_hdr)); in prepare_arp_request() 620 net_buf_pull(pkt->buffer, sizeof(struct net_eth_hdr)); in test_arp()
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/hci_test_app/src/ |
D | main.c | 176 net_buf_pull(buf, sizeof(*evt)); in command_complete() 208 net_buf_pull(buf, sizeof(*evt)); in command_status() 277 net_buf_pull(buf, sizeof(*hdr)); in service_events()
|
/Zephyr-Core-2.7.6/drivers/can/ |
D | can_net.c | 81 net_buf_pull(buf, sizeof(uint16_t)); in can_set_lladdr() 88 net_buf_pull(buf, sizeof(uint16_t)); in can_set_lladdr()
|
/Zephyr-Core-2.7.6/subsys/mgmt/mcumgr/ |
D | smp.c | 70 net_buf_pull(nb, len); in zephyr_smp_trim_front()
|
/Zephyr-Core-2.7.6/samples/bluetooth/hci_uart/src/ |
D | main.c | 220 net_buf_pull(buf, len); in tx_isr()
|
/Zephyr-Core-2.7.6/subsys/net/l2/ieee802154/ |
D | ieee802154.c | 279 net_buf_pull(pkt->buffer, hdr_len); in ieee802154_recv()
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | 6lo.c | 828 net_buf_pull(pkt->buffer, compressed); in compress_IPHC_header() 1371 net_buf_pull(pkt->buffer, compressed_hdr_size); in uncompress_IPHC_header() 1525 net_buf_pull(pkt->buffer, 1U); in uncompress_ipv6_header()
|
/Zephyr-Core-2.7.6/subsys/net/l2/canbus/ |
D | 6locan.c | 368 net_buf_pull(pkt->buffer, net_pkt_lladdr_dst(pkt)->len + in canbus_finish_pkt() 374 net_buf_pull(pkt->buffer, sizeof(struct net_eth_addr) - in canbus_finish_pkt() 381 net_buf_pull(pkt->buffer, sizeof(struct net_eth_addr)); in canbus_finish_pkt() 1216 net_buf_pull(pkt->buffer, sizeof(struct net_eth_hdr)); in net_canbus_translate_eth_frame()
|
/Zephyr-Core-2.7.6/drivers/bluetooth/hci/ |
D | h4.c | 404 net_buf_pull(tx.buf, bytes); in process_tx()
|
/Zephyr-Core-2.7.6/doc/reference/networking/ |
D | net_buf.rst | 115 void *net_buf_pull(struct net_buf *buf, size_t len);
|
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/ |
D | ethernet.c | 253 net_buf_pull(pkt->frags, hdr_len); in ethernet_recv() 316 net_buf_pull(pkt->frags, hdr_len); in ethernet_recv()
|
/Zephyr-Core-2.7.6/drivers/modem/ |
D | modem_cmd_handler.c | 408 net_buf_pull(data->rx_buf, offset); in cmd_handler_process_rx_buf()
|
D | wncm14a2a.c | 1217 net_buf_pull(rx_buf, offset); in wncm14a2a_rx()
|
/Zephyr-Core-2.7.6/include/net/ |
D | buf.h | 2030 static inline void *net_buf_pull(struct net_buf *buf, size_t len) in net_buf_pull() function
|
/Zephyr-Core-2.7.6/subsys/canbus/isotp/ |
D | isotp.c | 711 net_buf_pull(frag, rem_len); in pull_frags()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | friend.c | 1373 net_buf_pull(buf, 3); /* skip SEQNUM */ in is_segack()
|
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/ |
D | gatt.c | 63 #define server_buf_pull(_len) net_buf_pull(server_buf, ROUND_UP(_len, 4))
|