git://git.qemu.org
/
ipxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[xen] Update to current Xen headers
[ipxe.git]
/
src
/
include
/
usr
/
pingmgmt.h
1
#ifndef _USR_PINGMGMT_H
2
#define _USR_PINGMGMT_H
3
4
/** @file
5
*
6
* ICMP ping management
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
11
12
#include <stdint.h>
13
14
extern
int
ping
(
const char
*
hostname
,
unsigned long
timeout
,
size_t
len
,
15
unsigned int
count
,
int
quiet
);
16
17
#endif
/* _USR_PINGMGMT_H */