Home
last modified time | relevance | path

Searched refs:IPv46_Address_t (Results 1 – 17 of 17) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Cache/
DFreeRTOS_DNS_Cache_utest.c125 IPv46_Address_t pxIP; in test_processDNS_CACHE_Success()
152 IPv46_Address_t pxIP; in test_processDNS_CACHE_Success2()
179 IPv46_Address_t pxIP; in test_processDNS_CACHE_Fail_IPv6()
205 IPv46_Address_t pxIP; in test_processDNS_CACHE_Entry_NotFresh()
247 IPv46_Address_t pxIP; in test_processDNS_CACHE_entry_not_found()
272 IPv46_Address_t pxIP; in test_processDNS_CACHE_update_entry()
303 IPv46_Address_t pxIP; in test_processDNS_CACHE_expired_entry()
328 IPv46_Address_t pxIP[ ipconfigDNS_CACHE_ADDRESSES_PER_ENTRY ], pxIP_2; in test_processDNS_CACHE_exceed_IP_entry_limit()
371 IPv46_Address_t pxIP[ ipconfigDNS_CACHE_ADDRESSES_PER_ENTRY + 1 ], pxIP_2; in test_processDNS_CACHE_exceed_host_entry_limit()
413 IPv46_Address_t pxIP; in test_processDNS_CACHE_exceed_dns_name_limit()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c64 const IPv46_Address_t * pxIP,
69 IPv46_Address_t * pxIP,
76 const IPv46_Address_t * pxIP,
82 const IPv46_Address_t * pxIP,
102 IPv46_Address_t xIPv46_Address; in FreeRTOS_dnslookup()
130 IPv46_Address_t xIPv46_Address; in FreeRTOS_dnslookup6()
164 IPv46_Address_t * pxIP, in FreeRTOS_dns_update()
204 IPv46_Address_t * pxIP, in FreeRTOS_ProcessDNSCache()
314 const IPv46_Address_t * pxIP, in prvFindEntryIndex()
356 IPv46_Address_t * pxIP, in prvGetCacheIPEntry()
[all …]
DFreeRTOS_TCP_IP_IPv4.c109 IPv46_Address_t xRemoteIP; in xProcessReceivedTCPPacket_IPV4()
DFreeRTOS_TCP_IP_IPv6.c118 IPv46_Address_t xRemoteIP; in xProcessReceivedTCPPacket_IPV6()
DFreeRTOS_IPv6_Sockets.c61 const IPv46_Address_t * pxAddress ) in pxTCPSocketLookup_IPv6()
DFreeRTOS_DNS_Parser.c642 IPv46_Address_t xIP_Address; in parseDNSAnswer()
1111 IPv46_Address_t xIPAddress; in DNS_TreatNBNS()
DFreeRTOS_Sockets.c4877 IPv46_Address_t xRemoteIP, in pxTCPSocketLookup()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_DNS_Cache.h46IPv46_Address_t xAddresses[ ipconfigDNS_CACHE_ADDRESSES_PER_ENTRY ]; /*!< The IP address(es) of an…
68 IPv46_Address_t * pxIP,
74 IPv46_Address_t * pxIP,
DFreeRTOS_IP_Common.h56 } IPv46_Address_t; typedef
DFreeRTOS_IPv6_Sockets.h105 const IPv46_Address_t * pxAddress );
DFreeRTOS_IP_Private.h750 IPv46_Address_t xRemoteIP,
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_IPv6/
DFreeRTOS_Sockets_IPv6_utest.c110 IPv46_Address_t xAddress; in test_pxTCPSocketLookup_IPv6_NullSocket()
143 IPv46_Address_t xAddress; in test_pxTCPSocketLookup_IPv6_NotIPv6Socket_IPv6Address()
163 IPv46_Address_t xAddress; in test_pxTCPSocketLookup_IPv6_NotIPv6Socket_NotIPv6Address_MatchingIPv4Address()
184 IPv46_Address_t xAddress; in test_pxTCPSocketLookup_IPv6_NotIPv6Socket_NotIPv6Address_NonMatchingIPv4Address()
205 IPv46_Address_t xAddress; in test_pxTCPSocketLookup_IPv6_IPv6Socket_NotIPv6Address()
225 IPv46_Address_t xAddress; in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_MatchingIPv6Address()
247 IPv46_Address_t xAddress; in test_pxTCPSocketLookup_IPv6_IPv6Socket_NonNullIPv6Address_NonMatchingIPv6Address()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/parsing/ProcessReceivedTCPPacket/
DProcessReceivedTCPPacket_harness.c56 IPv46_Address_t xRemoteIP, in pxTCPSocketLookup()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/parsing/ProcessReceivedTCPPacket_IPv6/
DProcessReceivedTCPPacket_IPv6_harness.c57 IPv46_Address_t xRemoteIP, in pxTCPSocketLookup()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP/
DTCP_IP_list_macros.h88 IPv46_Address_t xRemoteIP,
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DTCP_IP_DiffConfig_list_macros.h88 IPv46_Address_t xRemoteIP,
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c2584 IPv46_Address_t xRemoteIP; in test_pxTCPSocketLookup_FoundAMatch()
2619 IPv46_Address_t xRemoteIP; in test_pxTCPSocketLookup_NoMatch()
2657 IPv46_Address_t xRemoteIP; in test_pxTCPSocketLookup_NoMatch2()
2695 IPv46_Address_t xRemoteIP; in test_pxTCPSocketLookup_FoundAPartialMatch()
2734 IPv46_Address_t xRemoteIP; in test_pxTCPSocketLookup_IPv6Match()