|
INET Framework for OMNeT++/OMNEST
|
Defines | |
| #define | IPPROTO_SCTP 132 |
| #define | PCAP_SNAPLEN 65536 |
| #define | PCAP_TIMEOUT 10 |
Functions | |
| Register_Class (cSocketRTScheduler) | |
| std::ostream & | operator<< (std::ostream &out, const timeval &tv) |
| #define IPPROTO_SCTP 132 |
Referenced by ExtInterface::handleMessage().
| #define PCAP_SNAPLEN 65536 |
Referenced by cSocketRTScheduler::setInterfaceModule().
| #define PCAP_TIMEOUT 10 |
Referenced by cSocketRTScheduler::receiveWithTimeout(), and cSocketRTScheduler::setInterfaceModule().
| std::ostream& operator<< | ( | std::ostream & | out, |
| const timeval & | tv | ||
| ) | [inline] |
{
return out << (uint32)tv.tv_sec << "s" << tv.tv_usec << "us";
}
| Register_Class | ( | cSocketRTScheduler | ) |