Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/inc/
Dnx_link.h136 … ULONG *source_msb, ULONG *source_lsb, USHORT *ether_type, USHORT *vlan_tag,
/NetX-Duo-v6.2.1/common/src/
Dnx_link.c787 … ULONG *source_msb, ULONG *source_lsb, USHORT *ether_type, USHORT *vlan_tag, in nx_link_ethernet_header_parse() argument
800 if (source_msb && source_lsb) in nx_link_ethernet_header_parse()
802 *source_msb = (ULONG)((data_ptr[6] << 8) | data_ptr[7]); in nx_link_ethernet_header_parse()