|
iPXE
|
Extension descriptor. More...
#include <tlsfmt.h>
Data Fields | |
| uint16_t * | type |
| Extension type. | |
| struct tls_cursor | data |
| Extension data. | |
| struct tls_cursor | next |
| Next extension. | |
| uint16_t* tls_extension::type |
Extension type.
Definition at line 423 of file tlsfmt.h.
Referenced by tls_build_extensions(), and tls_parse_extensions().
| struct tls_cursor tls_extension::data |
Extension data.
Definition at line 425 of file tlsfmt.h.
Referenced by tls_build_extensions(), and tls_parse_extensions().
| struct tls_cursor tls_extension::next |
Next extension.
Definition at line 427 of file tlsfmt.h.
Referenced by tls_build_extensions(), and tls_parse_extensions().