#include <scscf_list.h>
Definition at line 71 of file scscf_list.h.
Data Fields | |
| str | call_id |
| Call-Id from the request. | |
| scscf_entry * | list |
| S-CSCF list. | |
| _scscf_list * | next |
| Next S-CSCF list in the hash slot. | |
| _scscf_list * | prev |
| Previous S-CSCF list in the hash slot. | |
Call-Id from the request.
Definition at line 72 of file scscf_list.h.
Referenced by del_scscf_list(), free_scscf_list(), is_scscf_list(), new_scscf_list(), print_scscf_list(), and take_scscf_entry().
S-CSCF list.
Definition at line 73 of file scscf_list.h.
Referenced by free_scscf_list(), new_scscf_list(), print_scscf_list(), and take_scscf_entry().
struct _scscf_list* _scscf_list::next [read] |
Next S-CSCF list in the hash slot.
Definition at line 75 of file scscf_list.h.
Referenced by add_scscf_list(), del_scscf_list(), i_hash_table_destroy(), is_scscf_list(), print_scscf_list(), and take_scscf_entry().
struct _scscf_list* _scscf_list::prev [read] |
Previous S-CSCF list in the hash slot.
Definition at line 76 of file scscf_list.h.
Referenced by add_scscf_list(), and del_scscf_list().
1.5.2