#include <asp.h>
Data Structures | |
| union | [union].asp_u |
Data Fields | |
| ATP | asp_atp |
| struct sockaddr_at | asp_sat |
| uint8_t | asp_wss |
| uint8_t | asp_sid |
| union | asp_u |
| int | asp_flags |
| char | child |
| char | inited |
| char * | commands |
| char | cmdbuf [ASP_CMDMAXSIZ] |
| char | data [ASP_DATAMAXSIZ] |
| size_t | cmdlen |
| size_t | datalen |
| off_t | read_count |
| off_t | write_count |
| int | asp_ipc_fd |
| int | asp_hint_fd |
| int | asp_cnx_cnt |
| int | asp_cnx_max |
| ATP ASP::asp_atp |
| int ASP::asp_cnx_cnt |
| int ASP::asp_cnx_max |
| int ASP::asp_flags |
| int ASP::asp_hint_fd |
| int ASP::asp_ipc_fd |
| struct sockaddr_at ASP::asp_sat |
| uint8_t ASP::asp_sid |
| union ASP::[union].asp_u ASP::asp_u |
| uint8_t ASP::asp_wss |
| char ASP::child |
| char ASP::cmdbuf[ASP_CMDMAXSIZ] |
| size_t ASP::cmdlen |
| char * ASP::commands |
| char ASP::data[ASP_DATAMAXSIZ] |
| size_t ASP::datalen |
| char ASP::inited |
| off_t ASP::read_count |
| off_t ASP::write_count |