Home
last modified time | relevance | path

Searched refs:destination_lsb (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/common/inc/
Dnx_link.h135 …x_link_ethernet_header_parse(NX_PACKET *packet_ptr, ULONG *destination_msb, ULONG *destination_lsb,
/NetX-Duo-v6.2.1/common/src/
Dnx_link.c786 …x_link_ethernet_header_parse(NX_PACKET *packet_ptr, ULONG *destination_msb, ULONG *destination_lsb, in nx_link_ethernet_header_parse() argument
793 if (destination_msb && destination_lsb) in nx_link_ethernet_header_parse()
796 …*destination_lsb = (ULONG)((data_ptr[2] << 24) | (data_ptr[3] << 16) | (data_ptr[4] << 8) | data_p… in nx_link_ethernet_header_parse()