| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_network_security_utils.robot | 10 [Documentation] Send TCP, UDP or ICMP packets to any network device and return packet loss. 16 # packet_type The type of packets to be sent ("tcp, "udp", "icmp"). 18 # icmp_type Type of ICMP packets (e.g. 8, 13, 17, etc.). 19 # num Number of packets to be sent. 21 # This keyword expects host, port, type and number of packets to be sent 22 # and rate at which packets to be sent, should be given in command line. 23 # By default it sends 4 ICMP echo request packets at 1 packets/second. 42 # packet_type The type of packets to be sent ("tcp, "udp", "icmp"). 45 # num Number of packets to be sent. 47 # This keyword expects host, port, type and number of packets to be sent [all …]
|
| /openbmc/qemu/net/ |
| H A D | queue.c | 58 QTAILQ_HEAD(, NetPacket) packets; 74 QTAILQ_INIT(&queue->packets); in qemu_new_net_queue() 85 QTAILQ_FOREACH_SAFE(packet, &queue->packets, entry, next) { in qemu_del_net_queue() 86 QTAILQ_REMOVE(&queue->packets, packet, entry); in qemu_del_net_queue() 113 QTAILQ_INSERT_TAIL(&queue->packets, packet, entry); in qemu_net_queue_append() 148 QTAILQ_INSERT_TAIL(&queue->packets, packet, entry); in qemu_net_queue_append_iov() 250 QTAILQ_FOREACH_SAFE(packet, &queue->packets, entry, next) { in qemu_net_queue_purge() 252 QTAILQ_REMOVE(&queue->packets, packet, entry); in qemu_net_queue_purge() 267 while (!QTAILQ_EMPTY(&queue->packets)) { in qemu_net_queue_flush() 271 packet = QTAILQ_FIRST(&queue->packets); in qemu_net_queue_flush() [all …]
|
| H A D | vmnet-common.m | 60 * Write packets from QEMU to vmnet interface. 110 * Read packets from vmnet interface and write them 113 * Returns read packets number (may be 0) on success, 120 struct vmpktdesc *packets = s->packets_buf; 124 /* Read as many packets as present */ 128 packets[i].vm_pkt_size = s->max_packet_size; 129 packets[i].vm_pkt_iovcnt = 1; 130 packets[i].vm_flags = 0; 133 status = vmnet_read(s->vmnet_if, packets, &s->packets_send_end_pos); 146 * Write packets from temporary buffers in VmnetState [all …]
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_network_nping.robot | 22 [Documentation] Pump network packets to target. 25 # Send packets to BMC and check packet loss. 41 [Documentation] Send TCP, UDP or ICMP packets to the target. 45 # ${host}- Target system to which network packets to be sent. 46 # ${packet_type}- type of packets to be sent viz tcp, udp or icmp. 49 # This program expects host, port, type and number of packets to be sent 50 # and rate at which packets to be sent, should be given in command line 51 # by default it sends 100 TCP packets at 5 packets/second. 74 # Raw packets sent: 2 (80B) | Rcvd: 1 (46B) | Lost: 1 (50.00%)
|
| H A D | network_diagnostic_report.robot | 24 [Documentation] Log Network packets loss percentage from MTR report. 26 Log To Console \n Network packets loss: ${report['loss']} percent
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_network_security.robot | 33 [Documentation] Send ICMP packet type 13 and check BMC drops such packets 43 [Documentation] Send ICMP packet type 17 and check BMC drops such packets 53 [Documentation] Send ICMP packet type 8 continuously and check no packets are dropped from BMC 60 ... msg=FAILURE: BMC is dropping packets. 63 [Documentation] Send network packets continuously to Redfish interface and verify stability. 66 # Send large number of packets to Redfish interface. 70 ... msg=FAILURE: BMC is dropping some packets. 78 [Documentation] Send network packets continuously to IPMI port and verify stability. 81 # Send large number of packets to IPMI port. 85 ... msg=FAILURE: BMC is dropping some packets. [all …]
|
| /openbmc/qemu/hw/usb/ |
| H A D | combined-packet.c | 31 QTAILQ_INSERT_TAIL(&combined->packets, p, combined_entry); in usb_combined_packet_add() 41 QTAILQ_REMOVE(&combined->packets, p, combined_entry); in usb_combined_packet_remove() 42 if (QTAILQ_EMPTY(&combined->packets)) { in usb_combined_packet_remove() 62 assert(combined->first == p && p == QTAILQ_FIRST(&combined->packets)); in usb_combined_input_packet_complete() 66 short_not_ok = QTAILQ_LAST(&combined->packets)->short_not_ok; in usb_combined_input_packet_complete() 68 QTAILQ_FOREACH_SAFE(p, &combined->packets, combined_entry, next) { in usb_combined_input_packet_complete() 160 QTAILQ_INIT(&combined->packets); in usb_ep_combine_input_packets() 180 QTAILQ_FOREACH(u, &first->combined->packets, combined_entry) { in usb_ep_combine_input_packets()
|
| H A D | hcd-ehci.c | 513 QTAILQ_INSERT_TAIL(&q->packets, p, next); in ehci_alloc_packet() 540 QTAILQ_REMOVE(&p->queue->packets, p, next); in ehci_free_packet() 556 QTAILQ_INIT(&q->packets); in ehci_alloc_queue() 576 int packets = 0; in ehci_cancel_queue() local 578 p = QTAILQ_FIRST(&q->packets); in ehci_cancel_queue() 586 packets++; in ehci_cancel_queue() 587 } while ((p = QTAILQ_FIRST(&q->packets)) != NULL); in ehci_cancel_queue() 591 return packets; in ehci_cancel_queue() 596 int packets; in ehci_reset_queue() local 599 packets = ehci_cancel_queue(q); in ehci_reset_queue() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dropwatch/ |
| H A D | dropwatch_1.5.4.bb | 1 SUMMARY = "Dropwatch is a utility to diagnose where packets are getting dropped" 5 ability to diagnose where packets are getting dropped."
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
| H A D | 0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch | 5 packets as possible 13 packets as possible, and give a hint to user when possible overrun occurs. Note 55 + * Set SO_RCVBUF to max int value to receive as many packets as possible.
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | dbus_pcap_loader.js | 104 let packets = []; 143 packets.push(parsed); 150 Data_DBus = packets.slice(); 157 let preproc = Preprocess_DBusPcap(packets, timestamps);
|
| /openbmc/qemu/docs/devel/ |
| H A D | ebpf_rss.rst | 7 RSS(Receive Side Scaling) is used to distribute network packets to guest virtqueues 11 - 'in-qemu' RSS (functions if qemu receives network packets, i.e. vhost=off) 19 of transmitted packets. 30 Not for all packets, the hash can/should be calculated. 91 - default_queue - the queue index that used for packet that shouldn't be hashed. For some packets, …
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/traceroute/ |
| H A D | traceroute_2.1.6.bb | 2 DESCRIPTION = "The traceroute utility displays the route used by IP packets on \ 5 route taken by the packets. Traceroute is used as a network debugging \
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
| H A D | 50-gbmc-br.rules | 6 # those packets over the entire bridge. They are only relevant P2P.
|
| H A D | 50-gbmc-br-cn-redirect.rules | 14 # otherwise drop later if the packets goes into input
|
| /openbmc/u-boot/doc/ |
| H A D | README.VLAN | 4 You control the sending/receiving of VLAN tagged packets with the
|
| H A D | README.NetConsole | 42 packets. We developed our own tool 'ncb' (see tools directory) that 43 listens to broadcast packets on a given port and dumps them to the 63 src-port source for UDP packets
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nicstat/ |
| H A D | nicstat_1.95.bb | 2 statistics for all network interface cards (NICs), including packets, kilobytes \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/ |
| H A D | pcapplusplus_24.09.bb | 1 SUMMARY = "A multiplatform C++ library for capturing, parsing and crafting of network packets"
|
| /openbmc/docs/designs/mctp/ |
| H A D | mctp.md | 31 layer bindings for the actual transport of MCTP packets. These are defined by 56 As part of the design, the references to MCTP "messages" and "packets" are 58 the higher-level data transferred between MCTP endpoints, which packets are 61 packets by the transmit implementation, and reassembled at the receive
|
| H A D | mctp-userspace.md | 15 addressing mechanisms. The actual transmit/receive of those packets is up to the 41 - a "lower" hardware binding for transmit/receive of individual packets, 60 transferring packets to the physical layer. For example, a serial binding 119 for the tag field in individual MCTP packets.
|
| /openbmc/openbmc/meta-security/recipes-security/aircrack-ng/ |
| H A D | aircrack-ng_1.6.bb | 2 …and WPA-PSK keys cracking program that can recover keys once enough data packets have been capture…
|
| /openbmc/qemu/docs/ |
| H A D | colo-proxy.txt | 25 client and compare packets sent by PVM with sent by SVM. 65 …p | rx:receive packets sent to the netdev 66 … | tx:receive packets sent by the netdev 122 packets to a chardev.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fping/ |
| H A D | fping_5.3.bb | 1 SUMMARY = "sends ICMP ECHO_REQUEST packets to network hosts"
|
| /openbmc/qemu/qapi/ |
| H A D | common.json | 175 # where it will receive packets sent to the netdev. 178 # where it will receive packets sent by the netdev.
|