Electroneum
sock_list Struct Reference

#include <module.h>

Collaboration diagram for sock_list:

Public Attributes

struct sock_listnext
 
socklen_t len
 
struct sockaddr_storage addr
 

Detailed Description

Linked list of sockaddrs May be allocated such that only 'len' bytes of addr exist for the structure.

Definition at line 557 of file module.h.

Member Data Documentation

◆ addr

struct sockaddr_storage sock_list::addr

sockaddr

Definition at line 563 of file module.h.

◆ len

socklen_t sock_list::len

length of addr

Definition at line 561 of file module.h.

◆ next

struct sock_list* sock_list::next

next in list

Definition at line 559 of file module.h.


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