iPXE
Macros | Typedefs | Functions
etherboot.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <strings.h>
#include <ipxe/timer.h>
#include <ipxe/if_arp.h>
#include <ipxe/if_ether.h>

Go to the source code of this file.

Macros

#define VALID_LINK_TIMEOUT   100 /* 10.0 seconds */
 

Typedefs

typedef unsigned long Address
 

Functions

 FILE_LICENCE (GPL2_OR_LATER)
 

Macro Definition Documentation

◆ VALID_LINK_TIMEOUT

#define VALID_LINK_TIMEOUT   100 /* 10.0 seconds */

Definition at line 34 of file etherboot.h.

Typedef Documentation

◆ Address

typedef unsigned long Address

Definition at line 21 of file etherboot.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER  )