Searched refs:ucName (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Cache/ |
D | FreeRTOS_DNS_Cache_utest.c | 460 pxAddrInfo->ai_canonname = pxAddrInfo->xPrivateStorage.ucName; in test_prepare_DNSLookup() 461 …( void ) strncpy( pxAddrInfo->xPrivateStorage.ucName, "hello", sizeof( pxAddrInfo->xPrivateStorage… in test_prepare_DNSLookup() 644 pxAddrInfo->ai_canonname = pxAddrInfo->xPrivateStorage.ucName; in test_prepare_DNSLookup_IPv6() 645 …( void ) strncpy( pxAddrInfo->xPrivateStorage.ucName, "hello", sizeof( pxAddrInfo->xPrivateStorage… in test_prepare_DNSLookup_IPv6()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_DNS_Globals.h | 153 char ucName[ ipconfigDNS_CACHE_NAME_LENGTH ]; member 245 uint8_t ucName[ dnsNBNS_ENCODED_NAME_LENGTH ]; /**< The domain name. */ member
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Parser/ |
D | FreeRTOS_DNS_Parser_utest.c | 1185 offsetof( NBNSRequest_t, ucName ) ] = 2 + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name() 1187 offsetof( NBNSRequest_t, ucName ) + 1 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name() 1214 offsetof( NBNSRequest_t, ucName ) ] = 2 + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2() 1217 offsetof( NBNSRequest_t, ucName ) + 1 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2() 1220 offsetof( NBNSRequest_t, ucName ) - 1 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2() 1223 offsetof( NBNSRequest_t, ucName ) - 2 ] = ' ' + 0x42U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2() 1226 offsetof( NBNSRequest_t, ucName ) - 3 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2() 1229 offsetof( NBNSRequest_t, ucName ) - 4 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2() 1232 offsetof( NBNSRequest_t, ucName ) - 5 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2() 1235 offsetof( NBNSRequest_t, ucName ) - 6 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_DNS.c | 284 pxAddrInfo->ai_canonname = pxAddrInfo->xPrivateStorage.ucName; in pxNew_AddrInfo() 285 …( void ) strncpy( pxAddrInfo->xPrivateStorage.ucName, pcName, sizeof( pxAddrInfo->xPrivateStorage.… in pxNew_AddrInfo()
|
D | FreeRTOS_DNS_Parser.c | 1078 offsetof( NBNSRequest_t, ucName ) ] ); in DNS_TreatNBNS()
|
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
D | plus_tcp_demo_cli.c | 1428 pxResult->ai_canonname = pxResult->xPrivateStorage.ucName; in pxDNSLookup() 1429 … strncpy( pxResult->xPrivateStorage.ucName, pcHost, sizeof( pxResult->xPrivateStorage.ucName ) ); in pxDNSLookup()
|