tinydtls  0.8.6
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 40 of file session.h.

Field Documentation

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

Definition at line 48 of file session.h.

struct sockaddr session_t::sa

Definition at line 43 of file session.h.

struct sockaddr_in session_t::sin

Definition at line 45 of file session.h.

struct sockaddr_in6 session_t::sin6

Definition at line 46 of file session.h.

socklen_t session_t::size

size of addr

Definition at line 41 of file session.h.

struct sockaddr_storage session_t::st

Definition at line 44 of file session.h.


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