iPXE
include
usr
pingmgmt.h
Go to the documentation of this file.
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
FILE_SECBOOT
( PERMITTED );
12
13
#include <
stdint.h
>
14
15
extern
int
ping
(
const
char
*hostname,
unsigned
long
timeout
,
size_t
len
,
16
unsigned
int
count
,
int
quiet );
17
18
#endif
/* _USR_PINGMGMT_H */
FILE_SECBOOT
FILE_SECBOOT(PERMITTED)
len
ring len
Length.
Definition:
dwmac.h:231
count
static unsigned int count
Number of entries.
Definition:
dwmac.h:225
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
ping
int ping(const char *hostname, unsigned long timeout, size_t len, unsigned int count, int quiet)
Ping a host.
Definition:
pingmgmt.c:70
stdint.h
timeout
void timeout(int)
Generated by
1.8.15