Home
last modified time | relevance | path

Searched refs:ppxLastAddress (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c489 struct freertos_addrinfo ** ppxLastAddress = ppxAddressInfo; in prvReadDNSCache() local
535 *( ppxLastAddress ) = pxNewAddress; in prvReadDNSCache()
537 ppxLastAddress = &( pxNewAddress->ai_next ); in prvReadDNSCache()
DFreeRTOS_DNS_Parser.c309 xSet.ppxLastAddress = &( xSet.pxLastAddress ); in DNS_ParseDNSReply()
779 *( pxSet->ppxLastAddress ) = pxNewAddress; in parseDNSAnswer()
782 pxSet->ppxLastAddress = &( pxNewAddress->ai_next ); in parseDNSAnswer()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_DNS_Globals.h214 …struct freertos_addrinfo ** ppxLastAddress; /**< This variable is also used while creating a… member
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Parser/
DFreeRTOS_DNS_Parser_utest.c2633 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_null_bytes()
2680 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_recordstored_gt_count()
2727 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_recordstored_gt_count_diffUsType()
2771 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_recordNOTstored_gt_count_diffUsType()
2815 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_recordstored_gt_count_IPv6_fail1()
2860 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_recordstored_gt_count_IPv6_fail2()
2903 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_recordstored_gt_count_IPv6_success()
2951 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_recordstored_gt_count_IPv6_success2()
2999 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_recordstored_gt_count_IPv6_success3()
3043 xSet.ppxLastAddress = &pxAddressInfo_2; in test_parseDNSAnswer_recordstored_gt_count_IPv6_fail_nullLinkedListForDNSAns()
[all …]