AUTH_HDR_LEN
u_char data[4096 - AUTH_HDR_LEN];
total_length = AUTH_HDR_LEN;
if (total_length < AUTH_HDR_LEN) {
length = ntohs(authhdr->length) - AUTH_HDR_LEN;