#include <scscf_list.h>
Definition at line 63 of file scscf_list.h.
Data Fields | |
| str | scscf_name |
| SIP URI of the S-CSCF. | |
| int | score |
| score of the match | |
| _scscf_entry * | next |
| next S-CSCF in the list | |
SIP URI of the S-CSCF.
Definition at line 64 of file scscf_list.h.
Referenced by free_scscf_list(), I_add_to_scscf_list(), new_scscf_entry(), and take_scscf_entry().
score of the match
Definition at line 65 of file scscf_list.h.
Referenced by I_add_to_scscf_list(), and new_scscf_entry().
struct _scscf_entry* _scscf_entry::next [read] |
next S-CSCF in the list
Definition at line 67 of file scscf_list.h.
Referenced by free_scscf_list(), I_add_to_scscf_list(), new_scscf_entry(), print_scscf_list(), and take_scscf_entry().
1.5.2