|
iPXE
|
#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) | |
| #define VALID_LINK_TIMEOUT 100 /* 10.0 seconds */ |
Definition at line 34 of file etherboot.h.
| typedef unsigned long Address |
Definition at line 21 of file etherboot.h.
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
1.8.15