Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_netsock Struct Reference
Collaboration diagram for ast_netsock:
Collaboration graph
[legend]

Data Fields

ast_mutex_t _lock
 
struct ast_sockaddr bindaddr
 
void * data
 
struct io_contextioc
 
int * ioref
 
char name [80]
 
struct ast_netsocknext [1]
 
unsigned int objflags
 
unsigned int refcount
 
int sockfd
 

Detailed Description

Definition at line 51 of file netsock.c.

Field Documentation

◆ _lock

ast_mutex_t _lock

Definition at line 52 of file netsock.c.

◆ bindaddr

struct ast_sockaddr bindaddr

Definition at line 53 of file netsock.c.

Referenced by ast_netsock_bindaddr(), and ast_netsock_boundaddr().

◆ data

void* data

Definition at line 57 of file netsock.c.

Referenced by ast_netsock_bindaddr(), and ast_netsock_data().

◆ ioc

struct io_context* ioc

Definition at line 56 of file netsock.c.

Referenced by ast_netsock_bindaddr(), and ast_netsock_destroy().

◆ ioref

int* ioref

Definition at line 55 of file netsock.c.

Referenced by ast_netsock_bindaddr(), and ast_netsock_destroy().

◆ name

char name[ 80]

◆ next

struct ast_netsock* next[1]

Definition at line 52 of file netsock.c.

◆ objflags

unsigned int objflags

Definition at line 52 of file netsock.c.

◆ refcount

unsigned int refcount

Definition at line 52 of file netsock.c.

◆ sockfd

int sockfd

The documentation for this struct was generated from the following file: