|
INET Framework for OMNeT++/OMNEST
|
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
| inet::sctp | |
Macros | |
| #define | __PACKED__ __attribute__((packed)) |
| #define | I_BIT 0x08 |
| #define | UNORDERED_BIT 0x04 |
| #define | BEGIN_BIT 0x02 |
| #define | END_BIT 0x01 |
| #define | T_BIT 0x01 |
| #define | C_FLAG 0x08 |
| #define | T_FLAG 0x04 |
| #define | B_FLAG 0x02 |
| #define | M_FLAG 0x01 |
| #define | NAT_M_FLAG 0x02 |
| #define | NAT_T_FLAG 0x01 |
| #define | INIT_PARAM_IPV4 5 |
| #define | INIT_PARAM_IPV6 6 |
| #define | INIT_PARAM_COOKIE 7 |
| #define | INIT_SUPPORTED_ADDRESS 12 |
| #define | HBI_INFO(hbi) ((hbi)->heartbeat_info_union.info) |
| #define | HBI_ADDR(hbi) ((hbi)->heartbeat_info_union.addr_and_time.addr) |
| #define | HBI_TIME(hbi) ((hbi)->heartbeat_info_union.addr_and_time.time) |
Variables | |
| struct inet::sctp::common_header | inet::sctp::__PACKED__ |
| #define __PACKED__ __attribute__((packed)) |
| #define B_FLAG 0x02 |
| #define BEGIN_BIT 0x02 |
| #define C_FLAG 0x08 |
| #define END_BIT 0x01 |
| #define HBI_ADDR | ( | hbi | ) | ((hbi)->heartbeat_info_union.addr_and_time.addr) |
| #define HBI_INFO | ( | hbi | ) | ((hbi)->heartbeat_info_union.info) |
| #define HBI_TIME | ( | hbi | ) | ((hbi)->heartbeat_info_union.addr_and_time.time) |
| #define I_BIT 0x08 |
| #define INIT_PARAM_COOKIE 7 |
| #define INIT_PARAM_IPV4 5 |
| #define INIT_PARAM_IPV6 6 |
| #define INIT_SUPPORTED_ADDRESS 12 |
| #define M_FLAG 0x01 |
| #define NAT_M_FLAG 0x02 |
| #define NAT_T_FLAG 0x01 |
| #define T_BIT 0x01 |
| #define T_FLAG 0x04 |
| #define UNORDERED_BIT 0x04 |