NX_PHYSICAL_TRAILER is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_PHYSICAL_TRAILER macro

Syntax

#define NX_PHYSICAL_TRAILER 4

References

LocationText
nx_api.h:533
#define NX_PHYSICAL_TRAILER 4 /* Maximum physical trailer */
nx_web_http_common.h:106
#ifndef NX_PHYSICAL_TRAILER
nx_web_http_server.c:1248
if (((packet_ptr -> nx_packet_data_end - packet_ptr -> nx_packet_data_start) - NX_PHYSICAL_TRAILER)
nx_web_http_server.c:3982
temp = ((ULONG) (new_packet_ptr -> nx_packet_data_end - new_packet_ptr -> nx_packet_append_ptr)) - NX_PHYSICAL_TRAILER;