
Public Member Functions | |
| ASTOBJ_COMPONENTS (struct ast_netsock) | |
Data Fields | |
| struct sockaddr_in | bindaddr |
| void * | data |
| struct io_context * | ioc |
| int * | ioref |
| int | sockfd |
Definition at line 46 of file netsock.c.
| ASTOBJ_COMPONENTS | ( | struct ast_netsock | ) |
struct sockaddr_in bindaddr [read] |
Definition at line 48 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_boundaddr().
| void* data |
Definition at line 52 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_data().
struct io_context* ioc [read] |
Definition at line 51 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_destroy().
| int* ioref |
Definition at line 50 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_destroy().
| int sockfd |
Definition at line 49 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_destroy().
1.6.1