| /openbmc/phosphor-net-ipmid/ |
| H A D | message_parsers.cpp | 140 std::vector<uint8_t> packet(sizeof(SessionHeader_t)); in flatten() local 251 std::vector<uint8_t> packet(sizeof(SessionHeader_t)); in flatten() local 303 void addSequenceNumber(std::vector<uint8_t>& packet, in addSequenceNumber() 319 bool verifyPacketIntegrity(const std::vector<uint8_t>& packet, in verifyPacketIntegrity() 373 void addIntegrityData(std::vector<uint8_t>& packet, in addIntegrityData() 398 const std::vector<uint8_t>& packet, in decryptPayload() 435 std::vector<uint8_t> packet(sizeof(AsfMessagePong_t)); in flatten() local
|
| H A D | message_handler.cpp | 22 std::vector<uint8_t> packet; in receive() local 143 void Handler::writeData(const std::vector<uint8_t>& packet) in writeData() 156 auto packet = asfparser::flatten(inMessage->asfMsgTag); in sendASF() local 166 auto packet = parser::flatten(outMessage, sessionHeader, session); in send() local
|
| H A D | integrity_algo.cpp | 43 const std::vector<uint8_t>& packet, const size_t length, in verifyIntegrityData() 109 const std::vector<uint8_t>& packet, const size_t length, in verifyIntegrityData()
|
| /openbmc/phosphor-net-ipmid/test/ |
| H A D | cipher.cpp | 21 std::vector<uint8_t> packet = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local 82 std::vector<uint8_t> packet = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local 146 std::vector<uint8_t> packet = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local 182 std::vector<uint8_t> packet = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local 245 std::vector<uint8_t> packet = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local 310 std::vector<uint8_t> packet = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local
|
| /openbmc/u-boot/test/dm/ |
| H A D | eth.c | 262 static int sb_check_arp_reply(struct udevice *dev, void *packet, in sb_check_arp_reply() 300 static int sb_with_async_arp_handler(struct udevice *dev, void *packet, in sb_with_async_arp_handler() 347 static int sb_check_ping_reply(struct udevice *dev, void *packet, in sb_check_ping_reply() 385 static int sb_with_async_ping_handler(struct udevice *dev, void *packet, in sb_with_async_ping_handler()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | sandbox.c | 57 int sandbox_eth_arp_req_to_reply(struct udevice *dev, void *packet, in sandbox_eth_arp_req_to_reply() 112 int sandbox_eth_ping_req_to_reply(struct udevice *dev, void *packet, in sandbox_eth_ping_req_to_reply() 264 static int sb_default_handler(struct udevice *dev, void *packet, in sb_default_handler() 336 static int sb_eth_send(struct udevice *dev, void *packet, int length) in sb_eth_send() 368 static int sb_eth_free_pkt(struct udevice *dev, uchar *packet, int length) in sb_eth_free_pkt()
|
| H A D | altera_tse.c | 155 static int altera_tse_send_sgdma(struct udevice *dev, void *packet, int length) in altera_tse_send_sgdma() 199 static int altera_tse_free_pkt_sgdma(struct udevice *dev, uchar *packet, in altera_tse_free_pkt_sgdma() 310 static int altera_tse_send_msgdma(struct udevice *dev, void *packet, in altera_tse_send_msgdma() 353 static int altera_tse_free_pkt_msgdma(struct udevice *dev, uchar *packet, in altera_tse_free_pkt_msgdma() 477 static int altera_tse_send(struct udevice *dev, void *packet, int length) in altera_tse_send() 494 static int altera_tse_free_pkt(struct udevice *dev, uchar *packet, in altera_tse_free_pkt()
|
| H A D | ftmac100.c | 184 static int _ftmac100_send(struct ftmac100_data *priv, void *packet, int length) in _ftmac100_send() 272 static int ftmac100_send(struct eth_device *dev, void *packet, int length) in ftmac100_send() 330 static int ftmac100_send(struct udevice *dev, void *packet, int length) in ftmac100_send() 351 static int ftmac100_free_pkt(struct udevice *dev, uchar *packet, int length) in ftmac100_free_pkt()
|
| H A D | sh_eth.c | 64 static int sh_eth_send_common(struct sh_eth_dev *eth, void *packet, int len) in sh_eth_send_common() 534 static int sh_eth_send_legacy(struct eth_device *dev, void *packet, int len) in sh_eth_send_legacy() 545 uchar *packet = (uchar *)ADDR_TO_P2(port_info->rx_desc_cur->rd2); in sh_eth_recv_common() local 683 static int sh_ether_send(struct udevice *dev, void *packet, int len) in sh_ether_send() 696 uchar *packet = (uchar *)ADDR_TO_P2(port_info->rx_desc_cur->rd2); in sh_ether_recv() local 716 static int sh_ether_free_pkt(struct udevice *dev, uchar *packet, int length) in sh_ether_free_pkt()
|
| H A D | designware.c | 357 static int _dw_eth_send(struct dw_eth_dev *priv, void *packet, int length) in _dw_eth_send() 521 static int dw_eth_send(struct eth_device *dev, void *packet, int length) in dw_eth_send() 528 uchar *packet; in dw_eth_recv() local 622 int designware_eth_send(struct udevice *dev, void *packet, int length) in designware_eth_send() 636 int designware_eth_free_pkt(struct udevice *dev, uchar *packet, int length) in designware_eth_free_pkt()
|
| H A D | tsec.c | 255 static int tsec_send(struct eth_device *dev, void *packet, int length) in tsec_send() 310 uchar *packet = net_rx_packets[priv->rx_idx]; in tsec_recv() local 366 static int tsec_free_pkt(struct udevice *dev, uchar *packet, int length) in tsec_free_pkt()
|
| H A D | ravb.c | 111 u8 packet[PKTSIZE_ALIGN]; member 140 static int ravb_send(struct udevice *dev, void *packet, int len) in ravb_send() 178 u8 *packet; in ravb_recv() local 199 static int ravb_free_pkt(struct udevice *dev, uchar *packet, int length) in ravb_free_pkt()
|
| /openbmc/qemu/net/ |
| H A D | queue.c | 83 NetPacket *packet, *next; in qemu_del_net_queue() local 100 NetPacket *packet; in qemu_net_queue_append() local 123 NetPacket *packet; in qemu_net_queue_append_iov() local 248 NetPacket *packet, *next; in qemu_net_queue_purge() local 268 NetPacket *packet; in qemu_net_queue_flush() local
|
| /openbmc/u-boot/net/ |
| H A D | fastboot.c | 55 uchar *packet; in fastboot_udp_send_info() local 122 uchar *packet; in fastboot_send() local 256 static void fastboot_handler(uchar *packet, unsigned int dport, in fastboot_handler()
|
| H A D | eth_legacy.c | 353 int eth_send(void *packet, int length) in eth_send() 370 static void eth_save_packet(void *packet, int length) in eth_save_packet() 388 int eth_receive(void *packet, int length) in eth_receive()
|
| H A D | eth-uclass.c | 330 int eth_send(void *packet, int length) in eth_send() 353 uchar *packet; in eth_rx() local
|
| /openbmc/qemu/target/hexagon/ |
| H A D | decode.c | 91 void decode_send_insn_to(Packet *packet, int start, int newloc) in decode_send_insn_to() 115 decode_fill_newvalue_regno(Packet *packet) in decode_fill_newvalue_regno() 271 static void decode_shuffle_for_execution(Packet *packet) in decode_shuffle_for_execution() 388 static void decode_apply_extenders(Packet *packet) in decode_apply_extenders() 399 static void decode_remove_extenders(Packet *packet) in decode_remove_extenders()
|
| /openbmc/u-boot/arch/sandbox/cpu/ |
| H A D | eth-raw-os.c | 195 int sandbox_eth_raw_os_send(void *packet, int length, in sandbox_eth_raw_os_send() 260 int sandbox_eth_raw_os_recv(void *packet, int *length, in sandbox_eth_raw_os_recv()
|
| /openbmc/qemu/hw/usb/ |
| H A D | pcap.c | 103 static void do_usb_pcap_header(FILE *fp, struct usbmon_packet *packet) in do_usb_pcap_header() 124 struct usbmon_packet packet = { in do_usb_pcap_ctrl() local 167 struct usbmon_packet packet = { in do_usb_pcap_data() local
|
| H A D | u2f-passthru.c | 98 static inline uint32_t packet_get_cid(const void *packet) in packet_get_cid() 103 static inline bool packet_is_init(const void *packet) in packet_is_init() 309 uint8_t packet[2 * U2FHID_PACKET_SIZE]; in u2f_passthru_read() local
|
| /openbmc/u-boot/drivers/virtio/ |
| H A D | virtio_net.c | 77 static int virtio_net_send(struct udevice *dev, void *packet, int length) in virtio_net_send() 123 static int virtio_net_free_pkt(struct udevice *dev, uchar *packet, int length) in virtio_net_free_pkt()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | migration-multifd.c | 124 VFIODeviceStatePacket *packet, in vfio_load_state_buffer_insert() 171 VFIODeviceStatePacket *packet = (VFIODeviceStatePacket *)data; in vfio_multifd_load_state_buffer() local 641 g_autofree VFIODeviceStatePacket *packet = NULL; in vfio_save_complete_precopy_thread_config_state() local 696 g_autofree VFIODeviceStatePacket *packet = NULL; in vfio_multifd_save_complete_precopy_thread() local
|
| /openbmc/qemu/migration/ |
| H A D | multifd-nocomp.c | 205 MultiFDPacket_t *packet = p->packet; in multifd_ram_fill_packet() local 231 MultiFDPacket_t *packet = p->packet; in multifd_ram_unfill_packet() local
|
| /openbmc/u-boot/drivers/usb/eth/ |
| H A D | mcs7830.c | 508 static int mcs7830_send_common(struct ueth_data *ueth, void *packet, in mcs7830_send_common() 602 static int mcs7830_send(struct eth_device *eth, void *packet, int length) in mcs7830_send() 860 int mcs7830_eth_send(struct udevice *dev, void *packet, int length) in mcs7830_eth_send() 880 static int mcs7830_free_pkt(struct udevice *dev, uchar *packet, int packet_len) in mcs7830_free_pkt()
|
| H A D | asix.c | 466 static int asix_send_common(struct ueth_data *dev, void *packet, int length) in asix_send_common() 505 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send() 754 int asix_eth_send(struct udevice *dev, void *packet, int length) in asix_eth_send() 812 static int asix_free_pkt(struct udevice *dev, uchar *packet, int packet_len) in asix_free_pkt()
|