#include <ifc_datastruct.h>
Definition at line 108 of file ifc_datastruct.h.
Data Fields | |
| char | condition_negated |
| if to negate entire condition | |
| int | group |
| group to which it belongs | |
| char | type |
| type of condition | |
| union { | |
| str request_uri | |
| Request URI regex. | |
| str method | |
| the SIP method should be this | |
| ims_sip_header sip_header | |
| match of a certain SIP header | |
| char session_case | |
| session direction and case | |
| ims_session_desc session_desc | |
| session description match | |
| }; | |
| union for SPT | |
| char | registration_type |
| set of registration types | |
if to negate entire condition
Definition at line 110 of file ifc_datastruct.h.
Referenced by bin_decode_spt(), bin_encode_spt(), isc_check_headers(), isc_check_spt(), parse_spt(), and print_user_data().
| int _ims_spt::group |
group to which it belongs
Definition at line 111 of file ifc_datastruct.h.
Referenced by bin_decode_spt(), bin_encode_spt(), isc_check_filter_criteria(), parse_spt(), parse_trigger_point(), and print_user_data().
| char _ims_spt::type |
type of condition
Definition at line 112 of file ifc_datastruct.h.
Referenced by bin_decode_spt(), bin_encode_spt(), free_user_data(), isc_check_spt(), parse_spt(), and print_user_data().
Request URI regex.
Definition at line 115 of file ifc_datastruct.h.
Referenced by bin_decode_spt(), bin_encode_spt(), free_user_data(), isc_check_spt(), parse_spt(), and print_user_data().
| str _ims_spt::method |
the SIP method should be this
Definition at line 116 of file ifc_datastruct.h.
Referenced by bin_decode_spt(), bin_encode_spt(), free_user_data(), isc_check_spt(), parse_spt(), and print_user_data().
match of a certain SIP header
Definition at line 117 of file ifc_datastruct.h.
Referenced by bin_decode_spt(), bin_encode_spt(), free_user_data(), isc_check_headers(), isc_check_spt(), parse_spt(), and print_user_data().
session direction and case
Definition at line 118 of file ifc_datastruct.h.
Referenced by bin_decode_spt(), bin_encode_spt(), isc_check_spt(), parse_spt(), and print_user_data().
session description match
Definition at line 119 of file ifc_datastruct.h.
Referenced by bin_decode_spt(), bin_encode_spt(), free_user_data(), isc_check_session_desc(), isc_check_spt(), parse_spt(), and print_user_data().
| union { ... } |
union for SPT
set of registration types
Definition at line 121 of file ifc_datastruct.h.
Referenced by bin_decode_spt(), bin_encode_spt(), isc_check_spt(), parse_spt(), parse_spt_extension(), and print_user_data().
1.5.2