Home
last modified time | relevance | path

Searched refs:DNS_SkipNameField (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/SkipNameField/
DSkipNameField_harness.c28 size_t DNS_SkipNameField( const uint8_t * pucByte,
49 size_t index = DNS_SkipNameField( pucByte, uxLength ); in harness()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_DNS_Parser.h57 size_t DNS_SkipNameField( const uint8_t * pucByte,
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/ParseDNSReply/
DParseDNSReply_harness.c86 size_t DNS_SkipNameField( const uint8_t * pucByte, in DNS_SkipNameField() function
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DNS_Parser.c175 size_t DNS_SkipNameField( const uint8_t * pucByte, in DNS_SkipNameField() function
332 uxResult = DNS_SkipNameField( pucByte, in DNS_ParseDNSReply()
569 uxResult = DNS_SkipNameField( pucBuffer, in parseDNSAnswer()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DNS_Parser/
DFreeRTOS_DNS_Parser_utest.c331 ret = DNS_SkipNameField( pucByte, 0 ); in test_DNS_SkipNameField_failed_zero_length()
350 ret = DNS_SkipNameField( pucByte, 300 ); in test_DNS_SkipNameField_failed_()
368 ret = DNS_SkipNameField( pucByte, 2 ); in test_DNS_SkipNameField_fail_fully_coded()
385 ret = DNS_SkipNameField( pucByte, 84 ); in test_DNS_SkipNameField_success_fully_coded_gt_uint16()
405 ret = DNS_SkipNameField( pucByte, 10 ); in test_DNS_SkipNameField_short_source()
425 ret = DNS_SkipNameField( pucByte, 6 ); in test_DNS_SkipNameField_small_buffer()