| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| ast_mutex_t | _lock | 
| struct ast_sockaddr | bindaddr | 
| void * | data | 
| struct io_context * | ioc | 
| int * | ioref | 
| char | name [ASTOBJ_DEFAULT_NAMELEN] | 
| struct ast_netsock * | next [1] | 
| unsigned int | objflags | 
| unsigned int | refcount | 
| int | sockfd | 
| ast_mutex_t _lock | 
| struct ast_sockaddr bindaddr | 
Definition at line 53 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_boundaddr().
| void* data | 
Definition at line 57 of file netsock.c.
Referenced by ast_netsock_bindaddr(), and ast_netsock_data().
| struct io_context* ioc | 
Definition at line 56 of file netsock.c.
Referenced by ast_netsock_bindaddr().
| int* ioref | 
Definition at line 55 of file netsock.c.
Referenced by ast_netsock_bindaddr().
| char name[ASTOBJ_DEFAULT_NAMELEN] | 
Definition at line 52 of file netsock.c.
Referenced by PathSegment::get_child(), and SwaggerType::load().
| struct ast_netsock* next[1] | 
| int sockfd | 
Definition at line 54 of file netsock.c.
Referenced by ast_netsock_bindaddr(), ast_netsock_set_qos(), and peer_set_srcaddr().