iPXE
Functions
pinger.h File Reference

ICMP ping sender. More...

#include <stdint.h>
#include <ipxe/interface.h>
#include <ipxe/socket.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 
int create_pinger (struct interface *job, const char *hostname, unsigned long timeout, size_t len, unsigned int count, void(*callback)(struct sockaddr *peer, unsigned int sequence, size_t len, int rc))
 

Detailed Description

ICMP ping sender.

Definition in file pinger.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

◆ create_pinger()

int create_pinger ( struct interface job,
const char *  hostname,
unsigned long  timeout,
size_t  len,
unsigned int  count,
void(*)(struct sockaddr *peer, unsigned int sequence, size_t len, int rc callback 
)