#include <config.h>
Definition at line 60 of file config.h.
Data Fields | |
| str | fqdn |
| FQDN of the peer. | |
| str | realm |
| Realm of the peer. | |
| int | port |
| TCP port of the peer; the Diameter uri is then aaa://fqdn:port. | |
FQDN of the peer.
Definition at line 61 of file config.h.
Referenced by free_dp_config(), log_dp_config(), parse_dp_config(), and peer_manager_init().
Realm of the peer.
Definition at line 62 of file config.h.
Referenced by free_dp_config(), log_dp_config(), parse_dp_config(), and peer_manager_init().
TCP port of the peer; the Diameter uri is then aaa://fqdn:port.
Definition at line 63 of file config.h.
Referenced by log_dp_config(), parse_dp_config(), and peer_manager_init().
1.5.2