Home
last modified time | relevance | path

Searched defs:pkt (Results 151 – 175 of 280) sorted by relevance

12345678910>>...12

/Zephyr-latest/include/zephyr/net/
Dopenthread.h40 struct net_pkt *pkt; member
/Zephyr-latest/drivers/ethernet/
Doa_tc6.c178 int oa_tc6_send_chunks(struct oa_tc6 *tc6, struct net_pkt *pkt) in oa_tc6_send_chunks()
329 int oa_tc6_read_chunks(struct oa_tc6 *tc6, struct net_pkt *pkt) in oa_tc6_read_chunks()
Deth_litex_liteeth.c74 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx()
116 struct net_pkt *pkt; in eth_rx() local
Deth_xmc4xxx.c121 struct net_pkt *pkt; member
224 static int eth_xmc4xxx_send(const struct device *dev, struct net_pkt *pkt) in eth_xmc4xxx_send()
356 struct net_pkt *pkt = NULL; in eth_xmc4xxx_rx_pkt() local
481 struct net_pkt *pkt = NULL; in eth_xmc4xxx_handle_rx() local
529 struct net_pkt *pkt = tx_frame->pkt; in eth_xmc4xxx_handle_tx() local
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c246 static int ecm_send(struct net_pkt *pkt) in ecm_send()
277 struct net_pkt *pkt; in ecm_read_cb() local
/Zephyr-latest/drivers/usb/uhc/
Duhc_virtual.c54 struct uvb_packet *pkt; member
203 struct uvb_packet *const pkt) in vrt_hrslt_success()
276 struct uvb_packet *const pkt) in vrt_handle_reply()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c106 struct net_pkt *pkt = NULL; in upipe_rx() local
265 struct net_pkt *pkt, in upipe_tx()
Dieee802154_cc1200.c426 static inline bool verify_crc(const struct device *dev, struct net_pkt *pkt) in verify_crc()
454 struct net_pkt *pkt; in cc1200_rx() local
606 struct net_pkt *pkt, in cc1200_tx()
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c89 struct net_pkt *pkt; in lldp_send() local
267 enum net_verdict net_lldp_recv(struct net_if *iface, struct net_pkt *pkt) in net_lldp_recv()
/Zephyr-latest/tests/net/tcp/src/
Dmain.c246 struct net_pkt *pkt; in tester_prepare_tcp_pkt() local
395 static bool is_icmp_pkt(struct net_pkt *pkt) in is_icmp_pkt()
404 static int read_tcp_header(struct net_pkt *pkt, struct tcphdr *th) in read_tcp_header()
429 static int tester_send(const struct device *dev, struct net_pkt *pkt) in tester_send()
780 struct net_pkt *pkt, in test_tcp_recv_cb()
2039 static void handle_server_recv_out_of_order(struct net_pkt *pkt) in handle_server_recv_out_of_order()
2097 struct net_pkt *pkt; in checklist_based_out_of_order_test() local
2529 struct net_pkt *pkt, in test_fin_ack_data_recv_cb()
/Zephyr-latest/subsys/net/ip/
Dutils.c600 static inline uint16_t pkt_calc_chksum(struct net_pkt *pkt, uint16_t sum) in pkt_calc_chksum()
638 uint16_t net_calc_chksum(struct net_pkt *pkt, uint8_t proto) in net_calc_chksum()
688 uint16_t net_calc_chksum_ipv4(struct net_pkt *pkt) in net_calc_chksum_ipv4()
703 uint16_t net_calc_chksum_igmp(struct net_pkt *pkt) in net_calc_chksum_igmp()
Dnet_context.c1230 struct net_pkt *pkt, in net_context_create_ipv4_new()
1284 struct net_pkt *pkt, in net_context_create_ipv6_new()
2039 static int context_write_data(struct net_pkt *pkt, const void *buf, in context_write_data()
2070 struct net_pkt *pkt, in context_setup_udp_packet()
2133 struct net_pkt *pkt) in context_finalize_packet()
2152 struct net_pkt *pkt; in context_alloc_pkt() local
2187 static void set_pkt_txtime(struct net_pkt *pkt, const struct msghdr *msghdr) in set_pkt_txtime()
2214 struct net_pkt *pkt = NULL; in context_sendto() local
2701 struct net_pkt *pkt, in net_context_packet_received()
2833 struct net_pkt *pkt, in net_context_raw_packet_received()
Dconnection.h194 static inline enum net_verdict net_conn_input(struct net_pkt *pkt, in net_conn_input()
/Zephyr-latest/tests/net/vlan/src/
Dmain.c125 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx()
221 static int eth_tx_embed_ll_hdr(const struct device *dev, struct net_pkt *pkt) in eth_tx_embed_ll_hdr()
284 static int sender_iface(const struct device *dev, struct net_pkt *pkt) in sender_iface()
480 struct net_pkt *pkt; in ZTEST() local
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_packet.c87 struct net_pkt *pkt, in zpacket_received_cb()
168 struct net_pkt *pkt, in zpacket_set_source_addr()
303 struct net_pkt *pkt; in zpacket_recvfrom_ctx() local
/Zephyr-latest/tests/boards/espressif/ethernet/src/
Dmain.c58 static int icmp_event(struct net_icmp_ctx *ctx, struct net_pkt *pkt, struct net_icmp_ip_hdr *hdr, in icmp_event()
/Zephyr-latest/tests/net/pm/src/
Dmain.c52 static int fake_dev_send(const struct device *dev, struct net_pkt *pkt) in fake_dev_send()
/Zephyr-latest/tests/net/socket/af_packet_ipproto_raw/src/
Dmain.c29 static int fake_dev_send(const struct device *dev, struct net_pkt *pkt) in fake_dev_send()
/Zephyr-latest/tests/net/hostname/src/
Dmain.c120 static int sender_iface(const struct device *dev, struct net_pkt *pkt) in sender_iface()
186 struct net_pkt *pkt) in eth_fake_send()
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c92 static int esp32_wifi_send(const struct device *dev, struct net_pkt *pkt) in esp32_wifi_send()
127 struct net_pkt *pkt; in eth_esp32_rx() local
174 struct net_pkt *pkt; in wifi_esp32_ap_iface_rx() local
/Zephyr-latest/tests/net/icmp/src/
Dmain.c102 static int test_sender(const struct device *dev, struct net_pkt *pkt) in test_sender()
117 static int test_receiver(const struct device *dev, struct net_pkt *pkt) in test_receiver()
427 struct net_pkt *pkt, in icmp_handler()
/Zephyr-latest/samples/net/lldp/src/
Dmain.c143 static enum net_verdict parse_lldp(struct net_if *iface, struct net_pkt *pkt) in parse_lldp()
/Zephyr-latest/tests/net/pmtu/src/
Dmain.c506 struct net_pkt **pkt) in create_icmpv6_ptb()
564 struct net_pkt *pkt = NULL; in ZTEST() local
632 struct net_pkt **pkt) in create_icmpv4_dest_unreach()
690 struct net_pkt *pkt = NULL; in ZTEST() local
/Zephyr-latest/drivers/crypto/
Dcrypto_ataes132a.c583 struct cipher_pkt *pkt) in ataes132a_aes_ecb_block()
764 static int do_block(struct cipher_ctx *ctx, struct cipher_pkt *pkt) in do_block()
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c140 static bool eth_get_ptp_data(struct net_if *iface, struct net_pkt *pkt) in eth_get_ptp_data()
164 struct net_pkt *pkt = frameinfo->context; in ts_register_tx_event() local
182 static inline void eth_wait_for_ptp_ts(const struct device *dev, struct net_pkt *pkt) in eth_wait_for_ptp_ts()
204 static int eth_nxp_enet_tx(const struct device *dev, struct net_pkt *pkt) in eth_nxp_enet_tx()
346 struct net_pkt *pkt = NULL; in eth_nxp_enet_rx() local

12345678910>>...12