Home | History | Annotate | Download | only in src

Lines Matching refs:HCP_HEADER_LEN

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