Searched refs:nx_icmp_header_word_0 (Results 1 – 4 of 4) sorted by relevance
229 header_ptr -> nx_icmp_header_word_0 = (ULONG)(NX_ICMP_ECHO_REQUEST_TYPE << 24); in _nx_icmp_interface_ping()235 NX_CHANGE_ULONG_ENDIAN(header_ptr -> nx_icmp_header_word_0); in _nx_icmp_interface_ping()269 NX_CHANGE_ULONG_ENDIAN(header_ptr -> nx_icmp_header_word_0); in _nx_icmp_interface_ping()272 …header_ptr -> nx_icmp_header_word_0 = header_ptr -> nx_icmp_header_word_0 | (~checksum & NX_LOWER… in _nx_icmp_interface_ping()276 NX_CHANGE_ULONG_ENDIAN(header_ptr -> nx_icmp_header_word_0); in _nx_icmp_interface_ping()
270 NX_CHANGE_ULONG_ENDIAN(icmpv4_header_ptr -> nx_icmp_header_word_0); in _nx_ip_packet_checksum_compute()271 …icmpv4_header_ptr -> nx_icmp_header_word_0 = icmpv4_header_ptr -> nx_icmp_header_word_0 | (~check… in _nx_ip_packet_checksum_compute()272 NX_CHANGE_ULONG_ENDIAN(icmpv4_header_ptr -> nx_icmp_header_word_0); in _nx_ip_packet_checksum_compute()
1930 NX_CHANGE_ULONG_ENDIAN(icmp_header_ptr -> nx_icmp_header_word_0); in _nx_nat_process_inbound_ICMP_packet()1934 type = icmp_header_ptr -> nx_icmp_header_word_0 >> 24; in _nx_nat_process_inbound_ICMP_packet()2004 checksum = icmp_header_ptr -> nx_icmp_header_word_0 & NX_LOWER_16_MASK; in _nx_nat_process_inbound_ICMP_packet()2014 …icmp_header_ptr -> nx_icmp_header_word_0 = icmp_header_ptr -> nx_icmp_header_word_0 & ~NX_LOWER_16… in _nx_nat_process_inbound_ICMP_packet()2017 … icmp_header_ptr -> nx_icmp_header_word_0 = icmp_header_ptr -> nx_icmp_header_word_0 | checksum; in _nx_nat_process_inbound_ICMP_packet()2024 …icmp_header_ptr -> nx_icmp_header_word_0 = icmp_header_ptr -> nx_icmp_header_word_0 & ~NX_LOWER_16… in _nx_nat_process_inbound_ICMP_packet()2035 NX_CHANGE_ULONG_ENDIAN(icmp_header_ptr -> nx_icmp_header_word_0); in _nx_nat_process_inbound_ICMP_packet()2586 NX_CHANGE_ULONG_ENDIAN(icmp_header_ptr -> nx_icmp_header_word_0); in _nx_nat_process_outbound_ICMP_packet()2590 type = icmp_header_ptr -> nx_icmp_header_word_0 >> 24; in _nx_nat_process_outbound_ICMP_packet()2652 checksum = icmp_header_ptr -> nx_icmp_header_word_0 & NX_LOWER_16_MASK; in _nx_nat_process_outbound_ICMP_packet()[all …]
150 ULONG nx_icmp_header_word_0; member