Home
last modified time | relevance | path

Searched refs:ip_header_size (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxe_tcp_socket_send.c88 UINT ip_header_size; in _nxe_tcp_socket_send() local
116 ip_header_size = (UINT)sizeof(NX_IPV4_HEADER); in _nxe_tcp_socket_send()
124 ip_header_size = (UINT)sizeof(NX_IPV6_HEADER); in _nxe_tcp_socket_send()
133 … nx_packet_prepend_ptr - packet_ptr -> nx_packet_data_start) < (INT)(ip_header_size + sizeof(NX_TC… in _nxe_tcp_socket_send()
Dnxde_udp_socket_source_send.c93 UINT ip_header_size; in _nxde_udp_socket_source_send() local
122 ip_header_size = (UINT)sizeof(NX_IPV4_HEADER); in _nxde_udp_socket_source_send()
140 ip_header_size = (UINT)sizeof(NX_IPV6_HEADER); in _nxde_udp_socket_source_send()
150 … nx_packet_prepend_ptr - packet_ptr -> nx_packet_data_start) < (INT)(ip_header_size + sizeof(NX_UD… in _nxde_udp_socket_source_send()
Dnxde_udp_socket_send.c97 UINT ip_header_size = 0; in _nxde_udp_socket_send() local
140 ip_header_size = (UINT)sizeof(NX_IPV4_HEADER); in _nxde_udp_socket_send()
153 ip_header_size = (UINT)sizeof(NX_IPV6_HEADER); in _nxde_udp_socket_send()
165 … nx_packet_prepend_ptr - packet_ptr -> nx_packet_data_start) < (INT)(ip_header_size + sizeof(NX_UD… in _nxde_udp_socket_send()
Dnxd_tcp_client_socket_connect.c250 UINT ip_header_size = 0; in _nxd_tcp_client_socket_connect() local
374 ip_header_size = (UINT)sizeof(NX_IPV4_HEADER); in _nxd_tcp_client_socket_connect()
384 ip_header_size = (UINT)sizeof(NX_IPV6_HEADER); in _nxd_tcp_client_socket_connect()
395 if (outgoing_interface -> nx_interface_ip_mtu_size < (ip_header_size + NX_TCP_SYN_SIZE)) in _nxd_tcp_client_socket_connect()
Dnx_icmpv4_send_error_message.c99 UINT ip_header_size; in _nx_icmpv4_send_error_message() local
196 ip_header_size = ((ip_header_ptr -> nx_ip_header_word_0 & 0x0F000000) >> 24); in _nx_icmpv4_send_error_message()
197 bytes_to_copy = (UINT)((ip_header_size + 2) * sizeof(ULONG)); in _nx_icmpv4_send_error_message()