#include "template.h"
#include "channel.h"
#include "mac-multihop.h"
Include dependency graph for mac-multihop.cc:

Go to the source code of this file.
Data Structures | |
| class | MultihopMacClass |
Functions | |
| void | dump_iphdr (hdr_ip *iph) |
Variables | |
| MultihopMacClass | class_mac_multihop |
| static const char | rcsid [] |
|
|
Definition at line 47 of file mac-multihop.cc. References hdr_ip::daddr(), and hdr_ip::saddr(). 00048 { 00049 printf("\tsrc = %d, ", iph->saddr()); 00050 printf("\tdst = %d\n", iph->daddr()); 00051 }
Here is the call graph for this function: ![]() |
|
|
|
|
|
Initial value:
"@(#) $Header: /nfs/jade/vint/CVSROOT/ns-2/mac/mac-multihop.cc,v 1.14 2000/11/02 22:46:37 johnh Exp $ (UCB)"
Definition at line 36 of file mac-multihop.cc. |
1.4.6