Used by pxe_api_call() to avoid large swathes of duplicated code.
Definition at line 47 of file pxe_call.c.
| PXENV_EXIT_t( * pxenv_call::any)(union u_PXENV_ANY *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::unknown)(struct s_PXENV_UNKNOWN *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::unload_stack)(struct s_PXENV_UNLOAD_STACK *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::get_cached_info)(struct s_PXENV_GET_CACHED_INFO *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::restart_tftp)(struct s_PXENV_TFTP_READ_FILE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::start_undi)(struct s_PXENV_START_UNDI *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::stop_undi)(struct s_PXENV_STOP_UNDI *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::start_base)(struct s_PXENV_START_BASE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::stop_base)(struct s_PXENV_STOP_BASE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::tftp_open)(struct s_PXENV_TFTP_OPEN *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::tftp_close)(struct s_PXENV_TFTP_CLOSE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::tftp_read)(struct s_PXENV_TFTP_READ *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::tftp_read_file)(struct s_PXENV_TFTP_READ_FILE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::tftp_get_fsize)(struct s_PXENV_TFTP_GET_FSIZE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::udp_open)(struct s_PXENV_UDP_OPEN *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::udp_close)(struct s_PXENV_UDP_CLOSE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::udp_write)(struct s_PXENV_UDP_WRITE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::udp_read)(struct s_PXENV_UDP_READ *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::undi_startup)(struct s_PXENV_UNDI_STARTUP *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::undi_cleanup)(struct s_PXENV_UNDI_CLEANUP *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::undi_initialize)(struct s_PXENV_UNDI_INITIALIZE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::undi_reset_adapter)(struct s_PXENV_UNDI_RESET *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::undi_shutdown)(struct s_PXENV_UNDI_SHUTDOWN *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::undi_open)(struct s_PXENV_UNDI_OPEN *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::undi_close)(struct s_PXENV_UNDI_CLOSE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::undi_transmit)(struct s_PXENV_UNDI_TRANSMIT *) |
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::undi_get_state)(struct s_PXENV_UNDI_GET_STATE *) |
| PXENV_EXIT_t( * pxenv_call::undi_isr)(struct s_PXENV_UNDI_ISR *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::file_open)(struct s_PXENV_FILE_OPEN *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::file_close)(struct s_PXENV_FILE_CLOSE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::file_select)(struct s_PXENV_FILE_SELECT *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::file_read)(struct s_PXENV_FILE_READ *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::get_file_size)(struct s_PXENV_GET_FILE_SIZE *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::file_exec)(struct s_PXENV_FILE_EXEC *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::file_api_check)(struct s_PXENV_FILE_API_CHECK *) |
Referenced by pxe_api_call().
| PXENV_EXIT_t( * pxenv_call::file_exit_hook)(struct s_PXENV_FILE_EXIT_HOOK *) |
Referenced by pxe_api_call().
1.5.7.1