|
CSL
5.2
|
#include <lo_types_internal.h>
Public Attributes | |
| struct addrinfo * | ai |
| lo_method | first |
| lo_err_handler | err_h |
| int | port |
| char * | hostname |
| char * | path |
| int | protocol |
| void * | queued |
| struct sockaddr_storage | addr |
| socklen_t | addr_len |
| int | sockets_len |
| int | sockets_alloc |
| struct { | |
| int fd | |
| } | sockets |
Definition at line 80 of file lo_types_internal.h.
| struct addrinfo* _lo_server::ai |
Definition at line 81 of file lo_types_internal.h.
| lo_method _lo_server::first |
Definition at line 82 of file lo_types_internal.h.
| lo_err_handler _lo_server::err_h |
Definition at line 83 of file lo_types_internal.h.
| int _lo_server::port |
Definition at line 84 of file lo_types_internal.h.
| char* _lo_server::hostname |
Definition at line 85 of file lo_types_internal.h.
| char* _lo_server::path |
Definition at line 86 of file lo_types_internal.h.
| int _lo_server::protocol |
Definition at line 87 of file lo_types_internal.h.
| void* _lo_server::queued |
Definition at line 88 of file lo_types_internal.h.
| struct sockaddr_storage _lo_server::addr |
Definition at line 89 of file lo_types_internal.h.
| socklen_t _lo_server::addr_len |
Definition at line 90 of file lo_types_internal.h.
| int _lo_server::sockets_len |
Definition at line 91 of file lo_types_internal.h.
| int _lo_server::sockets_alloc |
Definition at line 92 of file lo_types_internal.h.
| int _lo_server::fd |
Definition at line 96 of file lo_types_internal.h.
| struct { ... } * _lo_server::sockets |