
Data Fields | |
| NETSIM_ID | devId |
| NETSIM_ID | devInterface |
| OSPFNEIGHSTATE | state |
| bool | isInactivityTimerAdded |
| UINT64 | inactivityTimerId |
| bool | isMaster |
| UINT | DDSeqNo |
| ptrOSPFPACKETHDR | lastrecvDDPacket |
| ptrOSPFPACKETHDR | lastSentDDPacket |
| OSPFID | neighborId |
| UINT8 | neighborPriority |
| NETSIM_IPAddress | neighborIPAddr |
| UINT8 | neighborOption |
| UINT8 | IMMS |
| OSPFID | neighborDesignateRouter |
| OSPFID | neighborDesignateBackupRouter |
| double | lastDDMsgSentTime |
| ptrOSPFLIST | neighLSReqList |
| ptrOSPFLIST | neighDBSummaryList |
| ptrOSPFLIST | neighLSRxtList |
| ptrOSPFLIST | linkStateSendList |
| bool | LSRxtTimer |
| UINT | LSRxtSeqNum |
| UINT | LSReqTimerSequenceNumber |
| double | lastHelloRecvTime |
Definition at line 42 of file OSPF_Neighbor.h.
| UINT stru_ospf_neighbor::DDSeqNo |
Definition at line 53 of file OSPF_Neighbor.h.
| NETSIM_ID stru_ospf_neighbor::devId |
Definition at line 44 of file OSPF_Neighbor.h.
| NETSIM_ID stru_ospf_neighbor::devInterface |
Definition at line 45 of file OSPF_Neighbor.h.
| UINT8 stru_ospf_neighbor::IMMS |
Definition at line 60 of file OSPF_Neighbor.h.
| UINT64 stru_ospf_neighbor::inactivityTimerId |
Definition at line 50 of file OSPF_Neighbor.h.
| bool stru_ospf_neighbor::isInactivityTimerAdded |
Definition at line 49 of file OSPF_Neighbor.h.
| bool stru_ospf_neighbor::isMaster |
Definition at line 52 of file OSPF_Neighbor.h.
| double stru_ospf_neighbor::lastDDMsgSentTime |
Definition at line 63 of file OSPF_Neighbor.h.
| double stru_ospf_neighbor::lastHelloRecvTime |
Definition at line 72 of file OSPF_Neighbor.h.
| ptrOSPFPACKETHDR stru_ospf_neighbor::lastrecvDDPacket |
Definition at line 54 of file OSPF_Neighbor.h.
| ptrOSPFPACKETHDR stru_ospf_neighbor::lastSentDDPacket |
Definition at line 55 of file OSPF_Neighbor.h.
| ptrOSPFLIST stru_ospf_neighbor::linkStateSendList |
Definition at line 68 of file OSPF_Neighbor.h.
| UINT stru_ospf_neighbor::LSReqTimerSequenceNumber |
Definition at line 71 of file OSPF_Neighbor.h.
| UINT stru_ospf_neighbor::LSRxtSeqNum |
Definition at line 70 of file OSPF_Neighbor.h.
| bool stru_ospf_neighbor::LSRxtTimer |
Definition at line 69 of file OSPF_Neighbor.h.
| OSPFID stru_ospf_neighbor::neighborDesignateBackupRouter |
Definition at line 62 of file OSPF_Neighbor.h.
| OSPFID stru_ospf_neighbor::neighborDesignateRouter |
Definition at line 61 of file OSPF_Neighbor.h.
| OSPFID stru_ospf_neighbor::neighborId |
Definition at line 56 of file OSPF_Neighbor.h.
| NETSIM_IPAddress stru_ospf_neighbor::neighborIPAddr |
Definition at line 58 of file OSPF_Neighbor.h.
| UINT8 stru_ospf_neighbor::neighborOption |
Definition at line 59 of file OSPF_Neighbor.h.
| UINT8 stru_ospf_neighbor::neighborPriority |
Definition at line 57 of file OSPF_Neighbor.h.
| ptrOSPFLIST stru_ospf_neighbor::neighDBSummaryList |
Definition at line 66 of file OSPF_Neighbor.h.
| ptrOSPFLIST stru_ospf_neighbor::neighLSReqList |
Definition at line 65 of file OSPF_Neighbor.h.
| ptrOSPFLIST stru_ospf_neighbor::neighLSRxtList |
Definition at line 67 of file OSPF_Neighbor.h.
| OSPFNEIGHSTATE stru_ospf_neighbor::state |
Definition at line 47 of file OSPF_Neighbor.h.