
Data Fields | |
| VLC_COMMON_MEMBERS module_t * | p_module |
| tls_session_sys_t * | p_sys |
| struct virtual_socket_t | sock |
| void(* | pf_set_fd )(tls_session_t *, int) |
| int(* | pf_handshake )(tls_session_t *) |
| VLC_COMMON_MEMBERS module_t* tls_session_t::p_module |
Referenced by tls_ClientCreate(), and tls_ClientDelete().
| int(* tls_session_t::pf_handshake)(tls_session_t *) |
Referenced by tls_ClientCreate(), and tls_SessionContinueHandshake().
| void(* tls_session_t::pf_set_fd)(tls_session_t *, int) |
Referenced by tls_ClientCreate(), and tls_ServerSessionHandshake().
1.7.1