Searched refs:ipLLMNR_PORT (Results 1 – 5 of 5) sorted by relevance
474 if( ( usPort == FreeRTOS_ntohs( ipLLMNR_PORT ) ) || in xProcessReceivedUDPPacket()475 ( pxUDPPacket->xUDPHeader.usSourcePort == FreeRTOS_ntohs( ipLLMNR_PORT ) ) ) in xProcessReceivedUDPPacket()
404 pxAddress->sin_port = ipLLMNR_PORT; in prvFillSockAddress()489 if( FreeRTOS_ntohs( pxAddress->sin_port ) == ipLLMNR_PORT ) in prvSendBuffer()
126 #define ipLLMNR_PORT 5355 /* Standard LLMNR port. */ macro
373 uint16_t usPort = FreeRTOS_ntohs( ipLLMNR_PORT ); in test_xProcessReceivedUDPPacket_NoListeningSocket_LLMNRResponse()386 pxUDPPacket->xUDPHeader.usSourcePort = FreeRTOS_ntohs( ipLLMNR_PORT ); in test_xProcessReceivedUDPPacket_NoListeningSocket_LLMNRResponse()406 uint16_t usPort = FreeRTOS_ntohs( ipLLMNR_PORT + 1 ); in test_xProcessReceivedUDPPacket_NoListeningSocket_LLMNRResponse_MismatchingPorts()418 pxUDPPacket->xUDPHeader.usSourcePort = FreeRTOS_ntohs( ipLLMNR_PORT ); in test_xProcessReceivedUDPPacket_NoListeningSocket_LLMNRResponse_MismatchingPorts()
854 && ( usDestinationPort != ipLLMNR_PORT ) && in xMayAcceptPacket()855 ( usSourcePort != ipLLMNR_PORT ) in xMayAcceptPacket()