Searched defs:usPort (Results 1 – 8 of 8) sorted by relevance
315 uint16_t usPort = 0; in test_xProcessReceivedUDPPacket_NoListeningSocket_NotForThisNode() local340 uint16_t usPort = 0; in test_xProcessReceivedUDPPacket_NoListeningSocket_DelayedDNSResponse() local373 uint16_t usPort = FreeRTOS_ntohs( ipLLMNR_PORT ); in test_xProcessReceivedUDPPacket_NoListeningSocket_LLMNRResponse() local406 uint16_t usPort = FreeRTOS_ntohs( ipLLMNR_PORT + 1 ); in test_xProcessReceivedUDPPacket_NoListeningSocket_LLMNRResponse_MismatchingPorts() local436 uint16_t usPort = FreeRTOS_ntohs( ipNBNS_PORT ); in test_xProcessReceivedUDPPacket_NoListeningSocket_NBNSResponse() local467 uint16_t usPort = FreeRTOS_ntohs( ipNBNS_PORT + 1 ); in test_xProcessReceivedUDPPacket_NoListeningSocket_NBNSResponse_MismatchingPorts() local497 uint16_t usPort = FreeRTOS_ntohs( ipNBNS_PORT ); in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull() local537 uint16_t usPort = FreeRTOS_ntohs( ipNBNS_PORT ); in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull1() local576 uint16_t usPort = FreeRTOS_ntohs( ipNBNS_PORT ); in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_NoEventGroupSocketSetUSemaphore() local625 uint16_t usPort = FreeRTOS_ntohs( ipNBNS_PORT ); in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_ValidEventGroupUSemaphore() local[all …]
66 uint16_t usPort; in harness() local
16 uint16_t usPort ) in xProcessReceivedUDPPacket()
308 uint16_t usPort, in xProcessReceivedUDPPacket()
56 #define socketSET_SOCKET_PORT( pxSocket, usPort ) listSET_LIST_ITEM_VALUE( ( &( ( pxSocket )->xB… argument
128 #define iptraceBIND_FAILED( xSocket, usPort ) argument
170 #define iptraceBIND_FAILED( xSocket, usPort ) argument
168 …uint16_t usPort; /**< Source or destination port, depending on usage sce… member