iPXE
|
An ICMP echo protocol. More...
#include <icmp.h>
Data Fields | |
sa_family_t | family |
Address family. More... | |
uint8_t | request |
Request type. More... | |
uint8_t | reply |
Reply type. More... | |
struct tcpip_protocol * | tcpip_protocol |
TCP/IP protocol. More... | |
int | net_checksum |
Include network-layer checksum within packet. More... | |
sa_family_t icmp_echo_protocol::family |
uint8_t icmp_echo_protocol::request |
uint8_t icmp_echo_protocol::reply |
struct tcpip_protocol* icmp_echo_protocol::tcpip_protocol |
int icmp_echo_protocol::net_checksum |
Include network-layer checksum within packet.
Definition at line 51 of file icmp.h.
Referenced by icmp_tx_echo().