[ns] How to print out Multicast Group IP address in MAODV?
Noor Asraf
asraf06 at gmail.com
Fri Nov 21 05:21:20 PST 2008
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
More information about the Ns-users
mailing list