gnutls_packet_get (3) Linux Manual Page
NAME gnutls_packet_get – API function SYNOPSIS #include <gnutls/gnutls.h> void gnutls_packet_get(gnutls_packet_t packet, gnutls_datum_t * data, unsigned char * sequence); ARGUMENTS gnutls_packet_t packet is a gnutls_packet_t structure. gnutls_datum_t * data will contain the data present in the packet structure (may be NULL) unsigned char * sequence the 8-bytes of the packet sequence number (may be NULL) DESCRIPTION…
