Searched refs:rs_ptr (Results 1 – 1 of 1) sorted by relevance
90 NX_ICMPV6_RS *rs_ptr; in _nx_icmpv6_send_rs() local150 rs_ptr = (NX_ICMPV6_RS *)(pkt_ptr -> nx_packet_prepend_ptr); in _nx_icmpv6_send_rs()151 rs_ptr -> nx_icmpv6_rs_icmpv6_header.nx_icmpv6_header_type = NX_ICMPV6_ROUTER_SOLICITATION_TYPE; in _nx_icmpv6_send_rs()152 rs_ptr -> nx_icmpv6_rs_icmpv6_header.nx_icmpv6_header_code = 0; in _nx_icmpv6_send_rs()153 rs_ptr -> nx_icmpv6_rs_icmpv6_header.nx_icmpv6_header_checksum = 0; in _nx_icmpv6_send_rs()154 rs_ptr -> nx_icmpv6_rs_reserved = 0; in _nx_icmpv6_send_rs()158 rs_options = (NX_ICMPV6_OPTION *)NX_UCHAR_POINTER_ADD(rs_ptr, sizeof(NX_ICMPV6_RS)); in _nx_icmpv6_send_rs()203 rs_ptr -> nx_icmpv6_rs_icmpv6_header.nx_icmpv6_header_checksum = checksum; in _nx_icmpv6_send_rs()