#include <pxe_types.h>
Data Fields | |
| OFF16_t | offset |
| Offset within the segment. | |
| SEGSEL_t | segment |
| Segment selector. | |
For x86, this is a 16-bit real-mode or protected-mode segment:offset address.
Definition at line 111 of file pxe_types.h.
Offset within the segment.
Definition at line 112 of file pxe_types.h.
Referenced by get_cached_dhcpack(), pxe_udp_deliver_iob(), pxenv_file_exec(), pxenv_file_exit_hook(), pxenv_file_open(), pxenv_file_read(), pxenv_get_cached_info(), pxenv_tftp_read(), pxenv_udp_read(), pxenv_udp_write(), pxenv_undi_isr(), pxenv_undi_transmit(), pxeparent_call(), undi_load(), undi_loader(), undi_unload(), undinet_poll(), undinet_transmit(), and undirom_parse_pxeromid().
Segment selector.
Definition at line 113 of file pxe_types.h.
Referenced by get_cached_dhcpack(), pxe_udp_deliver_iob(), pxenv_file_exec(), pxenv_file_exit_hook(), pxenv_file_open(), pxenv_file_read(), pxenv_get_cached_info(), pxenv_tftp_read(), pxenv_udp_read(), pxenv_udp_write(), pxenv_undi_isr(), pxenv_undi_transmit(), pxeparent_call(), undi_load(), undi_loader(), undi_unload(), undibus_probe(), undinet_poll(), undinet_transmit(), and undirom_parse_pxeromid().
1.5.7.1