tinydtls  0.8.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
session_t Struct Reference

#include <session.h>

Data Fields

socklen_t size
 
union {
   struct sockaddr   sa
 
   struct sockaddr_storage   st
 
   struct sockaddr_in   sin
 
   struct sockaddr_in6   sin6
 
addr
 
uint8_t ifindex
 

Detailed Description

Definition at line 49 of file session.h.

Field Documentation

union { ... } session_t::addr
uint8_t session_t::ifindex

Definition at line 57 of file session.h.

struct sockaddr session_t::sa

Definition at line 52 of file session.h.

struct sockaddr_in session_t::sin

Definition at line 54 of file session.h.

struct sockaddr_in6 session_t::sin6

Definition at line 55 of file session.h.

socklen_t session_t::size

size of addr

Definition at line 50 of file session.h.

struct sockaddr_storage session_t::st

Definition at line 53 of file session.h.


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