![]() |
Network Component
Version 7.3
MDK Middleware for IPv4 and IPv6 Networking
|
Events generated by the Network - NetBIOS Name Service Client functions. More...
Functions | |
__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... | |
Events generated by the Network - NetBIOS Name Service Client functions.
__STATIC_INLINE void EvrNetNBNS_FrameTooShort | ( | uint32_t | length | ) |
Event on NBNS received frame is too short (Error)
length | frame length in bytes |
__STATIC_INLINE void EvrNetNBNS_GetSocketFailed | ( | void | ) |
Event on NBNS failed to allocate UDP socket (Error)
__STATIC_INLINE void EvrNetNBNS_InitService | ( | void | ) |
Event on NBNS name service initialize (Op)
__STATIC_INLINE void EvrNetNBNS_NameQueryRequest | ( | const char * | q_name, |
uint32_t | length | ||
) |
Event on NBNS name query request received (Op)
q_name | pointer to a question name string |
length | length of the question name string |
__STATIC_INLINE void EvrNetNBNS_NameQueryResponse | ( | const uint8_t * | ip4_address | ) |
Event on NBNS response to a name query (Op)
ip4_address | pointer to local IPv4 address |
__STATIC_INLINE void EvrNetNBNS_QueryFromAddress | ( | const uint8_t * | ip4_address | ) |
Event on NBNS name query from IP-address (Op)
ip4_address | pointer to IPv4 address of a host |
__STATIC_INLINE void EvrNetNBNS_ReceiveFrame | ( | uint32_t | length | ) |
Event on NBNS receive frame (Op)
length | frame length in bytes |
__STATIC_INLINE void EvrNetNBNS_WrongPort | ( | uint16_t | udp_port | ) |
Event on NBNS wrong UDP source port (Error)
udp_port | wrong port number |