|
iPXE
|
Linux Slirp network driver. More...
Go to the source code of this file.
Data Structures | |
| struct | slirp_config |
| Slirp device configuration. More... | |
| struct | slirp_callbacks |
| Slirp device callbacks. More... | |
Macros | |
| #define | SLIRP_EVENT_IN 0x01 |
| Ready to be read. | |
| #define | SLIRP_EVENT_OUT 0x02 |
| Ready to be written. | |
| #define | SLIRP_EVENT_PRI 0x04 |
| Exceptional condition. | |
| #define | SLIRP_EVENT_ERR 0x08 |
| Error condition. | |
| #define | SLIRP_EVENT_HUP 0x10 |
| Hang up. | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
Linux Slirp network driver.
Definition in file slirp.h.
| #define SLIRP_EVENT_IN 0x01 |
Ready to be read.
Definition at line 16 of file slirp.h.
Referenced by slirp_add_poll(), and slirp_get_revents().
| #define SLIRP_EVENT_OUT 0x02 |
Ready to be written.
Definition at line 19 of file slirp.h.
Referenced by slirp_add_poll(), and slirp_get_revents().
| #define SLIRP_EVENT_PRI 0x04 |
Exceptional condition.
Definition at line 22 of file slirp.h.
Referenced by slirp_add_poll(), and slirp_get_revents().
| #define SLIRP_EVENT_ERR 0x08 |
Error condition.
Definition at line 25 of file slirp.h.
Referenced by slirp_add_poll(), and slirp_get_revents().
| #define SLIRP_EVENT_HUP 0x10 |
Hang up.
Definition at line 28 of file slirp.h.
Referenced by slirp_add_poll(), and slirp_get_revents().
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |