| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <net.h>
Inheritance diagram for Network:

Public Member Functions | |
| Network () | |
| virtual int | command (int argc, const char *const *argv) |
| virtual int | send (u_char *buf, int len)=0 |
| virtual int | recv (u_char *buf, int len, sockaddr &from, double &ts)=0 |
| virtual int | recv (netpkt_handler callback, void *clientdata) |
| virtual int | rchannel ()=0 |
| virtual int | schannel ()=0 |
| int | mode () |
Static Public Member Functions | |
| int | nonblock (int fd) |
| int | parsemode (const char *) |
| char * | modename (int) |
Protected Attributes | |
| int | mode_ |
|
|
|
|
||||||||||||
|
Reimplemented from TclObject. Reimplemented in IPNetwork, UDPIPNetwork, PcapNetwork, PcapLiveNetwork, and PcapFileNetwork. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in IPNetwork, and PcapNetwork. |
|
||||||||||||
|
Reimplemented in PcapNetwork. |
|
||||||||||||||||||||
|
Implemented in IPNetwork, UDPIPNetwork, and PcapNetwork. |
|
|
Implemented in IPNetwork, and PcapNetwork. |
|
||||||||||||
|
Implemented in IPNetwork, UDPIPNetwork, and PcapNetwork. |
|
|
|