netxduo + 0/4 examples
CodeScope will show references to NX_FRAGMENT_OKAY from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...

NX_FRAGMENT_OKAY macro

Syntax

#define NX_FRAGMENT_OKAY ((ULONG)0x00000000)

Examples

NX_FRAGMENT_OKAY is referenced by 4 libraries and example projects.

References

LocationText
nx_api.h:877
#define NX_FRAGMENT_OKAY ((ULONG)0x00000000)
nx_icmp_interface_ping.c:362
nx_icmpv4_process_echo_request.c:265
NX_IP_NORMAL, NX_IP_TIME_TO_LIVE, NX_IP_ICMP, NX_FRAGMENT_OKAY, next_hop_address);
nx_icmpv4_send_error_message.c:333
NX_IP_NORMAL, 255, NX_IP_ICMP, NX_FRAGMENT_OKAY, next_hop_address);
nx_igmp_interface_report_send.c:245
NX_IP_NORMAL, NX_IGMP_TTL, NX_IP_IGMP, NX_FRAGMENT_OKAY,
nx_igmp_interface_report_send.c:254
NX_IP_NORMAL, NX_IGMP_TTL, NX_IP_IGMP, NX_FRAGMENT_OKAY,
nx_ip_driver_packet_send.c:238
if ((ip_ptr -> nx_ip_fragment_processing == NX_NULL) || (fragment != NX_FRAGMENT_OKAY))
nx_ip_forward_packet_process.c:283
_nx_ip_fragment_forward_packet(ip_ptr, packet_ptr, destination_ip, NX_FRAGMENT_OKAY, next_hop_address);
nx_ip_raw_packet_send.c:112
nx_ip_raw_packet_source_send.c:104
nxd_ip_raw_packet_source_send.c:127
_nx_ip_packet_send(ip_ptr, packet_ptr, destination_ip -> nxd_ip_address.v4, (tos & 0xFF) << 16, (ttl & 0xFF), protocol << 16, NX_FRAGMENT_OKAY, next_hop_address);
nxd_sntp_client.c:267
NX_FRAGMENT_OKAY, NX_SNTP_CLIENT_TIME_TO_LIVE,
nxe_tcp_socket_create.c:160
if ((fragment != NX_FRAGMENT_OKAY) &&
nxe_udp_socket_create.c:153
if ((fragment != NX_FRAGMENT_OKAY) &&