[ns] How to print out Multicast Group IP address in MAODV?
Sidney Doria
ssdoria at gmail.com
Fri Nov 21 06:32:56 PST 2008
This integer (234881024) is the first multicast address (hex) Ex000000.
So, that's correct.
:)
Sidney Doria
Brazil
2008/11/21 Noor Asraf <asraf06 at gmail.com>:
>
> Hello everyone,
> In MAODV, the variable mt_dst of type nsaddr_t is supposed to hold the
> multicast group IP address. I am referring to aodv_mtable.h of the
> multicst extension for AODV provided by Thomas Kunz and Yufang Zhou. I
> use the following printf:
> for(mt=mtable.head();mt;mt=mt->mt_link.le_next) {
> fprintf(outfile, "%i\t", mt_dst);
> }
> But the output is only 234881024 throughout the route table entries.
> Is there somehtign I am missibng in printing out the output of this
> variable? Or if I just want to know the destination IP of the group
> what do I do?
>
> Thanks,
> Asraf
>
>
--
Sidney Doria
Redes ad hoc móveis
Mestrado em Computação
UFCG
Brasil
"Nessa jornada, o conhecimento será o seu escudo..."
(Mestre dos Magos no episódio do grimoire de ouro)
More information about the Ns-users
mailing list