Searched refs:nd_ptr (Results 1 – 3 of 3) sorted by relevance
99 NX_ICMPV6_ND *nd_ptr; in _nx_icmpv6_process_na() local133 nd_ptr = (NX_ICMPV6_ND *)(packet_ptr -> nx_packet_prepend_ptr); in _nx_icmpv6_process_na()136 NX_IPV6_ADDRESS_CHANGE_ENDIAN(nd_ptr -> nx_icmpv6_nd_targetAddress); in _nx_icmpv6_process_na()137 NX_CHANGE_ULONG_ENDIAN(nd_ptr -> nx_icmpv6_nd_flag); in _nx_icmpv6_process_na()153 option_ptr = (NX_ICMPV6_OPTION *)NX_UCHAR_POINTER_ADD(nd_ptr, sizeof(NX_ICMPV6_ND)); in _nx_icmpv6_process_na()201 nd_ptr -> nx_icmpv6_nd_targetAddress)) in _nx_icmpv6_process_na()227 …if (_nx_nd_cache_find_entry(ip_ptr, nd_ptr -> nx_icmpv6_nd_targetAddress, &nd_entry) != NX_SUCCESS) in _nx_icmpv6_process_na()273 if (nd_ptr -> nx_icmpv6_nd_flag & 0x80000000) in _nx_icmpv6_process_na()284 … _nxd_ipv6_find_default_router_from_address(ip_ptr, nd_ptr -> nx_icmpv6_nd_targetAddress); in _nx_icmpv6_process_na()317 if ((nd_ptr -> nx_icmpv6_nd_flag & 0x20000000) == 0) in _nx_icmpv6_process_na()[all …]
104 NX_ICMPV6_ND *nd_ptr; in _nx_icmpv6_send_ns() local165 nd_ptr = (NX_ICMPV6_ND *)(pkt_ptr -> nx_packet_prepend_ptr); in _nx_icmpv6_send_ns()166 nd_ptr -> nx_icmpv6_nd_header.nx_icmpv6_header_type = NX_ICMPV6_NEIGHBOR_SOLICITATION_TYPE; in _nx_icmpv6_send_ns()167 nd_ptr -> nx_icmpv6_nd_header.nx_icmpv6_header_code = 0; in _nx_icmpv6_send_ns()168 nd_ptr -> nx_icmpv6_nd_header.nx_icmpv6_header_checksum = 0; in _nx_icmpv6_send_ns()169 nd_ptr -> nx_icmpv6_nd_flag = 0; in _nx_icmpv6_send_ns()172 COPY_IPV6_ADDRESS(neighbor_IP_address, nd_ptr -> nx_icmpv6_nd_targetAddress); in _nx_icmpv6_send_ns()175 NX_IPV6_ADDRESS_CHANGE_ENDIAN(nd_ptr -> nx_icmpv6_nd_targetAddress); in _nx_icmpv6_send_ns()219 nd_options = (NX_ICMPV6_OPTION *)NX_UCHAR_POINTER_ADD(nd_ptr, sizeof(NX_ICMPV6_ND)); in _nx_icmpv6_send_ns()259 nd_ptr -> nx_icmpv6_nd_header.nx_icmpv6_header_checksum = checksum; in _nx_icmpv6_send_ns()
99 NX_ICMPV6_ND *nd_ptr; in _nx_icmpv6_process_ns() local152 nd_ptr = (NX_ICMPV6_ND *)header_ptr; in _nx_icmpv6_process_ns()155 NX_IPV6_ADDRESS_CHANGE_ENDIAN(nd_ptr -> nx_icmpv6_nd_targetAddress); in _nx_icmpv6_process_ns()158 NX_CHANGE_ULONG_ENDIAN(nd_ptr -> nx_icmpv6_nd_flag); in _nx_icmpv6_process_ns()192 nd_ptr -> nx_icmpv6_nd_targetAddress))) in _nx_icmpv6_process_ns()388 nd_ptr -> nx_icmpv6_nd_flag = (0x20000000); in _nx_icmpv6_process_ns()393 nd_ptr -> nx_icmpv6_nd_flag = (0x60000000); in _nx_icmpv6_process_ns()396 NX_CHANGE_ULONG_ENDIAN(nd_ptr -> nx_icmpv6_nd_flag); in _nx_icmpv6_process_ns()400 NX_IPV6_ADDRESS_CHANGE_ENDIAN(nd_ptr -> nx_icmpv6_nd_targetAddress); in _nx_icmpv6_process_ns()