Searched refs:mac_lsw (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_nd_cache_find_entry_by_mac_addr.c | 88 ULONG mac_msw, mac_lsw; in _nx_nd_cache_find_entry_by_mac_addr() local 111 …mac_lsw = ((ULONG)ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_mac_addr[2] << 24) | ((ULONG)ip_ptr ->… 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()
|
| D | nx_icmpv6_process_ns.c | 300 ULONG mac_msw, mac_lsw, new_msw, new_lsw; in _nx_icmpv6_process_ns() local 307 …mac_lsw = ((ULONG)(nd_entry -> nx_nd_cache_mac_addr[2]) << 24) | ((ULONG)(nd_entry -> nx_nd_cache_… 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()
|
| D | nx_icmpv6_process_redirect.c | 302 ULONG mac_msw, mac_lsw, new_msw, new_lsw; in _nx_icmpv6_process_redirect() local 310 …mac_lsw = ((ULONG)(nd_entry -> nx_nd_cache_mac_addr[2]) << 24) | ((ULONG)(nd_entry -> nx_nd_cache_… 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()
|
| D | nx_icmpv6_process_ra.c | 469 ULONG mac_msw, mac_lsw, new_msw, new_lsw; in _nx_icmpv6_process_ra() local 477 …mac_lsw = ((ULONG)(nd_entry -> nx_nd_cache_mac_addr[2]) << 24) | ((ULONG)(nd_entry -> nx_nd_cache_… in _nx_icmpv6_process_ra() 481 if ((mac_msw != new_msw) || (mac_lsw != new_lsw)) in _nx_icmpv6_process_ra()
|