Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_security_utils.robot11 [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 Dtest_network_nping.robot42 [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 Dcmd_ioloop.c46 u8 packet_type; member
93 .packet_type = 1, in io_send()
/openbmc/u-boot/drivers/misc/
H A Dgdsys_ioep.h21 u8 packet_type; member
/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.c37 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 Dnet_rx_pkt.h307 eth_pkt_types_e packet_type);
H A Dnet_tx_pkt.c60 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 Ddp8393x.c725 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 Dxlnx-versal-cfu.c218 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 Dtest_bmc_network_security.robot231 [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…