Searched refs:nx_ip_fragment_processing (Results 1 – 10 of 10) sorted by relevance
134 if (ip_ptr -> nx_ip_fragment_processing) in _nx_arp_queue_send()138 (ip_ptr -> nx_ip_fragment_processing)(&driver_request); in _nx_arp_queue_send()
237 … if ((ip_ptr -> nx_ip_fragment_processing == NX_NULL) || (fragment != NX_FRAGMENT_OKAY)) in _nx_ip_driver_packet_send()485 if ((ip_ptr -> nx_ip_fragment_processing) && (fragment != NX_DONT_FRAGMENT)) in _nx_ip_driver_packet_send()489 (ip_ptr -> nx_ip_fragment_processing)(&driver_request); in _nx_ip_driver_packet_send()
84 ip_ptr -> nx_ip_fragment_processing = _nx_ip_fragment_packet; in _nx_ip_fragment_enable()
98 ip_ptr -> nx_ip_fragment_processing = NX_NULL; in _nx_ip_fragment_disable()
278 if ((ip_ptr -> nx_ip_fragment_processing) && (!(fragment_bit & NX_DONT_FRAGMENT))) in _nx_ip_forward_packet_process()
322 if (ip_ptr -> nx_ip_fragment_processing) in _nx_ip_delete()
809 ip_0.nx_ip_fragment_processing = NX_NULL; in thread_0_entry()830 ip_0.nx_ip_fragment_processing = _nx_ip_fragment_packet; in thread_0_entry()832 ip_0.nx_ip_fragment_processing = NX_NULL; in thread_0_entry()843 ip_0.nx_ip_fragment_processing = NX_NULL; in thread_0_entry()850 ip_0.nx_ip_fragment_processing = _nx_ip_fragment_packet; in thread_0_entry()853 ip_0.nx_ip_fragment_processing = NX_NULL; in thread_0_entry()929 ip_0.nx_ip_fragment_processing = _nx_ip_fragment_packet; in thread_0_entry()931 ip_0.nx_ip_fragment_processing = NX_NULL; in thread_0_entry()
11447 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()11451 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()11608 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()11612 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()11722 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()11726 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()11915 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()11919 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()12156 if (ip_ptr -> nx_ip_fragment_processing) in _nxd_bsd_ipv4_packet_send()12160 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nxd_bsd_ipv4_packet_send()
7290 …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()7294 (ip_ptr -> nx_ip_fragment_processing) (&driver_request); in _nx_dhcp_client_send_with_zero_source_address()
2724 VOID (*nx_ip_fragment_processing)(struct NX_IP_DRIVER_STRUCT *); member