#include "bgpsec.h"
Data Fields | |
struct rtr_signature_seg * | next |
uint16_t | sig_len |
uint8_t * | signature |
uint8_t | ski [20] |
next | Reference to the next Signature Segment (do not edit manually). |
ski | The SKI of the segment. |
sig_len | The length in octets of the signature field. |
signature | The signature of the segment. |
uint8_t* rtr_signature_seg::signature |
The signature of the segment.