Searched refs:NX_UDP_PORT_TABLE_MASK (Results 1 – 7 of 7) sorted by relevance
104 index = (UINT)((port + (port >> 8)) & NX_UDP_PORT_TABLE_MASK); in _nx_udp_free_port_find()
273 index = (UINT)((port + (port >> 8)) & NX_UDP_PORT_TABLE_MASK); in _nx_udp_socket_bind()
227 index = (UINT)((port + (port >> 8)) & NX_UDP_PORT_TABLE_MASK); in _nx_udp_socket_unbind()
164 index = (UINT)((port + (port >> 8)) & NX_UDP_PORT_TABLE_MASK); in _nx_udp_packet_receive()
223 UINT index = ((0x89 + (0x89 >> 8)) & NX_UDP_PORT_TABLE_MASK); in thread_1_entry()
4363 index = (UINT) ((port + (port >> 8)) & NX_UDP_PORT_TABLE_MASK); in _nx_nat_socket_port_verify()
1200 #define NX_UDP_PORT_TABLE_MASK (NX_UDP_PORT_TABLE_SIZE - 1) macro