Home
last modified time | relevance | path

Searched refs:mac_msw (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_nd_cache_find_entry_by_mac_addr.c88 ULONG mac_msw, mac_lsw; in _nx_nd_cache_find_entry_by_mac_addr() local
110mac_msw = ((ULONG)ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_mac_addr[0] << 8) | ip_ptr -> nx_ipv6_… in _nx_nd_cache_find_entry_by_mac_addr()
115 if ((mac_msw == physical_msw) && (mac_lsw == physical_lsw)) in _nx_nd_cache_find_entry_by_mac_addr()
Dnx_icmpv6_process_ns.c300 ULONG mac_msw, mac_lsw, new_msw, new_lsw; in _nx_icmpv6_process_ns() local
306mac_msw = ((ULONG)(nd_entry -> nx_nd_cache_mac_addr[0]) << 8) | (nd_entry -> nx_nd_cache_mac_addr[… in _nx_icmpv6_process_ns()
311 …if ((mac_msw != new_msw) || (mac_lsw != new_lsw)) /* If the new MAC is different from what we have… in _nx_icmpv6_process_ns()
Dnx_icmpv6_process_redirect.c302 ULONG mac_msw, mac_lsw, new_msw, new_lsw; in _nx_icmpv6_process_redirect() local
308mac_msw = ((ULONG)(nd_entry -> nx_nd_cache_mac_addr[0]) << 8) | (nd_entry -> nx_nd_cache_mac_addr[… in _nx_icmpv6_process_redirect()
314 … if ((mac_msw != new_msw) || (mac_lsw != new_lsw)) /* If the new MAC is different. */ in _nx_icmpv6_process_redirect()
Dnx_icmpv6_process_ra.c469 ULONG mac_msw, mac_lsw, new_msw, new_lsw; in _nx_icmpv6_process_ra() local
476mac_msw = ((ULONG)(nd_entry -> nx_nd_cache_mac_addr[0]) << 8) | (nd_entry -> nx_nd_cache_mac_addr[… in _nx_icmpv6_process_ra()
481 if ((mac_msw != new_msw) || (mac_lsw != new_lsw)) in _nx_icmpv6_process_ra()