sock_list Struct Reference

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

#include <module.h>

Data Fields

struct sock_listnext
 next in list
 
socklen_t len
 length of addr
 
struct sockaddr_storage addr
 sockaddr
 

Detailed Description

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


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