#include <registrar_storage.h>
Definition at line 113 of file registrar_storage.h.
Data Fields | |
| str | sec_header |
| Security Header value. | |
| r_security_type | type |
| Type of security in use. | |
| union { | |
| r_ipsec * ipsec | |
| IPSec SA information, if any. | |
| r_tls * tls | |
| TLS SA information, if any. | |
| } | data |
| float | q |
Security Header value.
Definition at line 114 of file registrar_storage.h.
Referenced by bin_encode_r_security(), free_r_security(), new_r_security(), and print_r().
Type of security in use.
Definition at line 115 of file registrar_storage.h.
Referenced by bin_encode_r_security(), free_r_security(), new_r_security(), P_security_200(), P_security_drop(), P_security_relay(), P_verify_security(), print_r(), r_is_integrity_protected(), and registrar_timer().
IPSec SA information, if any.
Definition at line 117 of file registrar_storage.h.
Referenced by bin_encode_r_security(), free_r_security(), P_security_200(), P_security_401(), P_security_drop(), P_security_relay(), P_verify_security(), print_r(), and r_is_integrity_protected().
TLS SA information, if any.
Definition at line 118 of file registrar_storage.h.
Referenced by bin_encode_r_security(), free_r_security(), P_security_200(), P_security_relay(), print_r(), and r_is_integrity_protected().
| union { ... } _r_security::data |
| float _r_security::q |
Definition at line 120 of file registrar_storage.h.
Referenced by bin_encode_r_security(), and new_r_security().
1.5.2