BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_tls_on_accept_fail_param Struct Reference

#include <sip_transport_tls.h>

Data Fields

const pj_sockaddr_tlocal_addr
 
const pj_sockaddr_tremote_addr
 
pj_status_t status
 
pj_status_t last_native_err
 

Detailed Description

This structure describe the parameter passed from on_accept_fail_cb().

Field Documentation

◆ local_addr

const pj_sockaddr_t* pjsip_tls_on_accept_fail_param::local_addr

Local address of the fail accept operation of the TLS listener.

◆ remote_addr

const pj_sockaddr_t* pjsip_tls_on_accept_fail_param::remote_addr

Remote address of the fail accept operation of the TLS listener.

◆ status

pj_status_t pjsip_tls_on_accept_fail_param::status

Error status of the fail accept operation of the TLS listener.

◆ last_native_err

pj_status_t pjsip_tls_on_accept_fail_param::last_native_err

Last error code returned by native SSL backend. Note that this may be zero, if the failure is not SSL related (e.g: accept rejection).


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

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.