g_make_token_header
void g_make_token_header (struct k5buf *buf, const gss_OID_desc *mech,
g_make_token_header(&buf, mech_used, ap_rep.length, KG_TOK_CTX_AP_REP);
g_make_token_header(&buf, mech_used, tmsglen, KG_TOK_CTX_ERROR);
g_make_token_header(&buf, gss_mech_iakerb, data->length, IAKERB_TOK_PROXY);
g_make_token_header(&buf, mech_type, ap_req.length, KG_TOK_CTX_AP_REQ);
g_make_token_header(&buf, oid, 14 + cksum_size + tmsglen, toktype);
g_make_token_header(&buf, ctx->mech_used, 14 + ctx->cksum_size + tmsglen,
g_make_token_header(&buf, token_oid, input_token->length, -1);