HomeSort by relevance Sort by last modified time
    Searched full:cseq (Results 26 - 36 of 36) sorted by null

12

  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 197 addKeyword(CSeqHeader.NAME.toUpperCase(), TokenTypes.CSEQ);
TokenTypes.java 83 public static final int CSEQ = START + 46;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 386 // We need the following headers: all Vias, CSeq, Call-ID, From, To
SIPServerTransaction.java 616 // If RequestURI, To tag, From tag, CallID, CSeq number, and
634 // the CSeq method of the original request must
    [all...]
TCPMessageChannel.java 368 || hdrClass.equals(CSeq.class) || hdrClass.equals(Via.class)
TLSMessageChannel.java 348 || hdrClass.equals(CSeq.class) || hdrClass.equals(Via.class)
SIPTransactionStack.java     [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 883 CSeqHeader cseq = (CSeqHeader) request.getHeader(CSeqHeader.NAME); local
885 cseq.getSeqNumber(), transaction.getState(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 214 kAECaseSensEquals = FOUR_CHAR_CODE('cseq')
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 165 * the request against ongoing transactions. If the From tag, Call-ID, and CSeq
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 611 milliseconds

12