Home | History | Annotate | Download | only in src

Lines Matching refs:HCP_HEADER_LEN

2448         if ( (NULL != pdata) && (length >= HCP_HEADER_LEN) )
2450 test_result.buffer = ( pdata + HCP_HEADER_LEN);
2451 test_result.length = length - HCP_HEADER_LEN;