Home
last modified time | relevance | path

Searched refs:next_protocol (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_packet_checksum_compute.c84 ULONG next_protocol; in _nx_ip_packet_checksum_compute() local
110 next_protocol = NX_PROTOCOL_IPV4; in _nx_ip_packet_checksum_compute()
116 next_protocol = NX_PROTOCOL_IPV6; in _nx_ip_packet_checksum_compute()
126 switch (next_protocol) in _nx_ip_packet_checksum_compute()
179 next_protocol = (val >> 16) & 0xFF; in _nx_ip_packet_checksum_compute()
376 next_protocol = (val >> 8) & 0xFF; in _nx_ip_packet_checksum_compute()
Dnx_ip_dispatch_process.c122 ULONG next_protocol = 0; in _nx_ip_dispatch_process() local
323 …_ptr -> nx_ip_ipsec_authentication_header_receive(ip_ptr, packet_ptr, &next_protocol, &packet_ptr); in _nx_ip_dispatch_process()
360 …x_ip_ipsec_encapsulating_security_payload_receive(ip_ptr, packet_ptr, &next_protocol, &packet_ptr); in _nx_ip_dispatch_process()
646 protocol = next_protocol; in _nx_ip_dispatch_process()
/NetX-Duo-v6.2.1/test/regression/test/
Dnx_ram_network_driver_test_1500.c2026 ULONG next_protocol = 0; in _nx_ram_network_driver_calculate_checksum() local
2052 next_protocol = NX_PROTOCOL_IPV4; in _nx_ram_network_driver_calculate_checksum()
2058 next_protocol = NX_PROTOCOL_IPV6; in _nx_ram_network_driver_calculate_checksum()
2061 if (next_protocol == 0) in _nx_ram_network_driver_calculate_checksum()
2070 switch(next_protocol) in _nx_ram_network_driver_calculate_checksum()
2152 next_protocol = (ip_header_ptr -> nx_ip_header_word_2 >> 8) & 0xFF; in _nx_ram_network_driver_calculate_checksum()
2486 next_protocol = (ipv6_header_ptr -> nx_ip_header_word_1 >> 16) & 0xFF; in _nx_ram_network_driver_calculate_checksum()
2500 next_protocol = (ULONG)(*packet_ptr -> nx_packet_prepend_ptr); in _nx_ram_network_driver_calculate_checksum()