#include <registrar_storage.h>
Definition at line 85 of file registrar_storage.h.
Data Fields | |
| int | spi_uc |
| SPI Client to use. | |
| int | spi_us |
| SPI Server to use. | |
| int | spi_pc |
| SPI Client to use. | |
| int | spi_ps |
| SPI Server to use. | |
| unsigned short | port_uc |
| Port UE Client. | |
| unsigned short | port_us |
| Port UE Server. | |
| str | ealg |
| Cypher Algorithm - ESP. | |
| str | r_ealg |
| received Cypher Algorithm - ESP | |
| str | ck |
| Cypher Key. | |
| str | alg |
| Integrity Algorithm - AH. | |
| str | r_alg |
| received Integrity Algorithm - AH | |
| str | ik |
| Integrity Key. | |
| int _r_ipsec::spi_uc |
SPI Client to use.
Definition at line 86 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), new_r_ipsec(), P_security_200(), P_security_drop(), and print_r().
| int _r_ipsec::spi_us |
SPI Server to use.
Definition at line 87 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), new_r_ipsec(), P_security_200(), P_security_drop(), and print_r().
| int _r_ipsec::spi_pc |
SPI Client to use.
Definition at line 88 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), new_r_ipsec(), P_security_200(), P_security_401(), P_security_drop(), P_verify_security(), and print_r().
| int _r_ipsec::spi_ps |
SPI Server to use.
Definition at line 89 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), new_r_ipsec(), P_security_401(), P_security_drop(), P_verify_security(), and print_r().
| unsigned short _r_ipsec::port_uc |
Port UE Client.
Definition at line 90 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), new_r_ipsec(), P_security_200(), P_security_401(), P_security_drop(), print_r(), and r_is_integrity_protected().
| unsigned short _r_ipsec::port_us |
Port UE Server.
Definition at line 91 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), new_r_ipsec(), P_security_200(), P_security_drop(), P_security_relay(), print_r(), r_is_integrity_protected(), and save_contact_security().
| str _r_ipsec::ealg |
Cypher Algorithm - ESP.
Definition at line 93 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), free_r_ipsec(), new_r_ipsec(), P_security_200(), P_security_401(), and print_r().
| str _r_ipsec::r_ealg |
received Cypher Algorithm - ESP
Definition at line 94 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), free_r_ipsec(), new_r_ipsec(), P_security_401(), and P_verify_security().
| str _r_ipsec::ck |
Cypher Key.
Definition at line 95 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), free_r_ipsec(), new_r_ipsec(), P_security_200(), and P_security_401().
| str _r_ipsec::alg |
Integrity Algorithm - AH.
Definition at line 96 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), free_r_ipsec(), new_r_ipsec(), P_security_200(), P_security_401(), and print_r().
| str _r_ipsec::r_alg |
received Integrity Algorithm - AH
Definition at line 97 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), free_r_ipsec(), new_r_ipsec(), P_security_401(), and P_verify_security().
| str _r_ipsec::ik |
Integrity Key.
Definition at line 98 of file registrar_storage.h.
Referenced by bin_encode_ipsec(), free_r_ipsec(), new_r_ipsec(), P_security_200(), and P_security_401().
1.5.2