Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_netsock Struct Reference

Data Fields

ast_mutex_t _lock
 
struct sockaddr_in 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 50 of file netsock.c.

Field Documentation

ast_mutex_t _lock

Definition at line 51 of file netsock.c.

struct sockaddr_in bindaddr

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

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().

char name[80]

Definition at line 51 of file netsock.c.

struct ast_netsock* next[1]

Definition at line 51 of file netsock.c.

unsigned int objflags

Definition at line 51 of file netsock.c.

unsigned int refcount

Definition at line 51 of file netsock.c.

int sockfd

Definition at line 53 of file netsock.c.

Referenced by ast_netsock_bindaddr(), and ast_netsock_destroy().


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