Searched refs:nx_ip_fragment_processing (Results 1 – 9 of 9) sorted by relevance
135 if (ip_ptr -> nx_ip_fragment_processing) in _nx_arp_queue_send()139 (ip_ptr -> nx_ip_fragment_processing)(&driver_request); in _nx_arp_queue_send()
85 ip_ptr -> nx_ip_fragment_processing = _nx_ip_fragment_packet; in _nx_ip_fragment_enable()
238 … if ((ip_ptr -> nx_ip_fragment_processing == NX_NULL) || (fragment != NX_FRAGMENT_OKAY)) in _nx_ip_driver_packet_send()486 if ((ip_ptr -> nx_ip_fragment_processing) && (fragment != NX_DONT_FRAGMENT)) in _nx_ip_driver_packet_send()490 (ip_ptr -> nx_ip_fragment_processing)(&driver_request); in _nx_ip_driver_packet_send()
99 ip_ptr -> nx_ip_fragment_processing = NX_NULL; in _nx_ip_fragment_disable()
279 if ((ip_ptr -> nx_ip_fragment_processing) && (!(fragment_bit & NX_DONT_FRAGMENT))) in _nx_ip_forward_packet_process()
323 if (ip_ptr -> nx_ip_fragment_processing) in _nx_ip_delete()
10994 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()10998 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()11155 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()11159 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()11269 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()11273 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()11462 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()11466 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()11703 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()11707 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()
7281 …if ((ip_ptr -> nx_ip_fragment_processing) && (socket_ptr -> nx_udp_socket_fragment_enable != NX_DO… in _nx_dhcp_client_send_with_zero_source_address()7285 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nx_dhcp_client_send_with_zero_source_address()
2658 VOID (*nx_ip_fragment_processing)(struct NX_IP_DRIVER_STRUCT *); member