Home
last modified time | relevance | path

Searched refs:nx_icmp_header_word_0 (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_icmp_interface_ping.c229 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()
Dnx_ip_packet_checksum_compute.c270 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()
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c1930 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 …]
/NetX-Duo-v6.2.1/common/inc/
Dnx_icmpv4.h150 ULONG nx_icmp_header_word_0; member