I am analyzing Vera source code.
 
But I am blocked at source code of loading the microcode part.
 
 
Below code is presented at /Vera/IXP1200_Apps/IPmm/main.c
 
    Control_BootUEs(&rcv_uCode, &xmt_uCode);
But I can't find rcv_uCode, xmt_uCode uEng_uCodeInfo structure variable.
 
From where that varible is declared?
 
 
I guess that this is related with 'Vera/bin/postuca.pl' file.
 
If above guess is right, plz say loading mechanism simply.
 
if above guess is wrong, plz say exact location.
 
 
Thanks.