Searched refs:packet_type (Results 1 – 10 of 10) sorted by relevance
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_network_security_utils.robot | 11 [Arguments] ${host} ${num}=${count} ${packet_type}=${ICMP_PACKETS} 16 # packet_type The type of packets to be sent ("tcp, "udp", "icmp"). 25 ${cmd_suffix}= Set Variable If '${packet_type}' == 'icmp' 28 ${cmd_buf}= Set Variable --delay ${delay} ${host} -c ${num} --${packet_type} ${cmd_suffix} 42 # packet_type The type of packets to be sent ("tcp, "udp", "icmp"). 52 ${cmd_buf}= Set Variable --delay ${delay} ${host} -c ${num} --${packet_type} ${cmd_suffix}
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_network_nping.robot | 42 [Arguments] ${host} ${packet_type}=tcp ${port}=80 46 # ${packet_type}- type of packets to be sent viz tcp, udp or icmp. 53 ${cmd_buff}= Set Variable If '${packet_type}' == 'icmp' 54 … ... echo ${CLIENT_PASSWORD} | sudo -S nping --delay ${delay} ${host} -c ${count} --${packet_type} 55 …${CLIENT_PASSWORD} | sudo -S nping --delay ${delay} ${host} -c ${count} -p ${port} --${packet_type}
|
| /openbmc/u-boot/board/gdsys/common/ |
| H A D | cmd_ioloop.c | 46 u8 packet_type; member 93 .packet_type = 1, in io_send()
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | gdsys_ioep.h | 21 u8 packet_type; member
|
| /openbmc/qemu/hw/net/ |
| H A D | net_rx_pkt.c | 37 eth_pkt_types_e packet_type; member 168 eth_pkt_types_e packet_type) in net_rx_pkt_set_packet_type() argument 172 pkt->packet_type = packet_type; in net_rx_pkt_set_packet_type() 180 return pkt->packet_type; in net_rx_pkt_get_packet_type()
|
| H A D | net_rx_pkt.h | 307 eth_pkt_types_e packet_type);
|
| H A D | net_tx_pkt.c | 60 eth_pkt_types_e packet_type; member 194 pkt->packet_type = ETH_PKT_UCAST; in net_tx_pkt_parse_headers() 199 pkt->packet_type = get_eth_packet_type(l2_hdr->iov_base); in net_tx_pkt_parse_headers() 424 return pkt->packet_type; in net_tx_pkt_get_packet_type() 440 "l3hdr_len: %lu, payload_len: %u\n", pkt->hdr_len, pkt->packet_type, in net_tx_pkt_dump()
|
| H A D | dp8393x.c | 725 int packet_type; in dp8393x_receive() local 753 packet_type = dp8393x_receive_filter(s, buf, pkt_size); in dp8393x_receive() 754 if (packet_type < 0) { in dp8393x_receive() 815 s->regs[SONIC_RCR] |= packet_type; in dp8393x_receive()
|
| /openbmc/qemu/hw/misc/ |
| H A D | xlnx-versal-cfu.c | 218 uint8_t packet_type, row_addr, reg_addr; in cfu_stream_write() local 220 packet_type = extract32(wfifo[0], 24, 8); in cfu_stream_write() 239 } else if (packet_type == PACKET_TYPE_CFU && in cfu_stream_write() 254 } else if (packet_type == PACKET_TYPE_CFRAME) { in cfu_stream_write()
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_network_security.robot | 231 [Arguments] ${target_host} ${num}=${count} ${packet_type}=${TCP_CONNECTION} 236 # packet_type The type of packets to be sent ("tcp", "udp", "icmp"). 244 …${cmd_buf}= Set Variable --delay ${delay} ${target_host} -c ${num} --${packet_type} -p ${http_po…
|