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

NX_UDP_PORT_TABLE_MASK macro

Syntax

#define NX_UDP_PORT_TABLE_MASK (NX_UDP_PORT_TABLE_SIZE - 1)

References

LocationText
nx_api.h:1171
#define NX_UDP_PORT_TABLE_MASK (NX_UDP_PORT_TABLE_SIZE - 1)
nx_udp_free_port_find.c:102
index = (UINT)((port + (port >> 8)) & NX_UDP_PORT_TABLE_MASK);
nx_udp_packet_receive.c:165
index = (UINT)((port + (port >> 8)) & NX_UDP_PORT_TABLE_MASK);
nx_udp_socket_bind.c:271
index = (UINT)((port + (port >> 8)) & NX_UDP_PORT_TABLE_MASK);
nx_udp_socket_unbind.c:228
index = (UINT)((port + (port >> 8)) & NX_UDP_PORT_TABLE_MASK);