summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/ping.h
blob: 6cd376b6f675a3d03fe4c85c8544de9034e9e6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_PING_H
#define _IPXE_PING_H

/** @file
 *
 * ICMP ping protocol
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#include <ipxe/iobuf.h>
#include <ipxe/tcpip.h>

extern int ping_rx ( struct io_buffer *iobuf,
		     struct sockaddr_tcpip *st_src );

#endif /* _IPXE_PING_H */