Home | History | Annotate | Download | only in pdu

Lines Matching refs:timeValue

442                     long timeValue;
444 timeValue = parseLongInteger(pduDataStream);
452 timeValue = System.currentTimeMillis()/1000 + timeValue;
456 headers.setLongInteger(timeValue, headerField);