Searched refs:ip_header_size (Results 1 – 5 of 5) sorted by relevance
88 UINT ip_header_size; in _nxe_tcp_socket_send() local116 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()
93 UINT ip_header_size; in _nxde_udp_socket_source_send() local122 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()
97 UINT ip_header_size = 0; in _nxde_udp_socket_send() local140 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()
250 UINT ip_header_size = 0; in _nxd_tcp_client_socket_connect() local374 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()
99 UINT ip_header_size; in _nx_icmpv4_send_error_message() local196 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()