![]() |
Network Component
Version 7.9.0
MDK Middleware for IPv4 and IPv6 Networking
|
Events generated by the Network - IPv6 Core functions. More...
Functions | |
__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, uint32_t min_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_ShowFrameHeader (const void *ip6_header) |
Event on IPv6 display frame header (Detail) More... | |
__STATIC_INLINE void | EvrNetIP6_WrongDestinationAddress (const uint8_t *ip6_addr) |
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 | EvrNetIP6_UninitCore (void) |
Event on IPv6 core de-initialize (Op) More... | |
Events generated by the Network - IPv6 Core functions.
__STATIC_INLINE void EvrNetIP6_DestinationAddressNull | ( | void | ) |
Event on IP6 destination address not provided (Error)
__STATIC_INLINE void EvrNetIP6_FrameTooShort | ( | uint32_t | length, |
uint32_t | min_length | ||
) |
Event on IPv6 received frame too short (Error)
length | frame length in bytes |
min_length | minimum length of the frame |
__STATIC_INLINE void EvrNetIP6_InitCore | ( | void | ) |
Event on IPv6 core initialize (Op)
__STATIC_INLINE void EvrNetIP6_InterfaceNotSupported | ( | uint32_t | interface | ) |
Event on IPv6 network interface not supported (Error)
interface | network interface |
__STATIC_INLINE void EvrNetIP6_InvalidIpVersion | ( | uint8_t | ip_version | ) |
Event on IPv6 invalid protocol version (Error)
ip_version | not IPv6 protocol version value
|
__STATIC_INLINE void EvrNetIP6_ProtocolUnknown | ( | uint8_t | ip6_protocol | ) |
Event on IP6 unknown protocol type in sending frame (Error)
ip6_protocol | unknown IPv6 protocol type value |
__STATIC_INLINE void EvrNetIP6_ReceiveFrame | ( | uint32_t | length | ) |
Event on IPv6 receive frame (Op)
length | frame length in bytes |
__STATIC_INLINE void EvrNetIP6_SendFrame | ( | uint8_t | ip6_protocol, |
uint32_t | length | ||
) |
Event on IP6 send frame (Op)
ip6_protocol | IPv6 protocol type
|
length | frame length |
__STATIC_INLINE void EvrNetIP6_ShowFrameHeader | ( | const void * | ip6_header | ) |
Event on IPv6 display frame header (Detail)
ip6_header | pointer to IPv6 frame header of 40 bytes
|
__STATIC_INLINE void EvrNetIP6_SourceAddressNull | ( | void | ) |
Event on IP6 source address not provided (Error)
__STATIC_INLINE void EvrNetIP6_UninitCore | ( | void | ) |
Event on IPv6 core de-initialize (Op)
__STATIC_INLINE void EvrNetIP6_WrongDestinationAddress | ( | const uint8_t * | ip6_addr | ) |
Event on IPv6 wrong destination address (Op)
ip6_addr | pointer to IPv6 destination address |
__STATIC_INLINE void EvrNetIP6_WrongMulticastProtocol | ( | uint8_t | ip6_protocol | ) |
Event on IPv6 wrong multicast protocol type (Error)
ip6_protocol | wrong protocol type value |