|
#define | __STATIC_INLINE static __forceinline |
|
#define | EvtNetSYS 0xC0 |
| System Core. More...
|
|
#define | EvtNetMEM 0xC1 |
| Memory Management. More...
|
|
#define | EvtNetETH 0xC2 |
| ETH Interface. More...
|
|
#define | EvtNetPPP 0xC3 |
| PPP Interface. More...
|
|
#define | EvtNetSLIP 0xC4 |
| SLIP Interface. More...
|
|
#define | EvtNetLOOP 0xC5 |
| Loopback Interface. More...
|
|
#define | EvtNetIP4 0xC6 |
| IPv4 Core. More...
|
|
#define | EvtNetICMP 0xC7 |
| ICMP Control. More...
|
|
#define | EvtNetIGMP 0xC8 |
| IGMP Group Management. More...
|
|
#define | EvtNetNBNS 0xC9 |
| NetBIOS Name Service Client. More...
|
|
#define | EvtNetDHCP 0xCA |
| Dynamic Host Configuration Client. More...
|
|
#define | EvtNetARP 0xCB |
| Ethernet Address Resolution. More...
|
|
#define | EvtNetIP6 0xCC |
| IPv6 Core. More...
|
|
#define | EvtNetICMP6 0xCD |
| ICMPv6 Control. More...
|
|
#define | EvtNetDHCP6 0xCE |
| Dynamic Host Configuration Client for IPv6. More...
|
|
#define | EvtNetNDP 0xCF |
| !Neighbor Discovery for IPv6 More...
|
|
#define | EvtNetUDP 0xD0 |
| Socket UDP. More...
|
|
#define | EvtNetTCP 0xD1 |
| Socket TCP. More...
|
|
#define | EvtNetBSD 0xD2 |
| Socket BSD. More...
|
|
#define | EvtNetHTTP 0xD3 |
| !Web Server More...
|
|
#define | EvtNetFTPs 0xD4 |
| !File Transfer Server More...
|
|
#define | EvtNetFTPc 0xD5 |
| !File Transfer Client More...
|
|
#define | EvtNetTeln 0xD6 |
| !Telnet Server More...
|
|
#define | EvtNetTFTPs 0xD7 |
| !Trivial File Transfer Server More...
|
|
#define | EvtNetTFTPc 0xD8 |
| !Trivial File Transfer Client More...
|
|
#define | EvtNetSMTP 0xD9 |
| !Simple Mail Transfer Client More...
|
|
#define | EvtNetDNS 0xDA |
| !Domain Name Service Client More...
|
|
#define | EvtNetSNMP 0xDB |
| !Simple Network Management Agent More...
|
|
#define | EvtNetSNTP 0xDC |
| !Simple Network Time Client More...
|
|
#define | EvtNetSYS_InitSystem EventID (EventLevelOp, EvtNetSYS, 0) |
|
#define | EvtNetSYS_ThreadCreateFailed EventID (EventLevelError, EvtNetSYS, 1) |
|
#define | EvtNetSYS_TimerCreateFailed EventID (EventLevelError, EvtNetSYS, 2) |
|
#define | EvtNetSYS_InitComplete EventID (EventLevelOp, EvtNetSYS, 3) |
|
#define | EvtNetSYS_SetHostName EventID (EventLevelAPI, EvtNetSYS, 4) |
|
#define | EvtNetMEM_InitMemory EventID (EventLevelOp, EvtNetMEM, 0) |
|
#define | EvtNetMEM_AllocMemory EventID (EventLevelOp, EvtNetMEM, 1) |
|
#define | EvtNetMEM_AllocLimitExceeded EventID (EventLevelOp, EvtNetMEM, 2) |
|
#define | EvtNetMEM_AllocOutOfMemory EventID (EventLevelError, EvtNetMEM, 3) |
|
#define | EvtNetMEM_ShrinkMemory EventID (EventLevelOp, EvtNetMEM, 4) |
|
#define | EvtNetMEM_FreeMemory EventID (EventLevelOp, EvtNetMEM, 5) |
|
#define | EvtNetMEM_FreeInvalidBlock EventID (EventLevelError, EvtNetMEM, 6) |
|
#define | EvtNetMEM_FreeLinkCorrupted EventID (EventLevelError, EvtNetMEM, 7) |
|
#define | EvtNetETH_InitInterface EventID (EventLevelOp, EvtNetETH, 0) |
|
#define | EvtNetETH_MacAddressConfigError EventID (EventLevelError, EvtNetETH, 1) |
|
#define | EvtNetETH_MacAddressSetup EventID (EventLevelDetail,EvtNetETH, 2) |
|
#define | EvtNetETH_PhyDriverConfigError EventID (EventLevelError, EvtNetETH, 3) |
|
#define | EvtNetETH_PhyDriverInitError EventID (EventLevelError, EvtNetETH, 4) |
|
#define | EvtNetETH_Ip4ConfigError EventID (EventLevelError, EvtNetETH, 5) |
|
#define | EvtNetETH_Ip6ConfigError EventID (EventLevelError, EvtNetETH, 6) |
|
#define | EvtNetETH_ThreadCreateFailed EventID (EventLevelError, EvtNetETH, 7) |
|
#define | EvtNetETH_SendFrame EventID (EventLevelOp, EvtNetETH, 8) |
|
#define | EvtNetETH_LinkDownError EventID (EventLevelError, EvtNetETH, 9) |
|
#define | EvtNetETH_Ip4LocalAddressUndefined EventID (EventLevelError, EvtNetETH, 10) |
|
#define | EvtNetETH_Ip4MacAddressUnresolved EventID (EventLevelError, EvtNetETH, 11) |
|
#define | EvtNetETH_Ip6LocalAddressUndefined EventID (EventLevelError, EvtNetETH, 12) |
|
#define | EvtNetETH_Ip6MacAddressUnresolved EventID (EventLevelError, EvtNetETH, 13) |
|
#define | EvtNetETH_InvalidIpVersion EventID (EventLevelError, EvtNetETH, 14) |
|
#define | EvtNetETH_HeaderInfo EventID (EventLevelDetail,EvtNetETH, 15) |
|
#define | EvtNetETH_LinkDownStatus EventID (EventLevelOp, EvtNetETH, 16) |
|
#define | EvtNetETH_LinkUpStatus EventID (EventLevelOp, EvtNetETH, 17) |
|
#define | EvtNetETH_ReceiveFrame EventID (EventLevelOp, EvtNetETH, 18) |
|
#define | EvtNetETH_Ip4Disabled EventID (EventLevelOp, EvtNetETH, 19) |
|
#define | EvtNetETH_Ip6Disabled EventID (EventLevelOp, EvtNetETH, 20) |
|
#define | EvtNetETH_ProtocolUnknown EventID (EventLevelOp, EvtNetETH, 21) |
|
#define | EvtNetPPP_InitInterface EventID (EventLevelOp, EvtNetPPP, 0) |
|
#define | EvtNetPPP_ThreadCreateFailed EventID (EventLevelError, EvtNetPPP, 1) |
|
#define | EvtNetPPP_ReceiveFrame EventID (EventLevelOp, EvtNetPPP, 2) |
|
#define | EvtNetPPP_FrameTooShort EventID (EventLevelOp, EvtNetPPP, 3) |
|
#define | EvtNetPPP_ChecksumFailed EventID (EventLevelError, EvtNetPPP, 4) |
|
#define | EvtNetPPP_CtrlByteInvalid EventID (EventLevelError, EvtNetPPP, 5) |
|
#define | EvtNetPPP_SendFrame EventID (EventLevelOp, EvtNetPPP, 6) |
|
#define | EvtNetPPP_NetworkLayerDown EventID (EventLevelError, EvtNetPPP, 7) |
|
#define | EvtNetPPP_NoMemoryError EventID (EventLevelError, EvtNetPPP, 8) |
|
#define | EvtNetPPP_QueueAddTransmit EventID (EventLevelOp, EvtNetPPP, 9) |
|
#define | EvtNetPPP_RejectProtocol EventID (EventLevelOp, EvtNetPPP, 10) |
|
#define | EvtNetPPP_RejectCode EventID (EventLevelOp, EvtNetPPP, 11) |
|
#define | EvtNetPPP_Connect EventID (EventLevelAPI, EvtNetPPP, 12) |
|
#define | EvtNetPPP_Listen EventID (EventLevelAPI, EvtNetPPP, 13) |
|
#define | EvtNetPPP_Close EventID (EventLevelAPI, EvtNetPPP, 14) |
|
#define | EvtNetPPP_ShowUsername EventID (EventLevelOp, EvtNetPPP, 15) |
|
#define | EvtNetPPP_ShowPassword EventID (EventLevelOp, EvtNetPPP, 16) |
|
#define | EvtNetPPP_ModemOffline EventID (EventLevelOp, EvtNetPPP, 17) |
|
#define | EvtNetPPP_DataLinkDown EventID (EventLevelOp, EvtNetPPP, 18) |
|
#define | EvtNetPPP_LcpInit EventID (EventLevelOp, EvtNetPPP, 19) |
|
#define | EvtNetPPP_LcpSendConfigRequest EventID (EventLevelOp, EvtNetPPP, 20) |
|
#define | EvtNetPPP_LcpNoRetriesLeft EventID (EventLevelError, EvtNetPPP, 21) |
|
#define | EvtNetPPP_LcpOptionCharMap EventID (EventLevelOp, EvtNetPPP, 22) |
|
#define | EvtNetPPP_LcpOptionPfc EventID (EventLevelOp, EvtNetPPP, 23) |
|
#define | EvtNetPPP_LcpOptionAcfc EventID (EventLevelOp, EvtNetPPP, 24) |
|
#define | EvtNetPPP_LcpOptionMagicNumber EventID (EventLevelOp, EvtNetPPP, 25) |
|
#define | EvtNetPPP_LcpOptionAuthPap EventID (EventLevelOp, EvtNetPPP, 26) |
|
#define | EvtNetPPP_LcpOptionAuthChapMd5 EventID (EventLevelOp, EvtNetPPP, 27) |
|
#define | EvtNetPPP_LcpSendEchoRequest EventID (EventLevelOp, EvtNetPPP, 28) |
|
#define | EvtNetPPP_LcpSendTerminateRequest EventID (EventLevelOp, EvtNetPPP, 29) |
|
#define | EvtNetPPP_LcpSendFrame EventID (EventLevelOp, EvtNetPPP, 30) |
|
#define | EvtNetPPP_LcpReceiveFrame EventID (EventLevelOp, EvtNetPPP, 31) |
|
#define | EvtNetPPP_LcpDataLinkUp EventID (EventLevelOp, EvtNetPPP, 32) |
|
#define | EvtNetPPP_LcpOptionMru EventID (EventLevelOp, EvtNetPPP, 33) |
|
#define | EvtNetPPP_LcpOptionAuth EventID (EventLevelOp, EvtNetPPP, 34) |
|
#define | EvtNetPPP_LcpOptionAuthChapNotMd5 EventID (EventLevelOp, EvtNetPPP, 35) |
|
#define | EvtNetPPP_LcpOptionUnknown EventID (EventLevelOp, EvtNetPPP, 36) |
|
#define | EvtNetPPP_LcpSendReject EventID (EventLevelOp, EvtNetPPP, 37) |
|
#define | EvtNetPPP_LcpSendNak EventID (EventLevelOp, EvtNetPPP, 38) |
|
#define | EvtNetPPP_LcpSendAck EventID (EventLevelOp, EvtNetPPP, 39) |
|
#define | EvtNetPPP_LcpWrongAckReceived EventID (EventLevelOp, EvtNetPPP, 40) |
|
#define | EvtNetPPP_LcpWrongNakReceived EventID (EventLevelOp, EvtNetPPP, 41) |
|
#define | EvtNetPPP_LcpConfigAuthFailed EventID (EventLevelError, EvtNetPPP, 42) |
|
#define | EvtNetPPP_LcpWrongRejectReceived EventID (EventLevelOp, EvtNetPPP, 43) |
|
#define | EvtNetPPP_LcpEchoMagicNumber EventID (EventLevelOp, EvtNetPPP, 44) |
|
#define | EvtNetPPP_LcpWrongPeerMagicNumber EventID (EventLevelOp, EvtNetPPP, 45) |
|
#define | EvtNetPPP_LcpSendEchoReply EventID (EventLevelOp, EvtNetPPP, 46) |
|
#define | EvtNetPPP_LcpWrongEchoReplyReceived EventID (EventLevelOp, EvtNetPPP, 47) |
|
#define | EvtNetPPP_LcpSendTerminateAck EventID (EventLevelOp, EvtNetPPP, 48) |
|
#define | EvtNetPPP_PapInit EventID (EventLevelOp, EvtNetPPP, 49) |
|
#define | EvtNetPPP_PapSendAuthRequest EventID (EventLevelOp, EvtNetPPP, 50) |
|
#define | EvtNetPPP_PapShowPassword EventID (EventLevelOp, EvtNetPPP, 51) |
|
#define | EvtNetPPP_PapSendFrame EventID (EventLevelOp, EvtNetPPP, 52) |
|
#define | EvtNetPPP_PapReceiveFrame EventID (EventLevelOp, EvtNetPPP, 53) |
|
#define | EvtNetPPP_PapLoginSuccess EventID (EventLevelOp, EvtNetPPP, 54) |
|
#define | EvtNetPPP_PapLoginFailed EventID (EventLevelError, EvtNetPPP, 55) |
|
#define | EvtNetPPP_PapWrongAckReceived EventID (EventLevelOp, EvtNetPPP, 56) |
|
#define | EvtNetPPP_PapWrongNakReceived EventID (EventLevelOp, EvtNetPPP, 57) |
|
#define | EvtNetPPP_ChapInit EventID (EventLevelOp, EvtNetPPP, 58) |
|
#define | EvtNetPPP_ChapSendChallenge EventID (EventLevelOp, EvtNetPPP, 59) |
|
#define | EvtNetPPP_ChapSendFrame EventID (EventLevelOp, EvtNetPPP, 60) |
|
#define | EvtNetPPP_ChapReceiveFrame EventID (EventLevelOp, EvtNetPPP, 61) |
|
#define | EvtNetPPP_ChapWrongResponseReceived EventID (EventLevelOp, EvtNetPPP, 62) |
|
#define | EvtNetPPP_ChapWrongSuccessReceived EventID (EventLevelOp, EvtNetPPP, 63) |
|
#define | EvtNetPPP_ChapWrongFailureReceived EventID (EventLevelOp, EvtNetPPP, 64) |
|
#define | EvtNetPPP_ChapLoginSuccess EventID (EventLevelOp, EvtNetPPP, 65) |
|
#define | EvtNetPPP_ChapLoginFailed EventID (EventLevelError, EvtNetPPP, 66) |
|
#define | EvtNetPPP_IpcpInit EventID (EventLevelOp, EvtNetPPP, 67) |
|
#define | EvtNetPPP_IpcpIp4ConfigError EventID (EventLevelError, EvtNetPPP, 68) |
|
#define | EvtNetPPP_IpcpSendConfigRequest EventID (EventLevelOp, EvtNetPPP, 69) |
|
#define | EvtNetPPP_IpcpOptionIpAddress EventID (EventLevelOp, EvtNetPPP, 70) |
|
#define | EvtNetPPP_IpcpOptionPrimaryDns EventID (EventLevelOp, EvtNetPPP, 71) |
|
#define | EvtNetPPP_IpcpOptionSecondaryDns EventID (EventLevelOp, EvtNetPPP, 72) |
|
#define | EvtNetPPP_IpcpSendFrame EventID (EventLevelOp, EvtNetPPP, 73) |
|
#define | EvtNetPPP_IpcpReceiveFrame EventID (EventLevelOp, EvtNetPPP, 74) |
|
#define | EvtNetPPP_IpcpOptionUnknown EventID (EventLevelOp, EvtNetPPP, 75) |
|
#define | EvtNetPPP_IpcpSendReject EventID (EventLevelOp, EvtNetPPP, 76) |
|
#define | EvtNetPPP_IpcpSendNak EventID (EventLevelOp, EvtNetPPP, 77) |
|
#define | EvtNetPPP_IpcpSendAck EventID (EventLevelOp, EvtNetPPP, 78) |
|
#define | EvtNetPPP_IpcpWrongAckReceived EventID (EventLevelOp, EvtNetPPP, 79) |
|
#define | EvtNetPPP_IpcpNetworkLayerUp EventID (EventLevelOp, EvtNetPPP, 80) |
|
#define | EvtNetPPP_IpcpWrongNakReceived EventID (EventLevelOp, EvtNetPPP, 81) |
|
#define | EvtNetPPP_IpcpWrongRejectReceived EventID (EventLevelOp, EvtNetPPP, 82) |
|
#define | EvtNetPPP_IpcpWrongSubnet EventID (EventLevelOp, EvtNetPPP, 83) |
|
#define | EvtNetPPP_IpcpPrimaryDnsRejected EventID (EventLevelOp, EvtNetPPP, 84) |
|
#define | EvtNetPPP_IpcpSecondaryDnsRejected EventID (EventLevelOp, EvtNetPPP, 85) |
|
#define | EvtNetPPP_IpcpIpAddressRejected EventID (EventLevelError, EvtNetPPP, 86) |
|
#define | EvtNetPPP_IpcpNotRequestedOption EventID (EventLevelError, EvtNetPPP, 87) |
|
#define | EvtNetSLIP_InitInterface EventID (EventLevelOp, EvtNetSLIP, 0) |
|
#define | EvtNetSLIP_Ip4ConfigError EventID (EventLevelError, EvtNetSLIP, 1) |
|
#define | EvtNetSLIP_ThreadCreateFailed EventID (EventLevelError, EvtNetSLIP, 2) |
|
#define | EvtNetSLIP_Connect EventID (EventLevelAPI, EvtNetSLIP, 3) |
|
#define | EvtNetSLIP_Listen EventID (EventLevelAPI, EvtNetSLIP, 4) |
|
#define | EvtNetSLIP_Close EventID (EventLevelAPI, EvtNetSLIP, 5) |
|
#define | EvtNetSLIP_SendFrame EventID (EventLevelOp, EvtNetSLIP, 6) |
|
#define | EvtNetSLIP_InvalidIpVersion EventID (EventLevelError, EvtNetSLIP, 7) |
|
#define | EvtNetSLIP_NoMemoryError EventID (EventLevelError, EvtNetSLIP, 8) |
|
#define | EvtNetSLIP_QueueAddTransmit EventID (EventLevelOp, EvtNetSLIP, 9) |
|
#define | EvtNetSLIP_ModemOffline EventID (EventLevelOp, EvtNetSLIP, 10) |
|
#define | EvtNetSLIP_ReceiveFrame EventID (EventLevelOp, EvtNetSLIP, 11) |
|
#define | EvtNetLOOP_InitInterface EventID (EventLevelOp, EvtNetLOOP, 0) |
|
#define | EvtNetLOOP_SendFrame EventID (EventLevelOp, EvtNetLOOP, 1) |
|
#define | EvtNetLOOP_NoMemoryError EventID (EventLevelError, EvtNetLOOP, 2) |
|
#define | EvtNetLOOP_ReceiveFrame EventID (EventLevelOp, EvtNetLOOP, 3) |
|
#define | EvtNetIP4_InitCore EventID (EventLevelOp, EvtNetIP4, 0) |
|
#define | EvtNetIP4_ReceiveFrame EventID (EventLevelOp, EvtNetIP4, 1) |
|
#define | EvtNetIP4_FrameTooShort EventID (EventLevelError, EvtNetIP4, 2) |
|
#define | EvtNetIP4_InvalidIpVersion EventID (EventLevelError, EvtNetIP4, 3) |
|
#define | EvtNetIP4_HeaderInfo EventID (EventLevelDetail,EvtNetIP4, 4) |
|
#define | EvtNetIP4_SourceIpAddressInvalid EventID (EventLevelError, EvtNetIP4, 5) |
|
#define | EvtNetIP4_WrongMulticastProtocol EventID (EventLevelError, EvtNetIP4, 6) |
|
#define | EvtNetIP4_WrongDestinationAddress EventID (EventLevelOp, EvtNetIP4, 7) |
|
#define | EvtNetIP4_ChecksumFailed EventID (EventLevelError, EvtNetIP4, 8) |
|
#define | EvtNetIP4_FragmentsNotSupported EventID (EventLevelError, EvtNetIP4, 9) |
|
#define | EvtNetIP4_SendFrame EventID (EventLevelOp, EvtNetIP4, 10) |
|
#define | EvtNetIP4_ProtocolUnknown EventID (EventLevelError, EvtNetIP4, 11) |
|
#define | EvtNetIP4_DestinationAddressNull EventID (EventLevelError, EvtNetIP4, 12) |
|
#define | EvtNetICMP_ReceiveFrame EventID (EventLevelOp, EvtNetICMP, 0) |
|
#define | EvtNetICMP_FrameTooShort EventID (EventLevelError, EvtNetICMP, 1) |
|
#define | EvtNetICMP_ChecksumFailed EventID (EventLevelError, EvtNetICMP, 2) |
|
#define | EvtNetICMP_EchoRequestWrongCode EventID (EventLevelError, EvtNetICMP, 3) |
|
#define | EvtNetICMP_EchoRequestReceived EventID (EventLevelOp, EvtNetICMP, 4) |
|
#define | EvtNetICMP_SendEchoReply EventID (EventLevelOp, EvtNetICMP, 5) |
|
#define | EvtNetICMP_EchoReplyReceived EventID (EventLevelOp, EvtNetICMP, 6) |
|
#define | EvtNetICMP_EchoReplyWrongState EventID (EventLevelError, EvtNetICMP, 7) |
|
#define | EvtNetICMP_EchoReplyWrongCode EventID (EventLevelError, EvtNetICMP, 8) |
|
#define | EvtNetICMP_EchoReplyWrongIpAddress EventID (EventLevelError, EvtNetICMP, 9) |
|
#define | EvtNetICMP_EchoReplyWrongId EventID (EventLevelError, EvtNetICMP, 10) |
|
#define | EvtNetICMP_EchoReplyWrongPayload EventID (EventLevelError, EvtNetICMP, 11) |
|
#define | EvtNetICMP_MessageTypeUnknown EventID (EventLevelOp, EvtNetICMP, 12) |
|
#define | EvtNetICMP_SendEchoRequest EventID (EventLevelOp, EvtNetICMP, 13) |
|
#define | EvtNetICMP_PingInit EventID (EventLevelOp, EvtNetICMP, 14) |
|
#define | EvtNetICMP_PingInvalidParameter EventID (EventLevelError, EvtNetICMP, 15) |
|
#define | EvtNetICMP_PingClientBusy EventID (EventLevelError, EvtNetICMP, 16) |
|
#define | EvtNetICMP_PingSendRequest EventID (EventLevelAPI, EvtNetICMP, 17) |
|
#define | EvtNetICMP_PingRetransmitRequest EventID (EventLevelOp, EvtNetICMP, 18) |
|
#define | EvtNetICMP_PingTimeout EventID (EventLevelOp, EvtNetICMP, 19) |
|
#define | EvtNetIGMP_InitManager EventID (EventLevelOp, EvtNetIGMP, 0) |
|
#define | EvtNetIGMP_Join EventID (EventLevelAPI, EvtNetIGMP, 1) |
|
#define | EvtNetIGMP_AlreadyInGroup EventID (EventLevelOp, EvtNetIGMP, 2) |
|
#define | EvtNetIGMP_NoFreeEntries EventID (EventLevelError, EvtNetIGMP, 3) |
|
#define | EvtNetIGMP_SendReport EventID (EventLevelOp, EvtNetIGMP, 4) |
|
#define | EvtNetIGMP_Leave EventID (EventLevelAPI, EvtNetIGMP, 5) |
|
#define | EvtNetIGMP_NotInGroup EventID (EventLevelError, EvtNetIGMP, 6) |
|
#define | EvtNetIGMP_SendLeave EventID (EventLevelOp, EvtNetIGMP, 7) |
|
#define | EvtNetIGMP_ReceiveFrame EventID (EventLevelOp, EvtNetIGMP, 8) |
|
#define | EvtNetIGMP_FrameTooShort EventID (EventLevelError, EvtNetIGMP, 9) |
|
#define | EvtNetIGMP_ChecksumFailed EventID (EventLevelError, EvtNetIGMP, 10) |
|
#define | EvtNetIGMP_GroupSpecificQuery EventID (EventLevelOp, EvtNetIGMP, 11) |
|
#define | EvtNetIGMP_DestAddressWrong EventID (EventLevelError, EvtNetIGMP, 12) |
|
#define | EvtNetIGMP_DelayedReportScheduled EventID (EventLevelOp, EvtNetIGMP, 13) |
|
#define | EvtNetIGMP_GeneralQuery EventID (EventLevelOp, EvtNetIGMP, 14) |
|
#define | EvtNetIGMP_StartModeIGMPv1 EventID (EventLevelOp, EvtNetIGMP, 15) |
|
#define | EvtNetIGMP_MaxTimeForReport EventID (EventLevelOp, EvtNetIGMP, 16) |
|
#define | EvtNetIGMP_GroupReportsScheduled EventID (EventLevelOp, EvtNetIGMP, 17) |
|
#define | EvtNetIGMP_ReportReceived EventID (EventLevelOp, EvtNetIGMP, 18) |
|
#define | EvtNetIGMP_OwnReportCanceled EventID (EventLevelOp, EvtNetIGMP, 19) |
|
#define | EvtNetIGMP_StartModeIGMPv2 EventID (EventLevelOp, EvtNetIGMP, 20) |
|
#define | EvtNetIGMP_SendDelayedReport EventID (EventLevelOp, EvtNetIGMP, 21) |
|
#define | EvtNetNBNS_InitService EventID (EventLevelOp, EvtNetNBNS, 0) |
|
#define | EvtNetNBNS_GetSocketFailed EventID (EventLevelError, EvtNetNBNS, 1) |
|
#define | EvtNetNBNS_ReceiveFrame EventID (EventLevelOp, EvtNetNBNS, 2) |
|
#define | EvtNetNBNS_WrongPort EventID (EventLevelError, EvtNetNBNS, 3) |
|
#define | EvtNetNBNS_FrameTooShort EventID (EventLevelError, EvtNetNBNS, 4) |
|
#define | EvtNetNBNS_NameQueryRequest EventID (EventLevelOp, EvtNetNBNS, 5) |
|
#define | EvtNetNBNS_QueryFromAddress EventID (EventLevelOp, EvtNetNBNS, 6) |
|
#define | EvtNetNBNS_NameQueryResponse EventID (EventLevelOp, EvtNetNBNS, 7) |
|
#define | EvtNetDHCP_InitClient EventID (EventLevelOp, EvtNetDHCP, 0) |
|
#define | EvtNetDHCP_GetSocketFailed EventID (EventLevelError, EvtNetDHCP, 1) |
|
#define | EvtNetDHCP_StartClient EventID (EventLevelOp, EvtNetDHCP, 2) |
|
#define | EvtNetDHCP_StopClient EventID (EventLevelOp, EvtNetDHCP, 3) |
|
#define | EvtNetDHCP_ClientState EventID (EventLevelOp, EvtNetDHCP, 4) |
|
#define | EvtNetDHCP_NextState EventID (EventLevelOp, EvtNetDHCP, 5) |
|
#define | EvtNetDHCP_StateRetransmit EventID (EventLevelOp, EvtNetDHCP, 6) |
|
#define | EvtNetDHCP_ChangeStateOnTimeout EventID (EventLevelOp, EvtNetDHCP, 7) |
|
#define | EvtNetDHCP_AutoIpAddressProbe EventID (EventLevelOp, EvtNetDHCP, 8) |
|
#define | EvtNetDHCP_AutoIpSuccess EventID (EventLevelOp, EvtNetDHCP, 9) |
|
#define | EvtNetDHCP_T2Expired EventID (EventLevelOp, EvtNetDHCP, 10) |
|
#define | EvtNetDHCP_LeaseExpired EventID (EventLevelError, EvtNetDHCP, 11) |
|
#define | EvtNetDHCP_SendDhcpMessage EventID (EventLevelOp, EvtNetDHCP, 12) |
|
#define | EvtNetDHCP_ReceiveFrame EventID (EventLevelOp, EvtNetDHCP, 13) |
|
#define | EvtNetDHCP_WrongServerPort EventID (EventLevelError, EvtNetDHCP, 14) |
|
#define | EvtNetDHCP_FrameTooShort EventID (EventLevelError, EvtNetDHCP, 15) |
|
#define | EvtNetDHCP_MisformedReply EventID (EventLevelError, EvtNetDHCP, 16) |
|
#define | EvtNetDHCP_WrongTransactionId EventID (EventLevelError, EvtNetDHCP, 17) |
|
#define | EvtNetDHCP_WrongClientHwAddress EventID (EventLevelError, EvtNetDHCP, 18) |
|
#define | EvtNetDHCP_WrongMagicCookie EventID (EventLevelError, EvtNetDHCP, 19) |
|
#define | EvtNetDHCP_NotDhcpOfferMessage EventID (EventLevelOp, EvtNetDHCP, 20) |
|
#define | EvtNetDHCP_DhcpOfferReceived EventID (EventLevelOp, EvtNetDHCP, 21) |
|
#define | EvtNetDHCP_FileOverloadedOptions EventID (EventLevelOp, EvtNetDHCP, 22) |
|
#define | EvtNetDHCP_SnameOverloadedOptions EventID (EventLevelOp, EvtNetDHCP, 23) |
|
#define | EvtNetDHCP_DhcpOfferServerIdMissing EventID (EventLevelOp, EvtNetDHCP, 24) |
|
#define | EvtNetDHCP_ForwardedMessage EventID (EventLevelOp, EvtNetDHCP, 25) |
|
#define | EvtNetDHCP_RelayAgentAddressInvalid EventID (EventLevelError, EvtNetDHCP, 26) |
|
#define | EvtNetDHCP_ShowRelayAgentAddress EventID (EventLevelOp, EvtNetDHCP, 27) |
|
#define | EvtNetDHCP_ShowOfferedIpAddress EventID (EventLevelOp, EvtNetDHCP, 28) |
|
#define | EvtNetDHCP_ServerAddressNotSelected EventID (EventLevelOp, EvtNetDHCP, 29) |
|
#define | EvtNetDHCP_AssignedAddrNotRequested EventID (EventLevelOp, EvtNetDHCP, 30) |
|
#define | EvtNetDHCP_NotDhcpAckMessage EventID (EventLevelOp, EvtNetDHCP, 31) |
|
#define | EvtNetDHCP_DhcpAckReceived EventID (EventLevelOp, EvtNetDHCP, 32) |
|
#define | EvtNetDHCP_ShowAssignedAddress EventID (EventLevelOp, EvtNetDHCP, 33) |
|
#define | EvtNetDHCP_DhcpNakReceived EventID (EventLevelOp, EvtNetDHCP, 34) |
|
#define | EvtNetDHCP_ShowServerId EventID (EventLevelOp, EvtNetDHCP, 35) |
|
#define | EvtNetDHCP_ShowNetMask EventID (EventLevelOp, EvtNetDHCP, 36) |
|
#define | EvtNetDHCP_ShowGatewayAddress EventID (EventLevelOp, EvtNetDHCP, 37) |
|
#define | EvtNetDHCP_ShowDnsServers EventID (EventLevelOp, EvtNetDHCP, 38) |
|
#define | EvtNetDHCP_ShowLeaseTime EventID (EventLevelOp, EvtNetDHCP, 39) |
|
#define | EvtNetDHCP_ShowTimeT1 EventID (EventLevelOp, EvtNetDHCP, 40) |
|
#define | EvtNetDHCP_ShowTimeT2 EventID (EventLevelOp, EvtNetDHCP, 41) |
|
#define | EvtNetDHCP_ShowBootfileName EventID (EventLevelOp, EvtNetDHCP, 42) |
|
#define | EvtNetDHCP_ShowNtpServerList EventID (EventLevelOp, EvtNetDHCP, 43) |
|
#define | EvtNetARP_InitCache EventID (EventLevelOp, EvtNetARP, 0) |
|
#define | EvtNetARP_ReceiveFrame EventID (EventLevelOp, EvtNetARP, 1) |
|
#define | EvtNetARP_FrameTooShort EventID (EventLevelError, EvtNetARP, 2) |
|
#define | EvtNetARP_FrameCorrupted EventID (EventLevelError, EvtNetARP, 3) |
|
#define | EvtNetARP_HeaderInfo EventID (EventLevelDetail,EvtNetARP, 4) |
|
#define | EvtNetARP_CacheEntryUpdate EventID (EventLevelOp, EvtNetARP, 5) |
|
#define | EvtNetARP_ProbeResponseReceived EventID (EventLevelOp, EvtNetARP, 6) |
|
#define | EvtNetARP_WrongIpAddress EventID (EventLevelOp, EvtNetARP, 7) |
|
#define | EvtNetARP_WrongMacAddress EventID (EventLevelOp, EvtNetARP, 8) |
|
#define | EvtNetARP_OpcodeUnknown EventID (EventLevelOp, EvtNetARP, 9) |
|
#define | EvtNetARP_SendReply EventID (EventLevelOp, EvtNetARP, 10) |
|
#define | EvtNetARP_CacheEntryRefreshed EventID (EventLevelOp, EvtNetARP, 11) |
|
#define | EvtNetARP_WrongResponse EventID (EventLevelError, EvtNetARP, 12) |
|
#define | EvtNetARP_SendRequest EventID (EventLevelOp, EvtNetARP, 13) |
|
#define | EvtNetARP_CacheAllocFailed EventID (EventLevelError, EvtNetARP, 14) |
|
#define | EvtNetARP_CacheIpRefreshed EventID (EventLevelOp, EvtNetARP, 15) |
|
#define | EvtNetARP_CacheAdd EventID (EventLevelOp, EvtNetARP, 16) |
|
#define | EvtNetARP_ShowMacAddress EventID (EventLevelOp, EvtNetARP, 17) |
|
#define | EvtNetARP_GatewayUnknown EventID (EventLevelError, EvtNetARP, 18) |
|
#define | EvtNetARP_EntryAdded EventID (EventLevelOp, EvtNetARP, 19) |
|
#define | EvtNetARP_CacheEarly EventID (EventLevelOp, EvtNetARP, 20) |
|
#define | EvtNetARP_CacheFind EventID (EventLevelOp, EvtNetARP, 21) |
|
#define | EvtNetARP_UsingGateway EventID (EventLevelOp, EvtNetARP, 22) |
|
#define | EvtNetARP_UnresolvedMacAddress EventID (EventLevelError, EvtNetARP, 23) |
|
#define | EvtNetARP_EntryFound EventID (EventLevelOp, EvtNetARP, 24) |
|
#define | EvtNetARP_CacheIp EventID (EventLevelAPI, EvtNetARP, 25) |
|
#define | EvtNetARP_CacheIpInvalidParameter EventID (EventLevelError, EvtNetARP, 26) |
|
#define | EvtNetARP_CacheMac EventID (EventLevelAPI, EvtNetARP, 27) |
|
#define | EvtNetARP_CacheMacInvalidParameter EventID (EventLevelError, EvtNetARP, 28) |
|
#define | EvtNetARP_UnresolvedIpAddress EventID (EventLevelError, EvtNetARP, 29) |
|
#define | EvtNetARP_GetIp EventID (EventLevelAPI, EvtNetARP, 30) |
|
#define | EvtNetARP_GetIpInvalidParameter EventID (EventLevelError, EvtNetARP, 31) |
|
#define | EvtNetARP_ShowIpAddress EventID (EventLevelOp, EvtNetARP, 32) |
|
#define | EvtNetARP_EntryNotFound EventID (EventLevelOp, EvtNetARP, 33) |
|
#define | EvtNetARP_GetMac EventID (EventLevelAPI, EvtNetARP, 34) |
|
#define | EvtNetARP_GetMacInvalidParameter EventID (EventLevelError, EvtNetARP, 35) |
|
#define | EvtNetARP_Probe EventID (EventLevelAPI, EvtNetARP, 36) |
|
#define | EvtNetARP_ProbeInvalidParameter EventID (EventLevelError, EvtNetARP, 37) |
|
#define | EvtNetARP_ProbeBusy EventID (EventLevelError, EvtNetARP, 38) |
|
#define | EvtNetARP_ProbeRetransmit EventID (EventLevelOp, EvtNetARP, 39) |
|
#define | EvtNetARP_ProbeTimeout EventID (EventLevelOp, EvtNetARP, 40) |
|
#define | EvtNetARP_CacheEntryTimeout EventID (EventLevelOp, EvtNetARP, 41) |
|
#define | EvtNetARP_EntryReleased EventID (EventLevelOp, EvtNetARP, 42) |
|
#define | EvtNetARP_ResolveEntry EventID (EventLevelOp, EvtNetARP, 43) |
|
#define | EvtNetARP_RefreshEntry EventID (EventLevelOp, EvtNetARP, 44) |
|
#define | EvtNetIP6_InitCore EventID (EventLevelOp, EvtNetIP6, 0) |
|
#define | EvtNetIP6_ReceiveFrame EventID (EventLevelOp, EvtNetIP6, 1) |
|
#define | EvtNetIP6_FrameTooShort EventID (EventLevelError, EvtNetIP6, 2) |
|
#define | EvtNetIP6_InvalidIpVersion EventID (EventLevelError, EvtNetIP6, 3) |
|
#define | EvtNetIP6_HeaderInfo EventID (EventLevelDetail,EvtNetIP6, 4) |
|
#define | EvtNetIP6_WrongDestinationAddress EventID (EventLevelOp, EvtNetIP6, 5) |
|
#define | EvtNetIP6_InterfaceNotSupported EventID (EventLevelError, EvtNetIP6, 6) |
|
#define | EvtNetIP6_WrongMulticastProtocol EventID (EventLevelError, EvtNetIP6, 7) |
|
#define | EvtNetIP6_SendFrame EventID (EventLevelOp, EvtNetIP6, 8) |
|
#define | EvtNetIP6_ProtocolUnknown EventID (EventLevelError, EvtNetIP6, 9) |
|
#define | EvtNetIP6_SourceAddressNull EventID (EventLevelError, EvtNetIP6, 10) |
|
#define | EvtNetIP6_DestinationAddressNull EventID (EventLevelError, EvtNetIP6, 11) |
|
#define | EvtNetICMP6_ReceiveFrame EventID (EventLevelOp, EvtNetICMP6, 0) |
|
#define | EvtNetICMP6_FrameTooShort EventID (EventLevelError, EvtNetICMP6, 1) |
|
#define | EvtNetICMP6_ChecksumFailed EventID (EventLevelError, EvtNetICMP6, 2) |
|
#define | EvtNetICMP6_EchoRequestWrongCode EventID (EventLevelError, EvtNetICMP6, 3) |
|
#define | EvtNetICMP6_EchoRequestReceived EventID (EventLevelOp, EvtNetICMP6, 4) |
|
#define | EvtNetICMP6_SendEchoReply EventID (EventLevelOp, EvtNetICMP6, 5) |
|
#define | EvtNetICMP6_EchoReplyReceived EventID (EventLevelOp, EvtNetICMP6, 6) |
|
#define | EvtNetICMP6_EchoReplyWrongState EventID (EventLevelError, EvtNetICMP6, 7) |
|
#define | EvtNetICMP6_EchoReplyWrongCode EventID (EventLevelError, EvtNetICMP6, 8) |
|
#define | EvtNetICMP6_EchoReplyWrongIpAddress EventID (EventLevelError, EvtNetICMP6, 9) |
|
#define | EvtNetICMP6_EchoReplyWrongId EventID (EventLevelError, EvtNetICMP6, 10) |
|
#define | EvtNetICMP6_EchoReplyWrongPayload EventID (EventLevelError, EvtNetICMP6, 11) |
|
#define | EvtNetICMP6_MessageDiscarded EventID (EventLevelOp, EvtNetICMP6, 12) |
|
#define | EvtNetICMP6_WrongHopLimit EventID (EventLevelError, EvtNetICMP6, 13) |
|
#define | EvtNetICMP6_WrongCode EventID (EventLevelError, EvtNetICMP6, 14) |
|
#define | EvtNetICMP6_MessageTypeUnknown EventID (EventLevelOp, EvtNetICMP6, 15) |
|
#define | EvtNetICMP6_SendFrame EventID (EventLevelOp, EvtNetICMP6, 16) |
|
#define | EvtNetDHCP6_InitClient EventID (EventLevelOp, EvtNetDHCP6, 0) |
|
#define | EvtNetDHCP6_GetSocketFailed EventID (EventLevelError, EvtNetDHCP6, 1) |
|
#define | EvtNetDHCP6_StartClient EventID (EventLevelOp, EvtNetDHCP6, 2) |
|
#define | EvtNetDHCP6_StopClient EventID (EventLevelOp, EvtNetDHCP6, 3) |
|
#define | EvtNetDHCP6_ClientState EventID (EventLevelOp, EvtNetDHCP6, 4) |
|
#define | EvtNetDHCP6_NextState EventID (EventLevelOp, EvtNetDHCP6, 5) |
|
#define | EvtNetDHCP6_NextStateDelay EventID (EventLevelOp, EvtNetDHCP6, 6) |
|
#define | EvtNetDHCP6_ChangeStateLinkDown EventID (EventLevelOp, EvtNetDHCP6, 7) |
|
#define | EvtNetDHCP6_NoAddressAvailable EventID (EventLevelOp, EvtNetDHCP6, 8) |
|
#define | EvtNetDHCP6_StateRetransmit EventID (EventLevelOp, EvtNetDHCP6, 9) |
|
#define | EvtNetDHCP6_StateTimeout EventID (EventLevelOp, EvtNetDHCP6, 10) |
|
#define | EvtNetDHCP6_ChangeStateOnTimeout EventID (EventLevelOp, EvtNetDHCP6, 11) |
|
#define | EvtNetDHCP6_T1Expired EventID (EventLevelOp, EvtNetDHCP6, 12) |
|
#define | EvtNetDHCP6_T2Expired EventID (EventLevelOp, EvtNetDHCP6, 13) |
|
#define | EvtNetDHCP6_SendDhcpMessage EventID (EventLevelOp, EvtNetDHCP6, 14) |
|
#define | EvtNetDHCP6_ReceiveFrame EventID (EventLevelOp, EvtNetDHCP6, 15) |
|
#define | EvtNetDHCP6_FrameTooShort EventID (EventLevelError, EvtNetDHCP6, 16) |
|
#define | EvtNetDHCP6_WrongTransactionId EventID (EventLevelError, EvtNetDHCP6, 17) |
|
#define | EvtNetDHCP6_UnknownMessageType EventID (EventLevelError, EvtNetDHCP6, 18) |
|
#define | EvtNetDHCP6_InvalidMessageType EventID (EventLevelOp, EvtNetDHCP6, 19) |
|
#define | EvtNetDHCP6_WrongClientId EventID (EventLevelOp, EvtNetDHCP6, 20) |
|
#define | EvtNetDHCP6_ServerNotChosen EventID (EventLevelOp, EvtNetDHCP6, 21) |
|
#define | EvtNetDHCP6_StatusCode EventID (EventLevelOp, EvtNetDHCP6, 22) |
|
#define | EvtNetDHCP6_WrongServerId EventID (EventLevelOp, EvtNetDHCP6, 23) |
|
#define | EvtNetDHCP6_ShowDnsServers EventID (EventLevelOp, EvtNetDHCP6, 24) |
|
#define | EvtNetDHCP6_MissingServerId EventID (EventLevelOp, EvtNetDHCP6, 25) |
|
#define | EvtNetDHCP6_WrongIaid EventID (EventLevelOp, EvtNetDHCP6, 26) |
|
#define | EvtNetDHCP6_ShowIanaOffer EventID (EventLevelOp, EvtNetDHCP6, 27) |
|
#define | EvtNetDHCP6_OfferTimerCheckFailed EventID (EventLevelError, EvtNetDHCP6, 28) |
|
#define | EvtNetNDP_InitCache EventID (EventLevelOp, EvtNetNDP, 0) |
|
#define | EvtNetNDP_FrameCheckFailed EventID (EventLevelError, EvtNetNDP, 1) |
|
#define | EvtNetNDP_AddressNotLinkLocal EventID (EventLevelOp, EvtNetNDP, 2) |
|
#define | EvtNetNDP_RouterAdvertisement EventID (EventLevelOp, EvtNetNDP, 3) |
|
#define | EvtNetNDP_OptionMtu EventID (EventLevelOp, EvtNetNDP, 4) |
|
#define | EvtNetNDP_OptionSourceMacAddress EventID (EventLevelOp, EvtNetNDP, 5) |
|
#define | EvtNetNDP_OptionPrefixInfo EventID (EventLevelOp, EvtNetNDP, 6) |
|
#define | EvtNetNDP_PrefixInfoNotValid EventID (EventLevelOp, EvtNetNDP, 7) |
|
#define | EvtNetNDP_WrongTargetAddress EventID (EventLevelOp, EvtNetNDP, 8) |
|
#define | EvtNetNDP_NeighborSolicitation EventID (EventLevelOp, EvtNetNDP, 9) |
|
#define | EvtNetNDP_ProbeRequest EventID (EventLevelOp, EvtNetNDP, 10) |
|
#define | EvtNetNDP_NeighborAdvertisement EventID (EventLevelOp, EvtNetNDP, 11) |
|
#define | EvtNetNDP_ProbeResponse EventID (EventLevelOp, EvtNetNDP, 12) |
|
#define | EvtNetNDP_WrongDestinationAddress EventID (EventLevelOp, EvtNetNDP, 13) |
|
#define | EvtNetNDP_SendReply EventID (EventLevelOp, EvtNetNDP, 14) |
|
#define | EvtNetNDP_ShowFlags EventID (EventLevelOp, EvtNetNDP, 15) |
|
#define | EvtNetNDP_SendRequest EventID (EventLevelOp, EvtNetNDP, 16) |
|
#define | EvtNetNDP_ShowTargetAddress EventID (EventLevelOp, EvtNetNDP, 17) |
|
#define | EvtNetNDP_OptionTargetMacAddress EventID (EventLevelOp, EvtNetNDP, 18) |
|
#define | EvtNetNDP_CacheEntryUpdate EventID (EventLevelOp, EvtNetNDP, 19) |
|
#define | EvtNetNDP_WrongResponse EventID (EventLevelError, EvtNetNDP, 20) |
|
#define | EvtNetNDP_CreateTempAddress EventID (EventLevelOp, EvtNetNDP, 21) |
|
#define | EvtNetUDP_InitSockets EventID (EventLevelOp, EvtNetUDP, 0) |
|
#define | EvtNetUDP_GetSocketInvalidParameter EventID (EventLevelError, EvtNetUDP, 1) |
|
#define | EvtNetUDP_SocketAllocated EventID (EventLevelOp, EvtNetUDP, 2) |
|
#define | EvtNetUDP_NoSocketsAvailable EventID (EventLevelError, EvtNetUDP, 3) |
|
#define | EvtNetUDP_ReleaseSocket EventID (EventLevelOp, EvtNetUDP, 4) |
|
#define | EvtNetUDP_ReleaseSocketNotValid EventID (EventLevelError, EvtNetUDP, 5) |
|
#define | EvtNetUDP_ReleaseSocketWrongState EventID (EventLevelError, EvtNetUDP, 6) |
|
#define | EvtNetUDP_OpenSocket EventID (EventLevelOp, EvtNetUDP, 7) |
|
#define | EvtNetUDP_OpenSocketNotValid EventID (EventLevelError, EvtNetUDP, 8) |
|
#define | EvtNetUDP_OpenSocketWrongState EventID (EventLevelError, EvtNetUDP, 9) |
|
#define | EvtNetUDP_OpenLocalPortAssigned EventID (EventLevelOp, EvtNetUDP, 10) |
|
#define | EvtNetUDP_OpenLocalPortInUse EventID (EventLevelError, EvtNetUDP, 11) |
|
#define | EvtNetUDP_CloseSocket EventID (EventLevelOp, EvtNetUDP, 12) |
|
#define | EvtNetUDP_CloseSocketNotValid EventID (EventLevelError, EvtNetUDP, 13) |
|
#define | EvtNetUDP_SetOptionSocket EventID (EventLevelOp, EvtNetUDP, 14) |
|
#define | EvtNetUDP_SetOptionSocketNotValid EventID (EventLevelError, EvtNetUDP, 15) |
|
#define | EvtNetUDP_SetOptionSocketWrongState EventID (EventLevelError, EvtNetUDP, 16) |
|
#define | EvtNetUDP_SetOptionTos EventID (EventLevelOp, EvtNetUDP, 17) |
|
#define | EvtNetUDP_SetOptionTtl EventID (EventLevelOp, EvtNetUDP, 18) |
|
#define | EvtNetUDP_SetOptionTclass EventID (EventLevelOp, EvtNetUDP, 19) |
|
#define | EvtNetUDP_SetOptionHopLimit EventID (EventLevelOp, EvtNetUDP, 20) |
|
#define | EvtNetUDP_SetOptionChecksum EventID (EventLevelOp, EvtNetUDP, 21) |
|
#define | EvtNetUDP_SetOptionWrongOption EventID (EventLevelError, EvtNetUDP, 22) |
|
#define | EvtNetUDP_SetOptionWrongValue EventID (EventLevelError, EvtNetUDP, 23) |
|
#define | EvtNetUDP_GetBufferFailed EventID (EventLevelError, EvtNetUDP, 24) |
|
#define | EvtNetUDP_SendFrame EventID (EventLevelOp, EvtNetUDP, 25) |
|
#define | EvtNetUDP_SendBufferInvalid EventID (EventLevelError, EvtNetUDP, 26) |
|
#define | EvtNetUDP_SendSocketNotValid EventID (EventLevelError, EvtNetUDP, 27) |
|
#define | EvtNetUDP_SendAddressUnspecified EventID (EventLevelError, EvtNetUDP, 28) |
|
#define | EvtNetUDP_SendPortUndefined EventID (EventLevelError, EvtNetUDP, 29) |
|
#define | EvtNetUDP_SendSocketNotOpen EventID (EventLevelError, EvtNetUDP, 30) |
|
#define | EvtNetUDP_SendZeroLengthFrame EventID (EventLevelOp, EvtNetUDP, 31) |
|
#define | EvtNetUDP_SendSizeTruncated EventID (EventLevelOp, EvtNetUDP, 32) |
|
#define | EvtNetUDP_HeaderInfo EventID (EventLevelDetail,EvtNetUDP, 33) |
|
#define | EvtNetUDP_ReceiveFrame EventID (EventLevelOp, EvtNetUDP, 34) |
|
#define | EvtNetUDP_FrameTooShort EventID (EventLevelError, EvtNetUDP, 35) |
|
#define | EvtNetUDP_MappedToSocket EventID (EventLevelOp, EvtNetUDP, 36) |
|
#define | EvtNetUDP_FrameNotMapped EventID (EventLevelOp, EvtNetUDP, 37) |
|
#define | EvtNetUDP_ChecksumFailed EventID (EventLevelError, EvtNetUDP, 38) |
|
#define | EvtNetTCP_InitSockets EventID (EventLevelOp, EvtNetTCP, 0) |
|
#define | EvtNetTCP_GetSocketInvalidParameter EventID (EventLevelError, EvtNetTCP, 1) |
|
#define | EvtNetTCP_SocketAllocated EventID (EventLevelOp, EvtNetTCP, 2) |
|
#define | EvtNetTCP_NoSocketsAvailable EventID (EventLevelError, EvtNetTCP, 3) |
|
#define | EvtNetTCP_ReleaseSocket EventID (EventLevelOp, EvtNetTCP, 4) |
|
#define | EvtNetTCP_ReleaseSocketNotValid EventID (EventLevelError, EvtNetTCP, 5) |
|
#define | EvtNetTCP_ReleaseSocketWrongState EventID (EventLevelError, EvtNetTCP, 6) |
|
#define | EvtNetTCP_ListenSocket EventID (EventLevelOp, EvtNetTCP, 7) |
|
#define | EvtNetTCP_ListenSocketNotValid EventID (EventLevelError, EvtNetTCP, 8) |
|
#define | EvtNetTCP_ListenPortUndefined EventID (EventLevelError, EvtNetTCP, 9) |
|
#define | EvtNetTCP_ListenSocketWrongState EventID (EventLevelError, EvtNetTCP, 10) |
|
#define | EvtNetTCP_ConnectSocket EventID (EventLevelOp, EvtNetTCP, 11) |
|
#define | EvtNetTCP_ConnectSocketNotValid EventID (EventLevelError, EvtNetTCP, 12) |
|
#define | EvtNetTCP_ConnectAddressUnspecified EventID (EventLevelError, EvtNetTCP, 13) |
|
#define | EvtNetTCP_ConnectPortUndefined EventID (EventLevelError, EvtNetTCP, 14) |
|
#define | EvtNetTCP_ShowNetAddressIp4 EventID (EventLevelOp, EvtNetTCP, 15) |
|
#define | EvtNetTCP_ShowNetAddressIp6 EventID (EventLevelOp, EvtNetTCP, 16) |
|
#define | EvtNetTCP_ConnectLocalPortInvalid EventID (EventLevelError, EvtNetTCP, 17) |
|
#define | EvtNetTCP_ConnectLocalPortAssigned EventID (EventLevelOp, EvtNetTCP, 18) |
|
#define | EvtNetTCP_ConnectSocketWrongState EventID (EventLevelError, EvtNetTCP, 19) |
|
#define | EvtNetTCP_ShowRttVariables EventID (EventLevelDetail,EvtNetTCP, 20) |
|
#define | EvtNetTCP_GetBufferFailed EventID (EventLevelError, EvtNetTCP, 21) |
|
#define | EvtNetTCP_SendFrame EventID (EventLevelOp, EvtNetTCP, 22) |
|
#define | EvtNetTCP_SendBufferInvalid EventID (EventLevelError, EvtNetTCP, 23) |
|
#define | EvtNetTCP_SendSocketNotValid EventID (EventLevelError, EvtNetTCP, 24) |
|
#define | EvtNetTCP_SendSocketNotConnected EventID (EventLevelError, EvtNetTCP, 25) |
|
#define | EvtNetTCP_SendSocketClosing EventID (EventLevelError, EvtNetTCP, 26) |
|
#define | EvtNetTCP_SendReenteredCall EventID (EventLevelError, EvtNetTCP, 27) |
|
#define | EvtNetTCP_SendDataUnacked EventID (EventLevelError, EvtNetTCP, 28) |
|
#define | EvtNetTCP_SendMssExceeded EventID (EventLevelError, EvtNetTCP, 29) |
|
#define | EvtNetTCP_SendZeroLengthFrame EventID (EventLevelOp, EvtNetTCP, 30) |
|
#define | EvtNetTCP_CloseSocket EventID (EventLevelOp, EvtNetTCP, 31) |
|
#define | EvtNetTCP_CloseSocketNotValid EventID (EventLevelError, EvtNetTCP, 32) |
|
#define | EvtNetTCP_CloseDataUnacked EventID (EventLevelOp, EvtNetTCP, 33) |
|
#define | EvtNetTCP_CloseSocketWrongState EventID (EventLevelError, EvtNetTCP, 34) |
|
#define | EvtNetTCP_AbortSocket EventID (EventLevelOp, EvtNetTCP, 35) |
|
#define | EvtNetTCP_AbortSocketNotValid EventID (EventLevelError, EvtNetTCP, 36) |
|
#define | EvtNetTCP_AbortSocketWrongState EventID (EventLevelError, EvtNetTCP, 37) |
|
#define | EvtNetTCP_SendReadySocketNotValid EventID (EventLevelError, EvtNetTCP, 38) |
|
#define | EvtNetTCP_SendReadyReenteredCall EventID (EventLevelError, EvtNetTCP, 39) |
|
#define | EvtNetTCP_ResetWindowSocketNotValid EventID (EventLevelError, EvtNetTCP, 40) |
|
#define | EvtNetTCP_ResetWindowNotConnected EventID (EventLevelError, EvtNetTCP, 41) |
|
#define | EvtNetTCP_ResetWindowNoFlowControl EventID (EventLevelError, EvtNetTCP, 42) |
|
#define | EvtNetTCP_ResetWindowUpdate EventID (EventLevelOp, EvtNetTCP, 43) |
|
#define | EvtNetTCP_SetOptionSocket EventID (EventLevelOp, EvtNetTCP, 44) |
|
#define | EvtNetTCP_SetOptionSocketNotValid EventID (EventLevelError, EvtNetTCP, 45) |
|
#define | EvtNetTCP_SetOptionSocketWrongState EventID (EventLevelError, EvtNetTCP, 46) |
|
#define | EvtNetTCP_SetOptionTos EventID (EventLevelOp, EvtNetTCP, 47) |
|
#define | EvtNetTCP_SetOptionTclass EventID (EventLevelOp, EvtNetTCP, 48) |
|
#define | EvtNetTCP_SetOptionTimeout EventID (EventLevelOp, EvtNetTCP, 49) |
|
#define | EvtNetTCP_SetOptionKeepAlive EventID (EventLevelOp, EvtNetTCP, 50) |
|
#define | EvtNetTCP_SetOptionFlowControl EventID (EventLevelOp, EvtNetTCP, 51) |
|
#define | EvtNetTCP_SetOptionDelayedAck EventID (EventLevelOp, EvtNetTCP, 52) |
|
#define | EvtNetTCP_SetOptionWrongOption EventID (EventLevelError, EvtNetTCP, 53) |
|
#define | EvtNetTCP_SetOptionWrongValue EventID (EventLevelError, EvtNetTCP, 54) |
|
#define | EvtNetTCP_SendDelayedAck EventID (EventLevelOp, EvtNetTCP, 55) |
|
#define | EvtNetTCP_SendKeepAliveProbe EventID (EventLevelOp, EvtNetTCP, 56) |
|
#define | EvtNetTCP_KeepAliveTimeoutClosing EventID (EventLevelOp, EvtNetTCP, 57) |
|
#define | EvtNetTCP_CallbackEventAck EventID (EventLevelOp, EvtNetTCP, 58) |
|
#define | EvtNetTCP_ResendOnTimeout EventID (EventLevelOp, EvtNetTCP, 59) |
|
#define | EvtNetTCP_ShowCongestionVariables EventID (EventLevelDetail,EvtNetTCP, 60) |
|
#define | EvtNetTCP_TimeoutInState EventID (EventLevelOp, EvtNetTCP, 61) |
|
#define | EvtNetTCP_TwaitTimeoutClosing EventID (EventLevelOp, EvtNetTCP, 62) |
|
#define | EvtNetTCP_ClosingTimeout EventID (EventLevelOp, EvtNetTCP, 63) |
|
#define | EvtNetTCP_NoRetriesLeft EventID (EventLevelError, EvtNetTCP, 64) |
|
#define | EvtNetTCP_ReceiveFrame EventID (EventLevelOp, EvtNetTCP, 65) |
|
#define | EvtNetTCP_FrameTooShort EventID (EventLevelError, EvtNetTCP, 66) |
|
#define | EvtNetTCP_MappedToSocket EventID (EventLevelOp, EvtNetTCP, 67) |
|
#define | EvtNetTCP_FrameNotMapped EventID (EventLevelOp, EvtNetTCP, 68) |
|
#define | EvtNetTCP_ChecksumFailed EventID (EventLevelError, EvtNetTCP, 69) |
|
#define | EvtNetTCP_HeaderInfo EventID (EventLevelDetail,EvtNetTCP, 70) |
|
#define | EvtNetTCP_RstInWindow EventID (EventLevelOp, EvtNetTCP, 71) |
|
#define | EvtNetTCP_RstNotValid EventID (EventLevelOp, EvtNetTCP, 72) |
|
#define | EvtNetTCP_RepeatedSynAck EventID (EventLevelOp, EvtNetTCP, 73) |
|
#define | EvtNetTCP_AckNotSet EventID (EventLevelOp, EvtNetTCP, 74) |
|
#define | EvtNetTCP_ShowSendWindow EventID (EventLevelOp, EvtNetTCP, 75) |
|
#define | EvtNetTCP_KeepAliveSegment EventID (EventLevelOp, EvtNetTCP, 76) |
|
#define | EvtNetTCP_RetransmittedSegment EventID (EventLevelOp, EvtNetTCP, 77) |
|
#define | EvtNetTCP_OutOfRangeSegment EventID (EventLevelError, EvtNetTCP, 78) |
|
#define | EvtNetTCP_ZeroWindowProbe EventID (EventLevelOp, EvtNetTCP, 79) |
|
#define | EvtNetTCP_RemotePeerClosing EventID (EventLevelOp, EvtNetTCP, 80) |
|
#define | EvtNetTCP_ShowReceiveWindow EventID (EventLevelOp, EvtNetTCP, 81) |
|
#define | EvtNetTCP_InvalidAck EventID (EventLevelError, EvtNetTCP, 82) |
|
#define | EvtNetTCP_SynNotSet EventID (EventLevelError, EvtNetTCP, 83) |
|
#define | EvtNetTCP_UserConnectionReject EventID (EventLevelOp, EvtNetTCP, 84) |
|
#define | EvtNetTCP_NextState EventID (EventLevelOp, EvtNetTCP, 85) |
|
#define | EvtNetTCP_WrongSynAck EventID (EventLevelError, EvtNetTCP, 86) |
|
#define | EvtNetTCP_WrongAckNumber EventID (EventLevelError, EvtNetTCP, 87) |
|
#define | EvtNetTCP_WrongSeqNumber EventID (EventLevelError, EvtNetTCP, 88) |
|
#define | EvtNetTCP_RepeatedSyn EventID (EventLevelOp, EvtNetTCP, 89) |
|
#define | EvtNetTCP_FrameUnrecognised EventID (EventLevelError, EvtNetTCP, 90) |
|
#define | EvtNetTCP_SimultOpenNextState EventID (EventLevelOp, EvtNetTCP, 91) |
|
#define | EvtNetTCP_WrongFinAck EventID (EventLevelError, EvtNetTCP, 92) |
|
#define | EvtNetTCP_FinAckNextState EventID (EventLevelOp, EvtNetTCP, 93) |
|
#define | EvtNetTCP_SimultCloseNextState EventID (EventLevelOp, EvtNetTCP, 94) |
|
#define | EvtNetTCP_AckNextState EventID (EventLevelOp, EvtNetTCP, 95) |
|
#define | EvtNetTCP_FinNextState EventID (EventLevelOp, EvtNetTCP, 96) |
|
#define | EvtNetTCP_PshAckInHalfOpen EventID (EventLevelError, EvtNetTCP, 97) |
|
#define | EvtNetTCP_RepeatedFin EventID (EventLevelOp, EvtNetTCP, 98) |
|
#define | EvtNetTCP_LastAckNextState EventID (EventLevelOp, EvtNetTCP, 99) |
|
#define | EvtNetTCP_RstReceived EventID (EventLevelError, EvtNetTCP,100) |
|
#define | EvtNetTCP_InvalidState EventID (EventLevelError, EvtNetTCP,101) |
|
#define | EvtNetTCP_SendData EventID (EventLevelOp, EvtNetTCP,102) |
|
#define | EvtNetTCP_SendControl EventID (EventLevelOp, EvtNetTCP,103) |
|
#define | EvtNetTCP_SendReset EventID (EventLevelOp, EvtNetTCP,104) |
|
#define | EvtNetTCP_ParseHeaderOptions EventID (EventLevelOp, EvtNetTCP,105) |
|
#define | EvtNetTCP_OptionMss EventID (EventLevelOp, EvtNetTCP,106) |
|
#define | EvtNetTCP_DuplicateAck EventID (EventLevelOp, EvtNetTCP,107) |
|
#define | EvtNetTCP_FastRetransmit EventID (EventLevelOp, EvtNetTCP,108) |
|
#define | EvtNetTCP_DataAcked EventID (EventLevelOp, EvtNetTCP,109) |
|
#define | EvtNetTCP_ResendData EventID (EventLevelOp, EvtNetTCP,110) |
|
#define | EvtNetTCP_MapSocketWrongFlagsSet EventID (EventLevelError, EvtNetTCP,111) |
|
#define | EvtNetTCP_MapSocketSynNotSet EventID (EventLevelError, EvtNetTCP,112) |
|
#define | EvtNetTCP_MapSocketNoListenSocket EventID (EventLevelError, EvtNetTCP,113) |
|
#define | EvtNetBSD_InitSockets EventID (EventLevelOp, EvtNetBSD, 0) |
|
#define | EvtNetBSD_SocketInvalidParameter EventID (EventLevelError, EvtNetBSD, 1) |
|
#define | EvtNetBSD_SocketAllocated EventID (EventLevelOp, EvtNetBSD, 2) |
|
#define | EvtNetBSD_NoSocketsAvailable EventID (EventLevelError, EvtNetBSD, 3) |
|
#define | EvtNetBSD_BindSocket EventID (EventLevelAPI, EvtNetBSD, 4) |
|
#define | EvtNetBSD_BindSocketNotValid EventID (EventLevelError, EvtNetBSD, 5) |
|
#define | EvtNetBSD_BindInvalidParameter EventID (EventLevelError, EvtNetBSD, 6) |
|
#define | EvtNetBSD_BindSocketNotCreated EventID (EventLevelError, EvtNetBSD, 7) |
|
#define | EvtNetBSD_BindPortInUse EventID (EventLevelError, EvtNetBSD, 8) |
|
#define | EvtNetBSD_ShowNetAddressIp4 EventID (EventLevelOp, EvtNetBSD, 9) |
|
#define | EvtNetBSD_ShowNetAddressIp6 EventID (EventLevelOp, EvtNetBSD, 10) |
|
#define | EvtNetBSD_ListenSocket EventID (EventLevelAPI, EvtNetBSD, 11) |
|
#define | EvtNetBSD_ListenSocketNotValid EventID (EventLevelError, EvtNetBSD, 12) |
|
#define | EvtNetBSD_ListenInvalidParameter EventID (EventLevelError, EvtNetBSD, 13) |
|
#define | EvtNetBSD_ListenSocketNotBound EventID (EventLevelError, EvtNetBSD, 14) |
|
#define | EvtNetBSD_ListenSocketNotStreamType EventID (EventLevelError, EvtNetBSD, 15) |
|
#define | EvtNetBSD_ListenBacklogCreateFailed EventID (EventLevelError, EvtNetBSD, 16) |
|
#define | EvtNetBSD_AcceptSocket EventID (EventLevelAPI, EvtNetBSD, 17) |
|
#define | EvtNetBSD_AcceptSocketNotValid EventID (EventLevelError, EvtNetBSD, 18) |
|
#define | EvtNetBSD_AcceptSocketNotListening EventID (EventLevelError, EvtNetBSD, 19) |
|
#define | EvtNetBSD_AcceptSocketNotStreamType EventID (EventLevelError, EvtNetBSD, 20) |
|
#define | EvtNetBSD_AcceptSocketLocked EventID (EventLevelError, EvtNetBSD, 21) |
|
#define | EvtNetBSD_AcceptChildSockConnected EventID (EventLevelOp, EvtNetBSD, 22) |
|
#define | EvtNetBSD_AcceptSocketClosed EventID (EventLevelError, EvtNetBSD, 23) |
|
#define | EvtNetBSD_AcceptSocketKilled EventID (EventLevelError, EvtNetBSD, 24) |
|
#define | EvtNetBSD_ConnectSocket EventID (EventLevelAPI, EvtNetBSD, 25) |
|
#define | EvtNetBSD_ConnectSocketNotValid EventID (EventLevelError, EvtNetBSD, 26) |
|
#define | EvtNetBSD_ConnectInvalidParameter EventID (EventLevelError, EvtNetBSD, 27) |
|
#define | EvtNetBSD_ConnectSocketLocked EventID (EventLevelError, EvtNetBSD, 28) |
|
#define | EvtNetBSD_ConnectSocketNotCreated EventID (EventLevelError, EvtNetBSD, 29) |
|
#define | EvtNetBSD_ConnectSocketWrongState EventID (EventLevelError, EvtNetBSD, 30) |
|
#define | EvtNetBSD_ConnectDatagramSuccess EventID (EventLevelOp, EvtNetBSD, 31) |
|
#define | EvtNetBSD_ConnectStreamSuccess EventID (EventLevelOp, EvtNetBSD, 32) |
|
#define | EvtNetBSD_ConnectSocketClosed EventID (EventLevelError, EvtNetBSD, 33) |
|
#define | EvtNetBSD_ConnectSocketKilled EventID (EventLevelError, EvtNetBSD, 34) |
|
#define | EvtNetBSD_SendSocket EventID (EventLevelAPI, EvtNetBSD, 35) |
|
#define | EvtNetBSD_SendSocketNotValid EventID (EventLevelError, EvtNetBSD, 36) |
|
#define | EvtNetBSD_SendInvalidParameter EventID (EventLevelError, EvtNetBSD, 37) |
|
#define | EvtNetBSD_SendSocketNotCreated EventID (EventLevelError, EvtNetBSD, 38) |
|
#define | EvtNetBSD_SendSocketLocked EventID (EventLevelError, EvtNetBSD, 39) |
|
#define | EvtNetBSD_SendSocketClosed EventID (EventLevelError, EvtNetBSD, 40) |
|
#define | EvtNetBSD_SendCompleteNonBlocking EventID (EventLevelOp, EvtNetBSD, 41) |
|
#define | EvtNetBSD_SendSocketKilled EventID (EventLevelError, EvtNetBSD, 42) |
|
#define | EvtNetBSD_SendStreamError EventID (EventLevelError, EvtNetBSD, 43) |
|
#define | EvtNetBSD_SendtoInvalidParameter EventID (EventLevelError, EvtNetBSD, 44) |
|
#define | EvtNetBSD_SendDatagramError EventID (EventLevelError, EvtNetBSD, 45) |
|
#define | EvtNetBSD_SendCompleteBlocking EventID (EventLevelOp, EvtNetBSD, 46) |
|
#define | EvtNetBSD_RecvSocket EventID (EventLevelAPI, EvtNetBSD, 47) |
|
#define | EvtNetBSD_RecvSocketNotValid EventID (EventLevelError, EvtNetBSD, 48) |
|
#define | EvtNetBSD_RecvInvalidParameter EventID (EventLevelError, EvtNetBSD, 49) |
|
#define | EvtNetBSD_RecvSocketNotCreated EventID (EventLevelError, EvtNetBSD, 50) |
|
#define | EvtNetBSD_RecvSocketNotConnected EventID (EventLevelError, EvtNetBSD, 51) |
|
#define | EvtNetBSD_RecvSocketWrongState EventID (EventLevelError, EvtNetBSD, 52) |
|
#define | EvtNetBSD_RecvSocketLocked EventID (EventLevelError, EvtNetBSD, 53) |
|
#define | EvtNetBSD_RecvSocketClosed EventID (EventLevelError, EvtNetBSD, 54) |
|
#define | EvtNetBSD_RecvTimeout EventID (EventLevelOp, EvtNetBSD, 55) |
|
#define | EvtNetBSD_RecvSocketKilled EventID (EventLevelError, EvtNetBSD, 56) |
|
#define | EvtNetBSD_RecvQueueFree EventID (EventLevelOp, EvtNetBSD, 57) |
|
#define | EvtNetBSD_RecvComplete EventID (EventLevelOp, EvtNetBSD, 58) |
|
#define | EvtNetBSD_Closesocket EventID (EventLevelAPI, EvtNetBSD, 59) |
|
#define | EvtNetBSD_CloseSocketNotValid EventID (EventLevelError, EvtNetBSD, 60) |
|
#define | EvtNetBSD_Getpeername EventID (EventLevelAPI, EvtNetBSD, 61) |
|
#define | EvtNetBSD_GetpeerSocketNotValid EventID (EventLevelError, EvtNetBSD, 62) |
|
#define | EvtNetBSD_GetpeerInvalidParameter EventID (EventLevelError, EvtNetBSD, 63) |
|
#define | EvtNetBSD_GetpeerSocketNotCreated EventID (EventLevelError, EvtNetBSD, 64) |
|
#define | EvtNetBSD_Getsockname EventID (EventLevelAPI, EvtNetBSD, 65) |
|
#define | EvtNetBSD_GetsockSocketNotValid EventID (EventLevelError, EvtNetBSD, 66) |
|
#define | EvtNetBSD_GetsockInvalidParameter EventID (EventLevelError, EvtNetBSD, 67) |
|
#define | EvtNetBSD_GetsockSocketNotCreated EventID (EventLevelError, EvtNetBSD, 68) |
|
#define | EvtNetBSD_Setsockopt EventID (EventLevelAPI, EvtNetBSD, 69) |
|
#define | EvtNetBSD_SetoptSocketNotValid EventID (EventLevelError, EvtNetBSD, 70) |
|
#define | EvtNetBSD_SetoptInvalidParameter EventID (EventLevelError, EvtNetBSD, 71) |
|
#define | EvtNetBSD_SetoptSocketNotCreated EventID (EventLevelError, EvtNetBSD, 72) |
|
#define | EvtNetBSD_SetoptKeepAlive EventID (EventLevelOp, EvtNetBSD, 73) |
|
#define | EvtNetBSD_SetoptRecvTimeout EventID (EventLevelOp, EvtNetBSD, 74) |
|
#define | EvtNetBSD_SetoptTos EventID (EventLevelOp, EvtNetBSD, 75) |
|
#define | EvtNetBSD_SetoptTtl EventID (EventLevelOp, EvtNetBSD, 76) |
|
#define | EvtNetBSD_SetoptTclass EventID (EventLevelOp, EvtNetBSD, 77) |
|
#define | EvtNetBSD_SetoptHopLimit EventID (EventLevelOp, EvtNetBSD, 78) |
|
#define | EvtNetBSD_Ioctlsocket EventID (EventLevelAPI, EvtNetBSD, 79) |
|
#define | EvtNetBSD_IoctlSocketNotValid EventID (EventLevelError, EvtNetBSD, 80) |
|
#define | EvtNetBSD_IoctlInvalidParameter EventID (EventLevelError, EvtNetBSD, 81) |
|
#define | EvtNetBSD_IoctlSocketNotCreated EventID (EventLevelError, EvtNetBSD, 82) |
|
#define | EvtNetBSD_IoctlSocketNotStreamType EventID (EventLevelError, EvtNetBSD, 83) |
|
#define | EvtNetBSD_IoctlNonBlocking EventID (EventLevelOp, EvtNetBSD, 84) |
|
#define | EvtNetBSD_IoctlDelayAck EventID (EventLevelOp, EvtNetBSD, 85) |
|
#define | EvtNetBSD_IoctlKeepAlive EventID (EventLevelOp, EvtNetBSD, 86) |
|
#define | EvtNetBSD_IoctlFlowControl EventID (EventLevelOp, EvtNetBSD, 87) |
|
#define | EvtNetBSD_CbfuncTcpEvent EventID (EventLevelOp, EvtNetBSD, 88) |
|
#define | EvtNetBSD_CbfuncTcpQueueAdd EventID (EventLevelOp, EvtNetBSD, 89) |
|
#define | EvtNetBSD_CbfuncTcpNoMemory EventID (EventLevelError, EvtNetBSD, 90) |
|
#define | EvtNetBSD_CbfuncUdpQueueAdd EventID (EventLevelOp, EvtNetBSD, 91) |
|
#define | EvtNetBSD_CbfuncUdpDumpData EventID (EventLevelError, EvtNetBSD, 92) |
|
#define | EvtNetHTTP_InitServer EventID (EventLevelOp, EvtNetHTTP, 0) |
|
#define | EvtNetFTPs_InitServer EventID (EventLevelOp, EvtNetFTPs, 0) |
|
#define | EvtNetFTPc_InitClient EventID (EventLevelOp, EvtNetFTPc, 0) |
|
#define | EvtNetTeln_InitServer EventID (EventLevelOp, EvtNetTeln, 0) |
|
#define | EvtNetTFTPs_InitServer EventID (EventLevelOp, EvtNetTFTPs, 0) |
|
#define | EvtNetTFTPc_InitClient EventID (EventLevelOp, EvtNetTFTPc, 0) |
|
#define | EvtNetSMTP_InitClient EventID (EventLevelOp, EvtNetSMTP, 0) |
|
#define | EvtNetDNS_InitClient EventID (EventLevelOp, EvtNetDNS, 0) |
|
#define | EvtNetSNMP_InitAgent EventID (EventLevelOp, EvtNetSNMP, 0) |
|
#define | EvtNetSNTP_InitClient EventID (EventLevelOp, EvtNetSNTP, 0) |
|
|
__STATIC_INLINE void | EvrNetSYS_InitSystem (uint32_t lib_version) |
| Event on netInitialize start (Op) More...
|
|
__STATIC_INLINE void | EvrNetSYS_ThreadCreateFailed (void) |
| Event on netInitialize thread create failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetSYS_TimerCreateFailed (void) |
| Event on netInitialize timer create failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetSYS_InitComplete (void) |
| Event on netInitialize complete (Op) More...
|
|
__STATIC_INLINE void | EvrNetSYS_SetHostName (const char *name, uint32_t length) |
| Event on netSYS_SetHostName entry (API) More...
|
|
__STATIC_INLINE void | EvrNetMEM_InitMemory (uint32_t pool_size, uint32_t limit0, uint32_t limit1) |
| Event on memory management initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetMEM_AllocMemory (uint32_t size, uint32_t used, uint32_t blocks) |
| Event on memory allocate request (Op) More...
|
|
__STATIC_INLINE void | EvrNetMEM_AllocLimitExceeded (uint32_t size, uint32_t used, uint32_t blocks) |
| Event on memory allocate limit exceeded (Op) More...
|
|
__STATIC_INLINE void | EvrNetMEM_AllocOutOfMemory (uint32_t size, uint32_t used, uint32_t blocks) |
| Event on memory allocate out of memory error (Error) More...
|
|
__STATIC_INLINE void | EvrNetMEM_ShrinkMemory (uint32_t new_size, uint32_t old_size) |
| Event on memory shrink block request (Op) More...
|
|
__STATIC_INLINE void | EvrNetMEM_FreeMemory (uint32_t size, uint32_t used, uint32_t blocks) |
| Event on memory free request (Op) More...
|
|
__STATIC_INLINE void | EvrNetMEM_FreeInvalidBlock (uint32_t size) |
| Event on memory free an invalid block (Error) More...
|
|
__STATIC_INLINE void | EvrNetMEM_FreeLinkCorrupted (uint32_t size) |
| Event on memory free link corrupted (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_InitInterface (void) |
| Event on Ethernet interface initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetETH_MacAddressConfigError (void) |
| Event on Ethernet MAC address configuration error (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_MacAddressSetup (const uint8_t *mac_address) |
| Event on Ethernet MAC address setup (Detail) More...
|
|
__STATIC_INLINE void | EvrNetETH_PhyDriverConfigError (void) |
| Event on Ethernet PHY configuration error (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_PhyDriverInitError (void) |
| Event on Ethernet PHY initialization error (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_Ip4ConfigError (void) |
| Event on Ethernet IPv4 configuration error (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_Ip6ConfigError (void) |
| Event on Ethernet IPv6 configuration error (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_ThreadCreateFailed (void) |
| Event on Ethernet thread create failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_SendFrame (uint32_t length, uint8_t ip_version) |
| Event on Ethernet send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetETH_LinkDownError (void) |
| Event on Ethernet link down error (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_Ip4LocalAddressUndefined (void) |
| Event on Ethernet local IPv4 address undefined (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_Ip4MacAddressUnresolved (const uint8_t *ip4_address) |
| Event on Ethernet MAC address unresolved (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_Ip6LocalAddressUndefined (void) |
| Event on Ethernet local IPv6 address undefined (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_Ip6MacAddressUnresolved (const uint8_t *ip6_address) |
| Event on Ethernet MAC address unresolved (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_InvalidIpVersion (uint8_t ip_version) |
| Event on Ethernet invalid IP version (Error) More...
|
|
__STATIC_INLINE void | EvrNetETH_HeaderInfo (const void *eth_header) |
| Event on Ethernet send/receive frame header info (Detail) More...
|
|
__STATIC_INLINE void | EvrNetETH_LinkDownStatus (void) |
| Event on Ethernet link down status (Op) More...
|
|
__STATIC_INLINE void | EvrNetETH_LinkUpStatus (int32_t speed, int32_t duplex) |
| Event on Ethernet link up status (Op) More...
|
|
__STATIC_INLINE void | EvrNetETH_ReceiveFrame (uint32_t length) |
| Event on Ethernet receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetETH_Ip4Disabled (void) |
| Event on Ethernet receive IPv4 disabled (Op) More...
|
|
__STATIC_INLINE void | EvrNetETH_Ip6Disabled (void) |
| Event on Ethernet receive IPv6 disabled (Op) More...
|
|
__STATIC_INLINE void | EvrNetETH_ProtocolUnknown (uint16_t protocol) |
| Event on Ethernet receive protocol unknown (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_InitInterface (void) |
| Event on PPP interface initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ThreadCreateFailed (void) |
| Event on PPP interface thread create failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ReceiveFrame (uint16_t protocol, uint32_t length) |
| Event on PPP interface receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_FrameTooShort (uint32_t length) |
| Event on PPP interface received frame too short (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChecksumFailed (uint32_t length) |
| Event on PPP interface frame checksum check failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_CtrlByteInvalid (uint8_t ctrl_byte) |
| Event on PPP interface frame control byte invalid (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_SendFrame (uint16_t protocol, uint32_t length) |
| Event on PPP interface send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_NetworkLayerDown (void) |
| Event on PPP interface network layer down (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_NoMemoryError (void) |
| Event on PPP interface out of memory error (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_QueueAddTransmit (void) |
| Event on PPP interface add frame to transmit queue (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_RejectProtocol (uint16_t protocol) |
| Event on PPP interface reject unsupported protocol type (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_RejectCode (uint16_t protocol, uint8_t code) |
| Event on PPP interface reject unsupported cp code (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_Connect (const char *dial_number, uint32_t length) |
| Event on PPP interface netPPP_Connect start (API) More...
|
|
__STATIC_INLINE void | EvrNetPPP_Listen (void) |
| Event on PPP interface netPPP_Listen start (API) More...
|
|
__STATIC_INLINE void | EvrNetPPP_Close (void) |
| Event on PPP interface netPPP_Close start (API) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ShowUsername (const char *username, uint32_t length) |
| Event on PPP interface display username (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ShowPassword (const char *password, uint32_t length) |
| Event on PPP interface display password (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ModemOffline (void) |
| Event on PPP interface modem offline (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_DataLinkDown (void) |
| Event on PPP interface data-link layer down (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpInit (void) |
| Event on PPP-LCP initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpSendConfigRequest (void) |
| Event on PPP-LCP send configuration request (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpNoRetriesLeft (void) |
| Event on PPP-LCP no retries left for LCP negotiation (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionCharMap (uint32_t char_map) |
| Event on PPP-LCP option character map (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionPfc (void) |
| Event on PPP-LCP option PFC (Protocol Field Compression) (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionAcfc (void) |
| Event on PPP-LCP option ACFC (Address and Control Field Compression) (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionMagicNumber (uint32_t magic_number) |
| Event on PPP-LCP option magic number (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionAuthPap (void) |
| Event on PPP-LCP option Authentication PAP (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionAuthChapMd5 (void) |
| Event on PPP-LCP option Authentication CHAP (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpSendEchoRequest (uint32_t magic_number) |
| Event on PPP-LCP send echo request (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpSendTerminateRequest (void) |
| Event on PPP-LCP send LCP terminate request (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpSendFrame (const void *lcp_header) |
| Event on PPP-LCP send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpReceiveFrame (const void *lcp_header) |
| Event on PPP-LCP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpDataLinkUp (void) |
| Event on PPP-LCP data-link layer established (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionMru (uint16_t mru_size) |
| Event on PPP-LCP option MRU (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionAuth (uint16_t auth_type) |
| Event on PPP-LCP option authentication type (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionAuthChapNotMd5 (void) |
| Event on PPP-LCP option CHAP authentication not MD5 type (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpOptionUnknown (uint8_t lcp_option) |
| Event on PPP-LCP unknown option received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpSendReject (void) |
| Event on PPP-LCP send reject (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpSendNak (void) |
| Event on PPP-LCP send not acknowledge (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpSendAck (void) |
| Event on PPP-LCP send acknowledge (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpWrongAckReceived (uint8_t lcp_id) |
| Event on PPP-LCP wrong acknowledge received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpWrongNakReceived (uint8_t lcp_id) |
| Event on PPP-LCP wrong not-acknowledge received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpConfigAuthFailed (void) |
| Event on PPP-LCP authentication type negotiation failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpWrongRejectReceived (uint8_t lcp_id) |
| Event on PPP-LCP wrong reject received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpEchoMagicNumber (uint32_t magic_number) |
| Event on PPP-LCP echo magic number (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpWrongPeerMagicNumber (void) |
| Event on PPP-LCP wrong peer magic number (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpSendEchoReply (void) |
| Event on PPP-LCP send echo reply (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpWrongEchoReplyReceived (void) |
| Event on PPP-LCP wrong echo reply received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_LcpSendTerminateAck (void) |
| Event on PPP-LCP send terminate acknowledge (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_PapInit (void) |
| Event on PPP-PAP initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_PapSendAuthRequest (const char *peer_id, uint32_t length) |
| Event on PPP-PAP send authentication request (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_PapShowPassword (const char *password, uint32_t length) |
| Event on PPP-PAP display password (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_PapSendFrame (const void *pap_header) |
| Event on PPP-PAP send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_PapReceiveFrame (const void *pap_header) |
| Event on PPP-PAP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_PapLoginSuccess (void) |
| Event on PPP-PAP login success (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_PapLoginFailed (void) |
| Event on PPP-PAP login failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_PapWrongAckReceived (uint8_t pap_id) |
| Event on PPP-PAP wrong acknowledge received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_PapWrongNakReceived (uint8_t pap_id) |
| Event on PPP-PAP wrong not-acknowledge received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChapInit (void) |
| Event on PPP-CHAP initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChapSendChallenge (const char *name, uint32_t length) |
| Event on PPP-CHAP send challenge (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChapSendFrame (const void *chap_header) |
| Event on PPP-CHAP send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChapReceiveFrame (const void *chap_header) |
| Event on PPP-CHAP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChapWrongResponseReceived (uint8_t chap_id) |
| Event on PPP-CHAP wrong response received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChapWrongSuccessReceived (uint8_t chap_id) |
| Event on PPP-CHAP wrong success received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChapWrongFailureReceived (uint8_t chap_id) |
| Event on PPP-CHAP wrong failure received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChapLoginSuccess (void) |
| Event on PPP-CHAP login success (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_ChapLoginFailed (void) |
| Event on PPP-CHAP login failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpInit (void) |
| Event on PPP-IPCP initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpIp4ConfigError (void) |
| Event on PPP-IPCP interface IPv4 configuration error (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpSendConfigRequest (void) |
| Event on PPP-IPCP send configuration request (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpOptionIpAddress (const uint8_t *ip4_address) |
| Event on PPP-IPCP option IP-address (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpOptionPrimaryDns (const uint8_t *ip4_address) |
| Event on PPP-IPCP option primary DNS server address (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpOptionSecondaryDns (const uint8_t *ip4_address) |
| Event on PPP-IPCP option secondary DNS server address (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpSendFrame (const void *ipcp_header) |
| Event on PPP-IPCP send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpReceiveFrame (const void *ipcp_header) |
| Event on PPP-IPCP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpOptionUnknown (uint8_t ipcp_option) |
| Event on PPP-IPCP unknown option received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpSendReject (void) |
| Event on PPP-IPCP send reject (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpSendNak (void) |
| Event on PPP-IPCP send not acknowledge (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpSendAck (void) |
| Event on PPP-IPCP send acknowledge (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpWrongAckReceived (uint8_t ipcp_id) |
| Event on PPP-IPCP wrong acknowledge received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpNetworkLayerUp (void) |
| Event on PPP-IPCP network-layer established (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpWrongNakReceived (uint8_t ipcp_id) |
| Event on PPP-IPCP wrong not-acknowledge received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpWrongRejectReceived (uint8_t ipcp_id) |
| Event on PPP-IPCP wrong reject received (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpWrongSubnet (const uint8_t *ip4_address) |
| Event on PPP-IPCP advertised IP-address not in subnet (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpPrimaryDnsRejected (void) |
| Event on PPP-IPCP primary DNS server option rejected (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpSecondaryDnsRejected (void) |
| Event on PPP-IPCP secondary DNS server option rejected (Op) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpIpAddressRejected (void) |
| Event on PPP-IPCP IP-address option rejected (Error) More...
|
|
__STATIC_INLINE void | EvrNetPPP_IpcpNotRequestedOption (uint8_t ipcp_option) |
| Event on PPP-IPCP not requested option rejected (Error) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_InitInterface (void) |
| Event on SLIP interface initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_Ip4ConfigError (void) |
| Event on SLIP interface IPv4 configuration error (Error) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_ThreadCreateFailed (void) |
| Event on SLIP interface thread create failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_Connect (const char *dial_number, uint32_t length) |
| Event on SLIP interface netSLIP_Connect start (API) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_Listen (void) |
| Event on SLIP interface netSLIP_Listen start (API) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_Close (void) |
| Event on SLIP interface netSLIP_Close start (API) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_SendFrame (uint32_t length, uint8_t ip_version) |
| Event on SLIP interface send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_InvalidIpVersion (uint8_t ip_version) |
| Event on SLIP interface invalid IP version (Error) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_NoMemoryError (void) |
| Event on SLIP interface out of memory error (Error) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_QueueAddTransmit (void) |
| Event on SLIP interface add frame to transmit queue (Op) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_ModemOffline (void) |
| Event on SLIP interface modem offline (Op) More...
|
|
__STATIC_INLINE void | EvrNetSLIP_ReceiveFrame (uint32_t length) |
| Event on SLIP interface receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetLOOP_InitInterface (void) |
| Event on Loopback interface initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetLOOP_SendFrame (uint32_t length, uint8_t ip_version) |
| Event on Loopback interface send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetLOOP_NoMemoryError (void) |
| Event on Loopback interface out of memory error (Error) More...
|
|
__STATIC_INLINE void | EvrNetLOOP_ReceiveFrame (uint32_t length, uint8_t ip_version) |
| Event on Loopback interface receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP4_InitCore (void) |
| Event on IPv4 core initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP4_ReceiveFrame (uint32_t length) |
| Event on IPv4 receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP4_FrameTooShort (uint32_t length) |
| Event on IPv4 received frame too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP4_InvalidIpVersion (uint8_t ip_version) |
| Event on IPv4 invalid protocol version (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP4_HeaderInfo (const void *ip4_header) |
| Event on IPv4 frame header info (Detail) More...
|
|
__STATIC_INLINE void | EvrNetIP4_SourceIpAddressInvalid (const uint8_t *ip4_address) |
| Event on IPv4 source IP address invalid (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP4_WrongMulticastProtocol (uint8_t ip4_protocol) |
| Event on IPv4 wrong multicast protocol type (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP4_WrongDestinationAddress (const uint8_t *ip4_address) |
| Event on IPv4 wrong destination address (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP4_ChecksumFailed (uint32_t length) |
| Event on IP4 frame checksum check failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP4_FragmentsNotSupported (void) |
| Event on IP4 fragmented frame received (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP4_SendFrame (uint8_t ip4_protocol, uint32_t length) |
| Event on IP4 send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP4_ProtocolUnknown (uint8_t ip4_protocol) |
| Event on IP4 unknown protocol type in sending frame (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP4_DestinationAddressNull (void) |
| Event on IP4 destination address not provided (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_ReceiveFrame (const void *icmp_header) |
| Event on ICMP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP_FrameTooShort (uint32_t length) |
| Event on ICMP received frame is too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_ChecksumFailed (uint32_t length) |
| Event on ICMP frame checksum check failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_EchoRequestWrongCode (uint8_t icmp_code) |
| Event on ICMP wrong code in echo request received (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_EchoRequestReceived (uint32_t data_length) |
| Event on ICMP echo request received (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP_SendEchoReply (const void *icmp_header) |
| Event on ICMP send echo reply (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP_EchoReplyReceived (uint32_t data_length) |
| Event on ICMP echo reply received (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP_EchoReplyWrongState (void) |
| Event on ICMP echo reply received in wrong ping process state (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_EchoReplyWrongCode (uint8_t icmp_code) |
| Event on ICMP wrong code in echo reply received (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_EchoReplyWrongIpAddress (const uint8_t *ip4_address) |
| Event on ICMP wrong source IPv4 address of echo reply (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_EchoReplyWrongId (uint16_t echo_id) |
| Event on ICMP wrong echo identifier value in echo reply (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_EchoReplyWrongPayload (void) |
| Event on ICMP echo reply payload data invalid (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_MessageTypeUnknown (uint8_t icmp_type) |
| Event on ICMP message type unknown (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP_SendEchoRequest (const void *icmp_header) |
| Event on ICMP send echo request (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP_PingInit (void) |
| Event on ICMP ping client initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP_PingInvalidParameter (void) |
| Event on ICMP netPing_Echo invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_PingClientBusy (void) |
| Event on ICMP netPing_Echo client busy (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP_PingSendRequest (void) |
| Event on ICMP netPing_Echo send echo request (API) More...
|
|
__STATIC_INLINE void | EvrNetICMP_PingRetransmitRequest (void) |
| Event on ICMP retransmit echo request (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP_PingTimeout (void) |
| Event on ICMP timeout on ping send echo request (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_InitManager (uint32_t entries) |
| Event on IGMP manager initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_Join (const uint8_t *ip4_address) |
| Event on IGMP netIGMP_Join start (API) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_AlreadyInGroup (void) |
| Event on IGMP netIGMP_Join already a member (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_NoFreeEntries (void) |
| Event on IGMP netIGMP_Join no free entries available (Error) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_SendReport (const uint8_t *ip4_address) |
| Event on IGMP send report message (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_Leave (const uint8_t *ip4_address) |
| Event on IGMP netIGMP_Leave start (API) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_NotInGroup (void) |
| Event on IGMP netIGMP_Leave not a member (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_SendLeave (const uint8_t *ip4_address) |
| Event on IGMP send leave message (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_ReceiveFrame (uint8_t message_type) |
| Event on IGMP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_FrameTooShort (uint32_t length) |
| Event on IGMP received frame is too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_ChecksumFailed (void) |
| Event on IGMP frame checksum check failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_GroupSpecificQuery (const uint8_t *ip4_address) |
| Event on IGMPv2 group specific query (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_DestAddressWrong (const uint8_t *ip4_address) |
| Event on IGMPv2 destination address wrong (Error) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_DelayedReportScheduled (uint8_t max_time) |
| Event on IGMPv2 report message delayed (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_GeneralQuery (const uint8_t *ip4_address) |
| Event on IGMPv1 general query (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_StartModeIGMPv1 (void) |
| Event on start IGMPv1 mode (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_MaxTimeForReport (uint8_t max_time) |
| Event on IGMPv2 maximum time for report messages (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_GroupReportsScheduled (uint32_t n_reports) |
| Event on IGMP scheduled reports for all active groups (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_ReportReceived (const uint8_t *ip4_address) |
| Event on IGMP received report message (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_OwnReportCanceled (void) |
| Event on own report canceled (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_StartModeIGMPv2 (void) |
| Event on start IGMPv2 mode (Op) More...
|
|
__STATIC_INLINE void | EvrNetIGMP_SendDelayedReport (const uint8_t *ip4_address) |
| Event on IGMP send delayed report message (Op) More...
|
|
__STATIC_INLINE void | EvrNetNBNS_InitService (void) |
| Event on NBNS name service initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetNBNS_GetSocketFailed (void) |
| Event on NBNS failed to allocate UDP socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetNBNS_ReceiveFrame (uint32_t length) |
| Event on NBNS receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetNBNS_WrongPort (uint16_t udp_port) |
| Event on NBNS wrong UDP source port (Error) More...
|
|
__STATIC_INLINE void | EvrNetNBNS_FrameTooShort (uint32_t length) |
| Event on NBNS received frame is too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetNBNS_NameQueryRequest (const char *q_name, uint32_t length) |
| Event on NBNS name query request received (Op) More...
|
|
__STATIC_INLINE void | EvrNetNBNS_QueryFromAddress (const uint8_t *ip4_address) |
| Event on NBNS name query from IP-address (Op) More...
|
|
__STATIC_INLINE void | EvrNetNBNS_NameQueryResponse (const uint8_t *ip4_address) |
| Event on NBNS response to a name query (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_InitClient (uint8_t vcid, uint8_t option_flags) |
| Event on DHCP client initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_GetSocketFailed (void) |
| Event on DHCP failed to allocate UDP socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_StartClient (void) |
| Event on DHCP start client (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_StopClient (void) |
| Event on DHCP stop client (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ClientState (uint32_t state) |
| Event on DHCP indication of client state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_NextState (uint32_t state) |
| Event on DHCP transition to next state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_StateRetransmit (uint32_t state) |
| Event on DHCP retransmit request in current state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ChangeStateOnTimeout (uint32_t current, uint32_t next) |
| Event on DHCP state timeout and transit to next state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_AutoIpAddressProbe (const uint8_t *ip4_address) |
| Event on DHCP address probe for AutoIP mode (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_AutoIpSuccess (const uint8_t *ip4_address) |
| Event on DHCP assign AutoIP address success (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_T2Expired (uint32_t state) |
| Event on DHCP timer T2 expired (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_LeaseExpired (uint32_t state) |
| Event on DHCP address lease time expired (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_SendDhcpMessage (uint8_t msg_type, uint8_t broadcast) |
| Event on DHCP send message (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ReceiveFrame (const uint8_t *ip4_address) |
| Event on DHCP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_WrongServerPort (uint16_t udp_port) |
| Event on DHCP wrong UDP server port (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_FrameTooShort (uint32_t length) |
| Event on DHCP received frame is too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_MisformedReply (void) |
| Event on DHCP received a misformed reply (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_WrongTransactionId (uint32_t xid) |
| Event on DHCP wrong Transaction Id (XID) received (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_WrongClientHwAddress (const uint8_t *chaddr) |
| Event on DHCP wrong Client Hardware Address (CHADDR) received (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_WrongMagicCookie (uint32_t magic_cookie) |
| Event on DHCP wrong BOOTP Magic Cookie received (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_NotDhcpOfferMessage (void) |
| Event on DHCP received message is not DHCP_OFFER (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_DhcpOfferReceived (void) |
| Event on DHCP received DHCP_OFFER message (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_FileOverloadedOptions (void) |
| Event on DHCP received options overloaded to "File" field (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_SnameOverloadedOptions (void) |
| Event on DHCP received options overloaded to "Sname" field (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_DhcpOfferServerIdMissing (void) |
| Event on DHCP received DHCP_OFFER with no Server ID (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ForwardedMessage (void) |
| Event on DHCP received message is forwarded (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_RelayAgentAddressInvalid (void) |
| Event on DHCP message received from invalid Relay Agent address (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowRelayAgentAddress (const uint8_t *ip4_address) |
| Event on DHCP display relay agent IP address (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowOfferedIpAddress (const uint8_t *ip4_address) |
| Event on DHCP display offered IP address (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ServerAddressNotSelected (const uint8_t *ip4_address) |
| Event on DHCP received message is not from selected server (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_AssignedAddrNotRequested (const uint8_t *ip4_address) |
| Event on DHCP assigned IP address in DHCP_ACK not the same as requested (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_NotDhcpAckMessage (void) |
| Event on DHCP received message is not DHCP_ACK (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_DhcpAckReceived (void) |
| Event on DHCP received DHCP_ACK message (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowAssignedAddress (const uint8_t *ip4_address) |
| Event on DHCP display assigned IP address (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_DhcpNakReceived (void) |
| Event on DHCP received DHCP_NAK message (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowServerId (const uint8_t *ip4_address) |
| Event on DHCP display Server Identifier (IP address) (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowNetMask (const uint8_t *net_mask) |
| Event on DHCP display Network Mask (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowGatewayAddress (const uint8_t *ip4_address) |
| Event on DHCP display gateway IPv4 address (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowDnsServers (const uint8_t *dns_list) |
| Event on DHCP display DNS server addresses (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowLeaseTime (uint32_t lease_time) |
| Event on DHCP display address lease time (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowTimeT1 (uint32_t t1_time) |
| Event on DHCP display renewal time T1 (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowTimeT2 (uint32_t t2_time) |
| Event on DHCP display rebinding time T2 (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowBootfileName (const uint8_t *bootfile, uint32_t length) |
| Event on DHCP display Bootfile Name (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP_ShowNtpServerList (const uint8_t *ntp_list, uint32_t length) |
| Event on DHCP display a list of NTP server addresses (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_InitCache (uint32_t entries) |
| Event on ARP cache initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_ReceiveFrame (uint16_t arp_opcode) |
| Event on ARP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_FrameTooShort (uint32_t length) |
| Event on ARP received frame is too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_FrameCorrupted (void) |
| Event on ARP received frame corrupted (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_HeaderInfo (const void *arp_header) |
| Event on ARP send/receive frame header info (Detail) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheEntryUpdate (uint32_t entry) |
| Event on ARP cache entry update (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_ProbeResponseReceived (const uint8_t *ip4_address) |
| Event on ARP probe response received (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_WrongIpAddress (const uint8_t *ip4_address) |
| Event on ARP wrong destination IPv4 address received (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_WrongMacAddress (const uint8_t *mac_address) |
| Event on ARP wrong destination MAC address received (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_OpcodeUnknown (uint16_t arp_opcode) |
| Event on ARP unknown opcode received (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_SendReply (uint16_t arp_opcode) |
| Event on ARP send reply message (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheEntryRefreshed (uint32_t entry) |
| Event on ARP cache entry refreshed (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_WrongResponse (void) |
| Event on ARP wrong response received (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_SendRequest (uint16_t arp_opcode) |
| Event on ARP send request message (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheAllocFailed (void) |
| Event on ARP allocate free cache entry failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheIpRefreshed (const uint8_t *ip4_address) |
| Event on ARP cached IP address refreshed (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheAdd (const uint8_t *ip4_address) |
| Event on ARP cache add IP address (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_ShowMacAddress (const uint8_t *mac_address) |
| Event on ARP cache display MAC address (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_GatewayUnknown (void) |
| Event on ARP cache add gateway unknown (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_EntryAdded (uint32_t entry) |
| Event on ARP cache entry added (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheEarly (const uint8_t *ip4_address) |
| Event on ARP early cache IP address of the sender (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheFind (const uint8_t *ip4_address) |
| Event on ARP find IP address in cache (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_UsingGateway (const uint8_t *ip4_address) |
| Event on ARP using gateway to access external address (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_UnresolvedMacAddress (const uint8_t *ip4_address) |
| Event on ARP unresolved MAC address in cache (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_EntryFound (uint32_t entry) |
| Event on ARP cache entry found (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheIp (const uint8_t *ip4_address) |
| Event on netARP_CacheIP start (API) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheIpInvalidParameter (void) |
| Event on netARP_CacheIP invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheMac (const uint8_t *mac_address) |
| Event on netARP_CacheMAC start (API) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheMacInvalidParameter (void) |
| Event on netARP_CacheMAC invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_UnresolvedIpAddress (const uint8_t *mac_address) |
| Event on ARP unresolved IP address in cache (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_GetIp (const uint8_t *mac_address) |
| Event on netARP_GetIP start (API) More...
|
|
__STATIC_INLINE void | EvrNetARP_GetIpInvalidParameter (void) |
| Event on netARP_GetIP invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_ShowIpAddress (const uint8_t *ip4_address) |
| Event on ARP cache display IP address (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_EntryNotFound (void) |
| Event on ARP cache entry not found (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_GetMac (const uint8_t *ip4_address) |
| Event on netARP_GetMAC start (API) More...
|
|
__STATIC_INLINE void | EvrNetARP_GetMacInvalidParameter (void) |
| Event on netARP_GetMAC invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_Probe (const uint8_t *ip4_address) |
| Event on netARP_Probe start (API) More...
|
|
__STATIC_INLINE void | EvrNetARP_ProbeInvalidParameter (void) |
| Event on netARP_Probe invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_ProbeBusy (void) |
| Event on netARP_Probe process busy (Error) More...
|
|
__STATIC_INLINE void | EvrNetARP_ProbeRetransmit (const uint8_t *ip4_address) |
| Event on ARP probe retransmit (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_ProbeTimeout (const uint8_t *ip4_address) |
| Event on ARP probe timeout (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_CacheEntryTimeout (uint32_t entry, uint32_t type) |
| Event on ARP cache entry timeout (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_EntryReleased (uint32_t entry) |
| Event on ARP cache entry released (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_ResolveEntry (uint32_t entry) |
| Event on resolve ARP cache entry (Op) More...
|
|
__STATIC_INLINE void | EvrNetARP_RefreshEntry (uint32_t entry) |
| Event on refresh ARP cache entry (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP6_InitCore (void) |
| Event on IPv6 core initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP6_ReceiveFrame (uint32_t length) |
| Event on IPv6 receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP6_FrameTooShort (uint32_t length) |
| Event on IPv6 received frame too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP6_InvalidIpVersion (uint8_t ip_version) |
| Event on IPv6 invalid protocol version (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP6_HeaderInfo (const void *ip6_header) |
| Event on IPv6 frame header info (Detail) More...
|
|
__STATIC_INLINE void | EvrNetIP6_WrongDestinationAddress (const uint8_t *ip6_address) |
| Event on IPv6 wrong destination address (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP6_InterfaceNotSupported (uint32_t interface) |
| Event on IPv6 network interface not supported (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP6_WrongMulticastProtocol (uint8_t ip6_protocol) |
| Event on IPv6 wrong multicast protocol type (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP6_SendFrame (uint8_t ip6_protocol, uint32_t length) |
| Event on IP6 send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetIP6_ProtocolUnknown (uint8_t ip6_protocol) |
| Event on IP6 unknown protocol type in sending frame (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP6_SourceAddressNull (void) |
| Event on IP6 source address not provided (Error) More...
|
|
__STATIC_INLINE void | EvrNetIP6_DestinationAddressNull (void) |
| Event on IP6 destination address not provided (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_ReceiveFrame (const void *icmp6_header) |
| Event on ICMP6 receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_FrameTooShort (uint32_t length) |
| Event on ICMP6 received frame is too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_ChecksumFailed (uint32_t length) |
| Event on ICMP6 frame checksum check failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_EchoRequestWrongCode (uint8_t icmp6_code) |
| Event on ICMP6 wrong code in echo request received (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_EchoRequestReceived (uint32_t data_length) |
| Event on ICMP6 echo request received (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_SendEchoReply (const void *icmp6_header) |
| Event on ICMP6 send echo reply (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_EchoReplyReceived (uint32_t data_length) |
| Event on ICMP6 echo reply received (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_EchoReplyWrongState (void) |
| Event on ICMP6 echo reply received in wrong ping process state (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_EchoReplyWrongCode (uint8_t icmp6_code) |
| Event on ICMP6 wrong code in echo reply received (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_EchoReplyWrongIpAddress (const uint8_t *ip6_address) |
| Event on ICMP6 wrong source IPv6 address of echo reply (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_EchoReplyWrongId (uint16_t echo_id) |
| Event on ICMP6 wrong echo identifier value in echo reply (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_EchoReplyWrongPayload (void) |
| Event on ICMP6 echo reply payload data invalid (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_MessageDiscarded (uint8_t icmp6_type) |
| Event on ICMP6 router solicitation message discarded (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_WrongHopLimit (uint8_t hop_limit) |
| Event on ICMP6 wrong hop limit in discover message (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_WrongCode (uint8_t icmp6_code) |
| Event on ICMP6 wrong code in discover message (Error) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_MessageTypeUnknown (uint8_t icmp6_type) |
| Event on ICMP6 message type unknown (Op) More...
|
|
__STATIC_INLINE void | EvrNetICMP6_SendFrame (const void *icmp6_header) |
| Event on ICMP6 send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_InitClient (uint8_t option_flags) |
| Event on DHCP6 client initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_GetSocketFailed (void) |
| Event on DHCP6 failed to allocate UDP socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_StartClient (uint32_t mode) |
| Event on DHCP6 start client (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_StopClient (void) |
| Event on DHCP6 stop client (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_ClientState (uint32_t state) |
| Event on DHCP6 indication of client state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_NextState (uint32_t state) |
| Event on DHCP6 transition to next state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_NextStateDelay (uint32_t state, uint32_t delay) |
| Event on DHCP6 transition to next state with random delay(Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_ChangeStateLinkDown (uint32_t state) |
| Event on DHCP6 change state on link-down (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_NoAddressAvailable (uint32_t state) |
| Event on DHCP6 no address available status received (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_StateRetransmit (uint32_t state) |
| Event on DHCP6 retransmit request in current state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_StateTimeout (uint32_t state) |
| Event on DHCP6 timeout in current state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_ChangeStateOnTimeout (uint32_t current, uint32_t next) |
| Event on DHCP6 state timeout and transit to next state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_T1Expired (uint32_t state) |
| Event on DHCP6 timer T1 expired (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_T2Expired (uint32_t state) |
| Event on DHCP6 timer T2 expired (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_SendDhcpMessage (uint8_t msg_type) |
| Event on DHCP6 send message (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_ReceiveFrame (uint8_t msg_type, uint32_t length) |
| Event on DHCP6 receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_FrameTooShort (uint32_t length) |
| Event on DHCP6 received frame is too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_WrongTransactionId (uint32_t xid) |
| Event on DHCP6 wrong Transaction Id (XID) received (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_UnknownMessageType (uint8_t msg_type) |
| Event on DHCP6 unknown message type received (Error) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_InvalidMessageType (uint8_t msg_type) |
| Event on DHCP6 invalid message type received (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_WrongClientId (void) |
| Event on DHCP6 wrong client identifier received (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_ServerNotChosen (void) |
| Event on DHCP6 server not chosen in DISCOVER, REBIND state (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_StatusCode (uint16_t status) |
| Event on DHCP6 option status code received (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_WrongServerId (void) |
| Event on DHCP6 wrong server identifier received (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_ShowDnsServers (const uint8_t *dns_list) |
| Event on DHCP6 display DNS server addresses (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_MissingServerId (void) |
| Event on DHCP6 missing server identifier option (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_WrongIaid (uint32_t iaid) |
| Event on DHCP6 wrong Identity Association Identifier (IAID) received (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_ShowIanaOffer (const void *iana_offer) |
| Event on DHCP6 display IANA offer (Op) More...
|
|
__STATIC_INLINE void | EvrNetDHCP6_OfferTimerCheckFailed (void) |
| Event on DHCP6 offer address timer check failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetNDP_InitCache (uint32_t entries) |
| Event on NDP cache initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_FrameCheckFailed (uint8_t msg_type) |
| Event on NDP discovery frame consistency check failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetNDP_AddressNotLinkLocal (const uint8_t *ip6_address) |
| Event on NDP received address not link-local (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_RouterAdvertisement (uint8_t hop_limit, uint8_t flags, uint16_t lifetime) |
| Event on NDP Router Advertisement (RA) message received (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_OptionMtu (uint32_t mtu) |
| Event on NDP option Maximum transfer unit (MTU) (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_OptionSourceMacAddress (const uint8_t *src_addr) |
| Event on NDP option Source link-layer (MAC) address (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_OptionPrefixInfo (const uint8_t *opt_prefix) |
| Event on NDP RA-option address prefix info (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_PrefixInfoNotValid (void) |
| Event on NDP prefix information option not valid (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_WrongTargetAddress (const uint8_t *targ_addr) |
| Event on NDP wrong target address received (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_NeighborSolicitation (const uint8_t *targ_addr) |
| Event on NDP Neighbor Solicitation (NS) message received (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_ProbeRequest (void) |
| Event on NDP probe request received (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_NeighborAdvertisement (const uint8_t *targ_addr) |
| Event on NDP Neighbor Advertisement (NA) message received (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_ProbeResponse (void) |
| Event on NDP probe response received (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_WrongDestinationAddress (const uint8_t *dst_addr) |
| Event on NDP wrong destination address received (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_SendReply (const uint8_t *targ_addr) |
| Event on NDP send advertisement reply to solicitation message (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_ShowFlags (uint32_t flags) |
| Event on NDP display advertisement message flags (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_SendRequest (uint32_t type) |
| Event on NDP send solicitation request (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_ShowTargetAddress (const uint8_t *targ_addr) |
| Event on NDP display target address (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_OptionTargetMacAddress (const uint8_t *targ_addr) |
| Event on NDP option Target link-layer (MAC) address (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_CacheEntryUpdate (uint32_t entry) |
| Event on NDP cache entry update (Op) More...
|
|
__STATIC_INLINE void | EvrNetNDP_WrongResponse (uint8_t msg_type) |
| Event on NDP wrong response received (Error) More...
|
|
__STATIC_INLINE void | EvrNetNDP_CreateTempAddress (const uint8_t *temp_addr) |
| Event on NDP create temporary address (SLAAC) using prefix info (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_InitSockets (uint32_t num_sockets) |
| Event on UDP socket initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_GetSocketInvalidParameter (void) |
| Event on UDP get socket failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SocketAllocated (int32_t socket) |
| Event on UDP free socket allocated (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_NoSocketsAvailable (void) |
| Event on UDP get socket failed, no free sockets available (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_ReleaseSocket (int32_t socket) |
| Event on UDP release socket (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_ReleaseSocketNotValid (int32_t socket) |
| Event on UDP release failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_ReleaseSocketWrongState (int32_t socket) |
| Event on UDP release failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_OpenSocket (int32_t socket, uint16_t port) |
| Event on UDP open socket for communication (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_OpenSocketNotValid (int32_t socket) |
| Event on UDP open failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_OpenSocketWrongState (int32_t socket) |
| Event on UDP open socket failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_OpenLocalPortAssigned (uint16_t local_port) |
| Event on UDP local port assigned in open socket request (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_OpenLocalPortInUse (int32_t socket, uint16_t port) |
| Event on UDP open socket failed, requested port already used (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_CloseSocket (int32_t socket) |
| Event on UDP close socket (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_CloseSocketNotValid (int32_t socket) |
| Event on UDP close socket failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionSocket (int32_t socket) |
| Event on UDP set socket option (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionSocketNotValid (int32_t socket) |
| Event on UDP set socket option failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionSocketWrongState (int32_t socket) |
| Event on UDP set socket option failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionTos (uint8_t ip4_tos) |
| Event on UDP set socket option Type Of Service for IPv4 (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionTtl (uint8_t ip4_ttl) |
| Event on UDP set socket option Time To Live for IPv4 (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionTclass (uint8_t ip6_tclass) |
| Event on UDP set socket option Traffic Class for IPv6 (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionHopLimit (uint8_t ip6_hoplimit) |
| Event on UDP set socket option Hop Limit for IPv6 (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionChecksum (uint8_t checksum) |
| Event on UDP set socket option checksum calculation options (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionWrongOption (int32_t socket, uint8_t udp_option) |
| Event on UDP wrong set socket option (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SetOptionWrongValue (int32_t socket, uint8_t opt_value) |
| Event on UDP wrong value for set socket option (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_GetBufferFailed (uint16_t mem_size) |
| Event on UDP get buffer failed, out of memory (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SendFrame (int32_t socket, uint32_t length) |
| Event on UDP send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SendBufferInvalid (int32_t socket) |
| Event on UDP send buffer is invalid (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SendSocketNotValid (int32_t socket) |
| Event on UDP send socket handle is not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SendAddressUnspecified (int32_t socket) |
| Event on UDP send destination address not specified (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SendPortUndefined (int32_t socket) |
| Event on UDP send port undefined (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SendSocketNotOpen (int32_t socket) |
| Event on UDP send socket not open, invalid socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SendZeroLengthFrame (int32_t socket) |
| Event on UDP send 0-length frame, frame is dumped (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_SendSizeTruncated (uint32_t new_length) |
| Event on UDP send truncated over-size packet (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_HeaderInfo (const void *udp_header) |
| Event on UDP send/receive frame header info (Detail) More...
|
|
__STATIC_INLINE void | EvrNetUDP_ReceiveFrame (uint32_t length, uint8_t ip_version) |
| Event on UDP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_FrameTooShort (uint32_t length) |
| Event on UDP received frame too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetUDP_MappedToSocket (int32_t socket) |
| Event on UDP received frame mapped to a socket (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_FrameNotMapped (uint32_t length) |
| Event on UDP received frame not mapped, no open sockets found (Op) More...
|
|
__STATIC_INLINE void | EvrNetUDP_ChecksumFailed (int32_t socket) |
| Event on UDP frame checksum check failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_InitSockets (uint32_t num_sockets, uint16_t max_segsize) |
| Event on TCP socket initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_GetSocketInvalidParameter (void) |
| Event on TCP get socket failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SocketAllocated (int32_t socket) |
| Event on TCP free socket allocated (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_NoSocketsAvailable (void) |
| Event on TCP get socket failed, no free sockets available (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ReleaseSocket (int32_t socket) |
| Event on TCP release socket (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ReleaseSocketNotValid (int32_t socket) |
| Event on TCP release failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ReleaseSocketWrongState (int32_t socket) |
| Event on TCP release failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ListenSocket (int32_t socket, uint16_t port) |
| Event on TCP listen socket request (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ListenSocketNotValid (int32_t socket) |
| Event on TCP listen failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ListenPortUndefined (int32_t socket) |
| Event on TCP listen failed, listening port undefined (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ListenSocketWrongState (int32_t socket) |
| Event on TCP listen failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ConnectSocket (int32_t socket, uint16_t local_port) |
| Event on TCP connect socket request (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ConnectSocketNotValid (int32_t socket) |
| Event on TCP connect failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ConnectAddressUnspecified (int32_t socket) |
| Event on TCP connect failed, address unspecified (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ConnectPortUndefined (int32_t socket) |
| Event on TCP connect failed, port undefined (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ShowNetAddressIp4 (const void *net_address) |
| Event on TCP display net address IPv4 (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ShowNetAddressIp6 (const void *net_address) |
| Event on TCP display net address IPv6 (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ConnectLocalPortInvalid (int32_t socket, uint16_t local_port) |
| Event on TCP connect failed, local port invalid (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ConnectLocalPortAssigned (uint16_t local_port) |
| Event on TCP local port assigned in socket connect request (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ConnectSocketWrongState (int32_t socket) |
| Event on TCP connect failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ShowRttVariables (int16_t sa, int16_t sv) |
| Event on TCP display RTT (round trip time) estimation variables (Detail) More...
|
|
__STATIC_INLINE void | EvrNetTCP_GetBufferFailed (uint16_t mem_size) |
| Event on TCP get buffer failed, out of memory (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendFrame (int32_t socket, uint32_t length) |
| Event on TCP send frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendBufferInvalid (int32_t socket) |
| Event on TCP send failed, invalid buffer (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendSocketNotValid (int32_t socket) |
| Event on TCP send failed, socket handle not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendSocketNotConnected (int32_t socket) |
| Event on TCP send failed, socket not connected (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendSocketClosing (uint32_t socket) |
| Event on TCP send failed, socket closing (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendReenteredCall (uint32_t socket) |
| Event on TCP send failed, called from a callback function (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendDataUnacked (uint32_t socket) |
| Event on TCP send failed, unacked data pending (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendMssExceeded (uint32_t socket) |
| Event on TCP send failed, Maximum Segment Size exceeded (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendZeroLengthFrame (int32_t socket) |
| Event on TCP send 0-length frame, frame dumped (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_CloseSocket (int32_t socket) |
| Event on TCP close socket (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_CloseSocketNotValid (int32_t socket) |
| Event on TCP close socket failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_CloseDataUnacked (uint32_t unack_length) |
| Event on TCP close pended, unacked data exist (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_CloseSocketWrongState (int32_t socket) |
| Event on TCP close failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_AbortSocket (int32_t socket) |
| Event on TCP abort socket (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_AbortSocketNotValid (int32_t socket) |
| Event on TCP abort failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_AbortSocketWrongState (int32_t socket) |
| Event on TCP abort failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendReadySocketNotValid (int32_t socket) |
| Event on TCP send ready failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendReadyReenteredCall (uint32_t socket) |
| Event on TCP send ready failed, called from a callback function (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ResetWindowSocketNotValid (int32_t socket) |
| Event on TCP reset window failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ResetWindowNotConnected (int32_t socket) |
| Event on TCP reset window failed, invalid socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ResetWindowNoFlowControl (int32_t socket) |
| Event on TCP reset window failed, flow-control not enabled (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ResetWindowUpdate (int32_t socket, uint16_t window_size) |
| Event on TCP reset window update (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionSocket (int32_t socket) |
| Event on TCP set socket option (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionSocketNotValid (int32_t socket) |
| Event on TCP set socket option failed, not valid socket (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionSocketWrongState (int32_t socket) |
| Event on TCP set socket option failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionTos (uint8_t ip4_tos) |
| Event on TCP set socket option Type Of Service for IPv4 (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionTclass (uint8_t ip6_tclass) |
| Event on TCP set socket option Traffic Class for IPv6 (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionTimeout (uint16_t timeout) |
| Event on TCP set socket option connection timeout (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionKeepAlive (int32_t enable) |
| Event on TCP set socket keep-alive option (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionFlowControl (int32_t enable) |
| Event on TCP set socket flow-control option (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionDelayedAck (int32_t enable) |
| Event on TCP set socket delayed-acknowledge option (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionWrongOption (int32_t socket, uint8_t tcp_option) |
| Event on TCP wrong set socket option (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SetOptionWrongValue (int32_t socket, uint8_t opt_value) |
| Event on TCP wrong value for set socket option (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendDelayedAck (int32_t socket) |
| Event on TCP send delayed-acknowledge (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendKeepAliveProbe (int32_t socket) |
| Event on TCP send keep-alive probe (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_KeepAliveTimeoutClosing (int32_t socket) |
| Event on TCP keep-alive timeout no response, close socket (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_CallbackEventAck (int32_t socket) |
| Event on TCP acknowledge callback notification to the user (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ResendOnTimeout (int32_t socket, uint32_t length) |
| Event on TCP resend data on timeout (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ShowCongestionVariables (uint16_t cwnd, uint16_t ssth) |
| Event on TCP display congestion avoidance/control variables (Detail) More...
|
|
__STATIC_INLINE void | EvrNetTCP_TimeoutInState (int32_t socket, uint32_t state) |
| Event on TCP timeout expired in current state (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_TwaitTimeoutClosing (int32_t socket) |
| Event on TCP timeout in TIME_WAIT state, closing socket (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ClosingTimeout (int32_t socket) |
| Event on TCP timeout in CLOSING, FIN_WAIT_1 or LAST_ACK state (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_NoRetriesLeft (int32_t socket) |
| Event on TCP no retries left (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ReceiveFrame (uint32_t length, uint8_t ip_version) |
| Event on TCP receive frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_FrameTooShort (uint32_t length) |
| Event on TCP received frame too short (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_FrameNotMapped (uint32_t length) |
| Event on TCP received frame not mapped, no active socket found (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_MappedToSocket (int32_t socket, uint32_t state) |
| Event on TCP received frame mapped to a socket (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ChecksumFailed (int32_t socket) |
| Event on TCP frame checksum check failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_HeaderInfo (const void *tcp_header) |
| Event on TCP send/receive frame header info (Detail) More...
|
|
__STATIC_INLINE void | EvrNetTCP_RstInWindow (void) |
| Event on TCP RST-flag received within current receive window (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_RstNotValid (void) |
| Event on TCP RST-flag received outside current receive window (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_RepeatedSynAck (void) |
| Event on TCP repeated SYN+ACK-flags received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_AckNotSet (void) |
| Event on TCP ACK-flag not set in received frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ShowSendWindow (uint16_t send_window) |
| Event on TCP display current sending window size (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_KeepAliveSegment (void) |
| Event on TCP keep-alive frame received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_RetransmittedSegment (void) |
| Event on TCP retransmitted frame received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_OutOfRangeSegment (int32_t socket) |
| Event on TCP out of range segment received (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ZeroWindowProbe (void) |
| Event on TCP zero-window probe received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_RemotePeerClosing (void) |
| Event on TCP FIN-flag received, remote peer wants to close (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ShowReceiveWindow (uint16_t rec_window) |
| Event on TCP display current receiving window size (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_InvalidAck (int32_t socket) |
| Event on TCP ACK-flag set received, invalid in state LISTEN (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SynNotSet (int32_t socket) |
| Event on TCP SYN-flag not set in received frame (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_UserConnectionReject (void) |
| Event on TCP user rejected inbound connection (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_NextState (uint32_t state) |
| Event on TCP transition to next state (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_WrongSynAck (int32_t socket) |
| Event on TCP SYN+ACK-flags set but wrong ack number (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_WrongAckNumber (int32_t socket) |
| Event on TCP ACK-flag set but wrong ack number (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_WrongSeqNumber (int32_t socket) |
| Event on TCP ACK-flag set but wrong seq number (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_RepeatedSyn (void) |
| Event on TCP repeated SYN-flag set frame received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_FrameUnrecognised (int32_t socket) |
| Event on TCP unrecognised frame received (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SimultOpenNextState (uint32_t state) |
| Event on TCP SYN-flag set received in simultaneous open (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_WrongFinAck (int32_t socket) |
| Event on TCP frame with FIN+ACK-flags set but wrong ack number (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_FinAckNextState (uint32_t state) |
| Event on TCP frame with FIN+ACK-flags received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SimultCloseNextState (uint32_t state) |
| Event on TCP frame with FIN-flag received in simultaneous close (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_AckNextState (uint32_t state) |
| Event on TCP frame with ACK-flag received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_FinNextState (uint32_t state) |
| Event on TCP frame with FIN-flag received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_PshAckInHalfOpen (int32_t socket) |
| Event on TCP PSH+ACK-flags received in half open state FIN_WAIT_2 (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_RepeatedFin (void) |
| Event on TCP repeated FIN-flag received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_LastAckNextState (uint32_t state) |
| Event on TCP last ACK-flag received (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_RstReceived (int32_t socket) |
| Event on TCP RST-flag received (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_InvalidState (int32_t socket) |
| Event on TCP socket in invalid state (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendData (int32_t socket, uint16_t length) |
| Event on TCP send data frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendControl (int32_t socket) |
| Event on TCP send control frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_SendReset (void) |
| Event on TCP send reset to remote host for unmapped frame (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ParseHeaderOptions (uint32_t opt_length) |
| Event on TCP parse header options (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_OptionMss (uint32_t mss) |
| Event on TCP header option MSS (maximum segment size) (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_DuplicateAck (uint32_t dup_acks) |
| Event on TCP duplicate acknowledge processing (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_FastRetransmit (uint32_t data_length) |
| Event on TCP fast retransmit, received 3 duplicate acks (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_DataAcked (uint32_t ack_length) |
| Event on TCP data acknowledge processing (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_ResendData (int32_t socket, uint32_t length, uint32_t tout) |
| Event on TCP resend data from transmit queue (Op) More...
|
|
__STATIC_INLINE void | EvrNetTCP_MapSocketWrongFlagsSet (void) |
| Event on TCP map socket failed, wrong TCP flags set (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_MapSocketSynNotSet (void) |
| Event on TCP map socket failed, SYN-flag not set (Error) More...
|
|
__STATIC_INLINE void | EvrNetTCP_MapSocketNoListenSocket (void) |
| Event on TCP map socket failed, no listening sockets found (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_InitSockets (uint32_t num_socks) |
| Event on BSD socket API initialize (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SocketInvalidParameter (void) |
| Event on BSD socket failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SocketAllocated (int32_t sock, int32_t type) |
| Event on BSD free socket allocated (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_NoSocketsAvailable (void) |
| Event on BSD socket failed, no free sockets available (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_BindSocket (int32_t sock) |
| Event on BSD bind socket (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_BindSocketNotValid (int32_t sock) |
| Event on BSD bind failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_BindInvalidParameter (int32_t sock) |
| Event on BSD bind failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_BindSocketNotCreated (int32_t sock) |
| Event on BSD bind failed, socket not created (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_BindPortInUse (int32_t sock) |
| Event on BSD bind failed, port in use (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ShowNetAddressIp4 (const void *net_address) |
| Event on BSD display net address IPv4 (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ShowNetAddressIp6 (const void *net_address) |
| Event on BSD display net address IPv6 (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ListenSocket (int32_t sock, int32_t backlog) |
| Event on BSD listen socket (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ListenSocketNotValid (int32_t sock) |
| Event on BSD listen failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ListenInvalidParameter (int32_t sock) |
| Event on BSD listen failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ListenSocketNotBound (int32_t sock) |
| Event on BSD listen failed, socket not bound (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ListenSocketNotStreamType (int32_t sock) |
| Event on BSD listen failed, socket not stream type (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ListenBacklogCreateFailed (int32_t sock) |
| Event on BSD listen failed, creating socket backlog failed (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_AcceptSocket (int32_t sock) |
| Event on BSD accept socket (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_AcceptSocketNotValid (int32_t sock) |
| Event on BSD accept failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_AcceptSocketNotListening (int32_t sock) |
| Event on BSD accept failed, socket not listening (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_AcceptSocketNotStreamType (int32_t sock) |
| Event on BSD accept failed, socket not stream type (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_AcceptSocketLocked (int32_t sock) |
| Event on BSD accept failed, socket locked from other thread (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_AcceptChildSockConnected (int32_t child_sock) |
| Event on BSD accept success, child socket connected (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_AcceptSocketClosed (int32_t sock) |
| Event on BSD accept failed, socket has closed (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_AcceptSocketKilled (int32_t sock) |
| Event on BSD accept failed, socket killed locally (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectSocket (int32_t sock) |
| Event on BSD connect socket (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectSocketNotValid (int32_t sock) |
| Event on BSD connect failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectInvalidParameter (int32_t sock) |
| Event on BSD connect failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectSocketLocked (int32_t sock) |
| Event on BSD connect failed, socket locked from other thread (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectSocketNotCreated (int32_t sock) |
| Event on BSD connect failed, socket not created (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectSocketWrongState (int32_t sock) |
| Event on BSD connect failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectDatagramSuccess (int32_t sock) |
| Event on BSD connect success, datagram socket connected (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectStreamSuccess (int32_t sock) |
| Event on BSD connect success, stream socket connected (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectSocketClosed (int32_t sock) |
| Event on BSD connect failed, socket has closed (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_ConnectSocketKilled (int32_t sock) |
| Event on BSD connect failed, socket killed locally (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendSocket (int32_t sock, int32_t length) |
| Event on BSD send socket (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendSocketNotValid (int32_t sock) |
| Event on BSD send failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendInvalidParameter (int32_t sock) |
| Event on BSD send failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendSocketNotCreated (int32_t sock) |
| Event on BSD send failed, socket not created (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendSocketLocked (int32_t sock) |
| Event on BSD send failed, socket locked from other thread (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendSocketClosed (int32_t sock) |
| Event on BSD send failed, socket has closed (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendCompleteNonBlocking (int32_t num, int32_t length) |
| Event on BSD send complete non-blocking mode (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendSocketKilled (int32_t sock) |
| Event on BSD send failed, socket killed locally (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendStreamError (int32_t sock) |
| Event on BSD send failed, stream socket unspecified error (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendtoInvalidParameter (int32_t sock) |
| Event on BSD sendto failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendDatagramError (int32_t sock) |
| Event on BSD send failed, datagram socket unspecified error (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SendCompleteBlocking (int32_t num) |
| Event on BSD send complete blocking mode (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvSocket (int32_t sock, int32_t length) |
| Event on BSD recv socket (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvSocketNotValid (int32_t sock) |
| Event on BSD recv failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvInvalidParameter (int32_t sock) |
| Event on BSD recv failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvSocketNotCreated (int32_t sock) |
| Event on BSD recv failed, socket not created (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvSocketNotConnected (int32_t sock) |
| Event on BSD recv failed, socket not connected (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvSocketWrongState (int32_t sock) |
| Event on BSD recv failed, wrong socket state (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvSocketLocked (int32_t sock) |
| Event on BSD recv failed, socket locked from other thread (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvSocketClosed (int32_t sock) |
| Event on BSD recv failed, socket has closed (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvTimeout (int32_t sock) |
| Event on BSD recv timeout (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvSocketKilled (int32_t sock) |
| Event on BSD recv failed, socket killed locally (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvQueueFree (int32_t sock, int32_t length) |
| Event on BSD recv queue free (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_RecvComplete (int32_t sock, int32_t length) |
| Event on BSD recv complete (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_Closesocket (int32_t sock) |
| Event on BSD closesocket (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_CloseSocketNotValid (int32_t sock) |
| Event on BSD closesocket failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_Getpeername (int32_t sock) |
| Event on BSD getpeername (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_GetpeerSocketNotValid (int32_t sock) |
| Event on BSD getpeername failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_GetpeerInvalidParameter (int32_t sock) |
| Event on BSD getpeername failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_GetpeerSocketNotCreated (int32_t sock) |
| Event on BSD getpeername failed, socket not created (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_Getsockname (int32_t sock) |
| Event on BSD getsockname (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_GetsockSocketNotValid (int32_t sock) |
| Event on BSD getsockname failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_GetsockInvalidParameter (int32_t sock) |
| Event on BSD getsockname failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_GetsockSocketNotCreated (int32_t sock) |
| Event on BSD getsockname failed, socket not created (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_Setsockopt (int32_t sock) |
| Event on BSD setsockopt (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SetoptSocketNotValid (int32_t sock) |
| Event on BSD setsockopt failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SetoptInvalidParameter (int32_t sock) |
| Event on BSD setsockopt failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SetoptSocketNotCreated (int32_t sock) |
| Event on BSD setsockopt failed, socket not created (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SetoptKeepAlive (int32_t enable) |
| Event on BSD setsockopt keep-alive option (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SetoptRecvTimeout (uint32_t timeout) |
| Event on BSD setsockopt receive timeout (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SetoptTos (uint8_t ip4_tos) |
| Event on BSD setsockopt TOS for IPv4 (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SetoptTtl (uint8_t ip4_ttl) |
| Event on BSD setsockopt TTL for IPv4 (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SetoptTclass (uint8_t ip6_tclass) |
| Event on BSD setsockopt Traffic Class for IPv6 (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_SetoptHopLimit (uint8_t ip6_hoplimit) |
| Event on BSD setsockopt Hop Limit for IPv6 (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_Ioctlsocket (int32_t sock) |
| Event on BSD ioctlsocket (API) More...
|
|
__STATIC_INLINE void | EvrNetBSD_IoctlSocketNotValid (int32_t sock) |
| Event on BSD ioctlsocket failed, socket not valid (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_IoctlInvalidParameter (int32_t sock) |
| Event on BSD ioctlsocket failed, invalid parameter (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_IoctlSocketNotCreated (int32_t sock) |
| Event on BSD ioctlsocket failed, socket not created (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_IoctlSocketNotStreamType (int32_t sock) |
| Event on BSD ioctlsocket failed, socket not stream type (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_IoctlNonBlocking (int32_t enable) |
| Event on BSD ioctlsocket enable non-blocking mode (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_IoctlDelayAck (int32_t enable) |
| Event on BSD ioctlsocket enable TCP delay-ack mode (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_IoctlKeepAlive (int32_t enable) |
| Event on BSD ioctlsocket enable TCP keep-alive mode (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_IoctlFlowControl (int32_t enable) |
| Event on BSD ioctlsocket enable TCP flow-control mode (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_CbfuncTcpEvent (int32_t sock, int32_t tcp_event) |
| Event on BSD callback TCP function events (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_CbfuncTcpQueueAdd (int32_t sock, uint32_t length) |
| Event on BSD callback TCP data received (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_CbfuncTcpNoMemory (int32_t sock) |
| Event on BSD callback no memory for TCP data (Error) More...
|
|
__STATIC_INLINE void | EvrNetBSD_CbfuncUdpQueueAdd (int32_t sock, uint32_t length) |
| Event on BSD callback UDP data received (Op) More...
|
|
__STATIC_INLINE void | EvrNetBSD_CbfuncUdpDumpData (int32_t sock, uint32_t length) |
| Event on BSD callback no memory for UDP data (Error) More...
|
|