/Zephyr-latest/include/zephyr/net/ |
D | openthread.h | 40 struct net_pkt *pkt; member
|
/Zephyr-latest/drivers/ethernet/ |
D | oa_tc6.c | 178 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()
|
D | eth_litex_liteeth.c | 74 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() 116 struct net_pkt *pkt; in eth_rx() local
|
D | eth_xmc4xxx.c | 121 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/ |
D | function_ecm.c | 246 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/ |
D | uhc_virtual.c | 54 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/ |
D | ieee802154_uart_pipe.c | 106 struct net_pkt *pkt = NULL; in upipe_rx() local 265 struct net_pkt *pkt, in upipe_tx()
|
D | ieee802154_cc1200.c | 426 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/ |
D | lldp.c | 89 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/ |
D | main.c | 246 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/ |
D | utils.c | 600 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()
|
D | net_context.c | 1230 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()
|
D | connection.h | 194 static inline enum net_verdict net_conn_input(struct net_pkt *pkt, in net_conn_input()
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 125 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/ |
D | sockets_packet.c | 87 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/ |
D | main.c | 58 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/ |
D | main.c | 52 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/ |
D | main.c | 29 static int fake_dev_send(const struct device *dev, struct net_pkt *pkt) in fake_dev_send()
|
/Zephyr-latest/tests/net/hostname/src/ |
D | main.c | 120 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/ |
D | esp_wifi_drv.c | 92 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/ |
D | main.c | 102 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/ |
D | main.c | 143 static enum net_verdict parse_lldp(struct net_if *iface, struct net_pkt *pkt) in parse_lldp()
|
/Zephyr-latest/tests/net/pmtu/src/ |
D | main.c | 506 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/ |
D | crypto_ataes132a.c | 583 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/ |
D | eth_nxp_enet.c | 140 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
|