Home
last modified time | relevance | path

Searched refs:PROTOCOL_ERROR (Results 1 – 11 of 11) sorted by relevance

/external/mtpd/
Dmtpd.h54 PROTOCOL_ERROR = 3, enumerator
Dpptp.c192 return -PROTOCOL_ERROR; in recv_packet()
198 return -PROTOCOL_ERROR; in recv_packet()
Dl2tp.c440 return tunnel ? -CHALLENGE_FAILED : -PROTOCOL_ERROR; in l2tp_process()
458 return -PROTOCOL_ERROR; in l2tp_process()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedConnection.java611 connectionErrorCode = ErrorCode.PROTOCOL_ERROR; in execute()
612 streamErrorCode = ErrorCode.PROTOCOL_ERROR; in execute()
679 newStream.close(ErrorCode.PROTOCOL_ERROR); in headers()
691 stream.closeLater(ErrorCode.PROTOCOL_ERROR); in headers()
838 writeSynResetLater(streamId, ErrorCode.PROTOCOL_ERROR); in pushRequestLater()
DErrorCode.java23 PROTOCOL_ERROR(1, 1, 1), enumConstant
DFramedStream.java260 errorCode = ErrorCode.PROTOCOL_ERROR; in receiveHeaders()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3Test.java58 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayRoundTrip()
DHttp2ConnectionTest.java36 import static com.squareup.okhttp.internal.framed.ErrorCode.PROTOCOL_ERROR;
182 peer.sendFrame().goAway(3, PROTOCOL_ERROR, Util.EMPTY_BYTE_ARRAY);
402 assertEquals(PROTOCOL_ERROR, peer.takeFrame().errorCode);
DSpdy3ConnectionTest.java43 import static com.squareup.okhttp.internal.framed.ErrorCode.PROTOCOL_ERROR;
651 assertEquals(PROTOCOL_ERROR, rstStream.errorCode);
739 peer.sendFrame().goAway(1, PROTOCOL_ERROR, Util.EMPTY_BYTE_ARRAY);
797 connection.shutdown(PROTOCOL_ERROR);
809 assertEquals(PROTOCOL_ERROR, goaway.errorCode);
1102 assertEquals(PROTOCOL_ERROR, rstStream.errorCode);
DHttp2Test.java565 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithoutDebugDataRoundTrip()
588 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithDebugDataRoundTrip()
/external/libmicrohttpd/src/datadir/
Dspdy-draft.txt411 with the status code PROTOCOL_ERROR for the stream-id.
477 (Section 2.4.1) with the status PROTOCOL_ERROR.
482 code PROTOCOL_ERROR.
588 must send a RST_STREAM to the sender with the status PROTOCOL_ERROR.
830 1 - PROTOCOL_ERROR. This is a generic error, and should only be
1150 1 - PROTOCOL_ERROR. This is a generic error, and should only be
1494 (Section 2.4.2) with the status code PROTOCOL_ERROR for the
1504 status code PROTOCOL_ERROR for the stream-id.
2154 PROTOCOL_ERROR.