Home
last modified time | relevance | path

Searched defs:pkt (Results 201 – 225 of 280) sorted by relevance

12345678910>>...12

/Zephyr-latest/include/zephyr/net/
Dnet_l2.h154 struct net_pkt *pkt) in net_l2_send()
/Zephyr-latest/subsys/net/l2/ethernet/
Darp.h26 #define NET_ARP_HDR(pkt) ((struct net_arp_hdr *)net_pkt_data(pkt)) argument
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread_utils.c38 int pkt_list_add(struct openthread_context *context, struct net_pkt *pkt) in pkt_list_add()
/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem.c349 static int eth_xlnx_gem_send(const struct device *dev, struct net_pkt *pkt) in eth_xlnx_gem_send()
1436 struct net_pkt *pkt; in eth_xlnx_gem_handle_rx_pending() local
Deth_w5500.c176 static int w5500_tx(const struct device *dev, struct net_pkt *pkt) in w5500_tx()
217 struct net_pkt *pkt; in w5500_rx() local
Deth_lan9250.c456 struct net_pkt *pkt; in lan9250_rx() local
523 static int lan9250_tx(const struct device *dev, struct net_pkt *pkt) in lan9250_tx()
Deth_numaker.c364 struct net_pkt *pkt; in m_numaker_gmacdev_packet_rx() local
466 static int numaker_eth_tx(const struct device *dev, struct net_pkt *pkt) in numaker_eth_tx()
Deth_adin2111.c254 struct net_pkt *pkt; in eth_adin2111_oa_data_read() local
347 static int eth_adin2111_send_oa_frame(const struct device *dev, struct net_pkt *pkt, in eth_adin2111_send_oa_frame()
535 struct net_pkt *pkt; in adin2111_read_fifo() local
800 static int adin2111_port_send(const struct device *dev, struct net_pkt *pkt) in adin2111_port_send()
Deth_enc28j60.c466 static int eth_enc28j60_tx(const struct device *dev, struct net_pkt *pkt) in eth_enc28j60_tx()
556 struct net_pkt *pkt; in enc28j60_read_packet() local
Deth_enc424j600.c308 static int enc424j600_tx(const struct device *dev, struct net_pkt *pkt) in enc424j600_tx()
353 struct net_pkt *pkt; in enc424j600_rx() local
/Zephyr-latest/drivers/net/
Dppp.c78 struct net_pkt *pkt; member
761 static bool calc_fcs(struct net_pkt *pkt, uint16_t *fcs, uint16_t protocol) in calc_fcs()
804 static int ppp_send(const struct device *dev, struct net_pkt *pkt) in ppp_send()
/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp85 static void openthread_handle_frame_to_send(otInstance *instance, struct net_pkt *pkt) in openthread_handle_frame_to_send()
562 extern "C" int notify_new_rx_frame(struct net_pkt *pkt) in notify_new_rx_frame()
570 extern "C" int notify_new_tx_frame(struct net_pkt *pkt) in notify_new_tx_frame()
/Zephyr-latest/drivers/modem/
Dwncm14a2a.c339 static int send_data(struct wncm14a2a_socket *sock, struct net_pkt *pkt) in send_data()
430 static int pkt_setup_ip_data(struct net_pkt *pkt, in pkt_setup_ip_data()
734 struct net_pkt *pkt; in sockreadrecv_cb_work() local
1620 static int offload_sendto(struct net_pkt *pkt, in offload_sendto()
1655 static int offload_send(struct net_pkt *pkt, in offload_send()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.c327 struct net_pkt *pkt; in drv_rx_done() local
673 struct net_pkt *pkt, in ieee802154_cc13xx_cc26xx_subg_tx()
/Zephyr-latest/tests/net/virtual/src/
Dmain.c113 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx()
229 static int sender_iface(const struct device *dev, struct net_pkt *pkt) in sender_iface()
930 struct net_pkt *pkt, in recv_data()
/Zephyr-latest/drivers/crypto/
Dcrypto_npcx_sha.c83 static int npcx_sha_compute(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in npcx_sha_compute()
Dcrypto_intel_sha.c197 static int intel_sha_compute(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in intel_sha_compute()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c291 static int airoc_mgmt_send(const struct device *dev, struct net_pkt *pkt) in airoc_mgmt_send()
337 struct net_pkt *pkt; in airoc_wifi_network_process_ethernet_data() local
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86_64.py196 def handle_register_single_read_packet(self, pkt): argument
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_internal.h141 static inline bool net_dhcpv4_accept_unicast(struct net_pkt *pkt) in net_dhcpv4_accept_unicast()
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx/
Doff_raw_tx_api.h162 void *pkt; member
/Zephyr-latest/subsys/net/ip/
Dtp_priv.h59 struct net_pkt *pkt; member
Dnet_if.c130 #define debug_check_packet(pkt) \ argument
199 static void update_txtime_stats_detail(struct net_pkt *pkt, in update_txtime_stats_detail()
212 net_pkt_stats_tick(pkt)[i] = val; in update_txtime_stats_detail() local
216 static bool net_if_tx(struct net_if *iface, struct net_pkt *pkt) in net_if_tx()
330 void net_process_tx_packet(struct net_pkt *pkt) in net_process_tx_packet()
345 void net_if_queue_tx(struct net_if *iface, struct net_pkt *pkt) in net_if_queue_tx()
452 enum net_verdict net_if_send_data(struct net_if *iface, struct net_pkt *pkt) in net_if_send_data()
5287 enum net_verdict net_if_recv_data(struct net_if *iface, struct net_pkt *pkt) in net_if_recv_data()
5892 struct net_pkt *pkt; in net_tx_ts_thread() local
5906 struct net_pkt *pkt, in net_if_register_timestamp_cb()
[all …]
/Zephyr-latest/subsys/net/lib/ptp/
Dmsg.c262 struct ptp_msg *ptp_msg_from_pkt(struct net_pkt *pkt) in ptp_msg_from_pkt()
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.h646 static inline void ctf_top_net_recv_data_enter(int32_t if_index, uint32_t iface, uint32_t pkt, in ctf_top_net_recv_data_enter()
653 static inline void ctf_top_net_recv_data_exit(int32_t if_index, uint32_t iface, uint32_t pkt, in ctf_top_net_recv_data_exit()
660 static inline void ctf_top_net_send_data_enter(int32_t if_index, uint32_t iface, uint32_t pkt, in ctf_top_net_send_data_enter()
667 static inline void ctf_top_net_send_data_exit(int32_t if_index, uint32_t iface, uint32_t pkt, in ctf_top_net_send_data_exit()
674 static inline void ctf_top_net_rx_time(int32_t if_index, uint32_t iface, uint32_t pkt, in ctf_top_net_rx_time()
681 static inline void ctf_top_net_tx_time(int32_t if_index, uint32_t iface, uint32_t pkt, in ctf_top_net_tx_time()

12345678910>>...12