Home
last modified time | relevance | path

Searched refs:ucName (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DNS_Parser/
DFreeRTOS_DNS_Parser_utest.c693 offsetof( NBNSRequest_t, ucName ) ] = 2 + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name()
695 offsetof( NBNSRequest_t, ucName ) + 1 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name()
718 offsetof( NBNSRequest_t, ucName ) ] = 2 + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2()
721 offsetof( NBNSRequest_t, ucName ) + 1 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2()
724 offsetof( NBNSRequest_t, ucName ) - 1 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2()
727 offsetof( NBNSRequest_t, ucName ) - 2 ] = ' ' + 0x42U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2()
730 offsetof( NBNSRequest_t, ucName ) - 3 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2()
733 offsetof( NBNSRequest_t, ucName ) - 4 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2()
736 offsetof( NBNSRequest_t, ucName ) - 5 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2()
739 offsetof( NBNSRequest_t, ucName ) - 6 ] = ' ' + 0x41U; in test_DNS_TreatNBNS_success_empty_char_nbns_name2()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_DNS_Globals.h189 uint8_t ucName[ dnsNBNS_ENCODED_NAME_LENGTH ]; /**< The domain name. */ member
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DNS_Parser.c833 offsetof( NBNSRequest_t, ucName ) ] ); in DNS_TreatNBNS()