Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/common/inc/
Dnx_link.h135 UINT nx_link_ethernet_header_parse(NX_PACKET *packet_ptr, ULONG *destination_msb, ULONG *destinatio…
/NetX-Duo-v6.4.1/common/src/
Dnx_link.c786 UINT nx_link_ethernet_header_parse(NX_PACKET *packet_ptr, ULONG *destination_msb, ULONG *destinatio… in nx_link_ethernet_header_parse() argument
793 if (destination_msb && destination_lsb) in nx_link_ethernet_header_parse()
795 *destination_msb = (ULONG)((data_ptr[0] << 8) | data_ptr[1]); in nx_link_ethernet_header_parse()