Home
last modified time | relevance | path

Searched refs:net_buf_pull (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dhci_ecc.c318 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()
Dat.c34 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()
Dsdp.c526 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()
Dscan.c540 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()
Drfcomm.c1479 net_buf_pull(buf, sizeof(*hdr) + 1); in rfcomm_recv()
1481 net_buf_pull(buf, sizeof(*hdr)); in rfcomm_recv()
Dl2cap_br.c1007 net_buf_pull(buf, opt->len); in l2cap_br_conf_req()
Datt.c1980 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()
Dconn.c584 net_buf_pull(buf, frag_len); in send_frag()
/Zephyr-Core-2.7.6/tests/net/arp/src/
Dmain.c188 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/
Dmain.c176 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/
Dcan_net.c81 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/
Dsmp.c70 net_buf_pull(nb, len); in zephyr_smp_trim_front()
/Zephyr-Core-2.7.6/samples/bluetooth/hci_uart/src/
Dmain.c220 net_buf_pull(buf, len); in tx_isr()
/Zephyr-Core-2.7.6/subsys/net/l2/ieee802154/
Dieee802154.c279 net_buf_pull(pkt->buffer, hdr_len); in ieee802154_recv()
/Zephyr-Core-2.7.6/subsys/net/ip/
D6lo.c828 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/
D6locan.c368 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/
Dh4.c404 net_buf_pull(tx.buf, bytes); in process_tx()
/Zephyr-Core-2.7.6/doc/reference/networking/
Dnet_buf.rst115 void *net_buf_pull(struct net_buf *buf, size_t len);
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/
Dethernet.c253 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/
Dmodem_cmd_handler.c408 net_buf_pull(data->rx_buf, offset); in cmd_handler_process_rx_buf()
Dwncm14a2a.c1217 net_buf_pull(rx_buf, offset); in wncm14a2a_rx()
/Zephyr-Core-2.7.6/include/net/
Dbuf.h2030 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/
Disotp.c711 net_buf_pull(frag, rem_len); in pull_frags()
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dfriend.c1373 net_buf_pull(buf, 3); /* skip SEQNUM */ in is_segack()
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dgatt.c63 #define server_buf_pull(_len) net_buf_pull(server_buf, ROUND_UP(_len, 4))

12