
Data Fields | |
| ast_mutex_t | _lock |
| struct sockaddr_in | bindaddr |
| void * | data |
| struct io_context * | ioc |
| int * | ioref |
| char | name [80] |
| struct ast_netsock * | next [1] |
| unsigned int | objflags |
| unsigned int | refcount |
| int | sockfd |
Definition at line 50 of file netsock.c.
struct sockaddr_in bindaddr [read] |
Definition at line 52 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_boundaddr().
| void* data |
Definition at line 56 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_data().
struct io_context* ioc [read] |
Definition at line 55 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_destroy().
| int* ioref |
Definition at line 54 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_destroy().
struct ast_netsock* next[1] [read] |
| int sockfd |
Definition at line 53 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_destroy().
1.6.1