Searched refs:mac_msw (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 110 …mac_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()
|
| D | nx_icmpv6_process_ns.c | 300 ULONG mac_msw, mac_lsw, new_msw, new_lsw; in _nx_icmpv6_process_ns() local 306 …mac_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()
|
| D | nx_icmpv6_process_redirect.c | 302 ULONG mac_msw, mac_lsw, new_msw, new_lsw; in _nx_icmpv6_process_redirect() local 308 …mac_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()
|
| D | nx_icmpv6_process_ra.c | 469 ULONG mac_msw, mac_lsw, new_msw, new_lsw; in _nx_icmpv6_process_ra() local 476 …mac_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()
|