Searched refs:ucDNSIndex (Results 1 – 7 of 7) sorted by relevance
109 xEndPoint.ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_gethostbyname_FailAllocateNetworkBuffer()229 xEndPoint.ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_gethostbyname_FailSendDNSRequest()285 xEndPoint.ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_gethostbyname_FailReadDNSReplyNull()344 xEndPoint.ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_gethostbyname_FailSendDNSReplyZero()406 xEndPoint.ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_gethostbyname_Success()695 xEndPoint.ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_gethostbyname_a_NoCallbackRetryOnce()996 xEndPoint[ 1 ].ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_getaddrinfo_a_IPv4Random_BindFailWithDot()1000 xEndPoint[ 2 ].ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_getaddrinfo_a_IPv4Random_BindFailWithDot()1004 xEndPoint[ 3 ].ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_getaddrinfo_a_IPv4Random_BindFailWithDot()1055 xEndPoint[ 1 ].ipv6_settings.ucDNSIndex = 0; in test_FreeRTOS_getaddrinfo_a_IPv6Random_BindFailWithDot()[all …]
171 …__CPROVER_assume( pxNetworkEndPoints->ipv6_settings.ucDNSIndex < ipconfigENDPOINT_DNS_ADDRESS_COUN… in harness()172 …__CPROVER_assume( pxNetworkEndPoints->ipv4_settings.ucDNSIndex < ipconfigENDPOINT_DNS_ADDRESS_COUN… in harness()
219 …__CPROVER_assume( pxNetworkEndPoints->ipv6_settings.ucDNSIndex < ipconfigENDPOINT_DNS_ADDRESS_COUN… in harness()220 …__CPROVER_assume( pxNetworkEndPoints->ipv4_settings.ucDNSIndex < ipconfigENDPOINT_DNS_ADDRESS_COUN… in harness()
170 xEndPoint.ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_gethostbyname_DifferentIdentifier()240 xEndPoint.ipv4_settings.ucDNSIndex = 0; in test_FreeRTOS_gethostbyname_SameIdentifier()
95 …uint8_t ucDNSIndex; /**< The index of the next DN… member106 uint8_t ucDNSIndex; /**< The index of the next DNS address to be used. */ member
732 uint8_t ucIndex = pxEndPoint->ipv6_settings.ucDNSIndex; in prvIncreaseDNS6Index()752 pxEndPoint->ipv6_settings.ucDNSIndex = ucIndex; in prvIncreaseDNS6Index()767 uint8_t ucIndex = pxEndPoint->ipv4_settings.ucDNSIndex; in prvIncreaseDNS4Index()787 pxEndPoint->ipv4_settings.ucDNSIndex = ucIndex; in prvIncreaseDNS4Index()1009 uint8_t ucIndex = pxEndPoint->ipv4_settings.ucDNSIndex; in prvFillSockAddress()1029 uint8_t ucIndex = pxEndPoint->ipv6_settings.ucDNSIndex; in prvFillSockAddress()
1059 EP_IPv4_SETTINGS.ucDNSIndex = 0U; in vProcessHandleOption()