Searched refs:NOTIFY (Results 1 - 25 of 27) sorted by relevance

12

/external/smack/src/org/xbill/DNS/
H A DOpcode.java25 public static final int NOTIFY = 4; field in class:Opcode
41 opcodes.add(NOTIFY, "NOTIFY");
/external/nist-sip/java/javax/sip/message/
H A DRequest.java16 String NOTIFY = "NOTIFY"; field in interface:Request
/external/lldb/source/Plugins/Process/Linux/
H A DLinuxSignals.cpp29 #define ADDSIGNAL(S, SUPPRESS, STOP, NOTIFY, DESCRIPTION) \
30 AddSignal(SIG ## S, "SIG" #S, #S, SUPPRESS, STOP, NOTIFY, DESCRIPTION)
/external/blktrace/
H A Dact_mask.c26 DECLARE_MASK_MAP(NOTIFY),
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java49 public static final String NOTIFY = Request.NOTIFY; field in interface:TokenNames
H A DParser.java89 || token.getTokenType() == NOTIFY
H A DTokenTypes.java91 public static final int NOTIFY = START + 54; field in interface:TokenTypes
H A DLexer.java107 addKeyword(TokenNames.NOTIFY, TokenTypes.NOTIFY);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.h24 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED } enumerator in enum:ikev2_responder_data::__anon33667
H A Dikev2.c386 data->state = NOTIFY;
575 data->state = NOTIFY;
714 case NOTIFY:
799 if (data->state == NOTIFY)
810 if (data->state == NOTIFY)
1234 case NOTIFY:
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.h24 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED } enumerator in enum:ikev2_responder_data::__anon33920
H A Dikev2.c386 data->state = NOTIFY;
575 data->state = NOTIFY;
714 case NOTIFY:
799 if (data->state == NOTIFY)
810 if (data->state == NOTIFY)
1234 case NOTIFY:
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.h24 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED } enumerator in enum:ikev2_responder_data::__anon34171
H A Dikev2.c386 data->state = NOTIFY;
575 data->state = NOTIFY;
714 case NOTIFY:
799 if (data->state == NOTIFY)
810 if (data->state == NOTIFY)
1234 case NOTIFY:
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java93 * Set of target refresh methods, currently: INVITE, UPDATE, SUBSCRIBE, NOTIFY, REFER
113 targetRefreshMethods.add(Request.NOTIFY);
123 putName(Request.NOTIFY);
248 if (getMethod().equals(Request.NOTIFY)) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPClientTransaction.java943 || this.getOriginalRequest().getMethod().equals(Request.NOTIFY)) {
1403 Request.NOTIFY) && defaultDialogId
H A DSIPDialog.java1369 * Creates a new dialog based on a received NOTIFY. The dialog state is initialized
1370 * appropriately. The NOTIFY differs in the From tag
1376 * @param notifyST - the ServerTransaction created for an incoming NOTIFY
1385 // The above sets d.firstTransaction to NOTIFY (ST), correct that
1406 // initialize d's route set based on the NOTIFY. Any proxies must have
2082 * The application is sending a NOTIFY before sending the response of the dialog.
2084 if (this.getLocalTag() == null && dialogRequest.getMethod().equals(Request.NOTIFY)) {
2086 throw new SipException("Trying to send NOTIFY without SUBSCRIBE Dialog!");
2692 } else if (cseqMethod.equals(Request.NOTIFY)
2737 * no subscription or dialog has been created, and no subsequent NOTIFY
[all...]
H A DSIPTransactionStack.java589 if (extensionMethod.equals(Request.NOTIFY)) {
591 stackLogger.logDebug("NOTIFY Supported Natively");
775 * Find a matching client SUBSCRIBE to the incoming notify. NOTIFY requests are matched to
779 * If a matching NOTIFY request contains a "Subscription-State" of "active" or "pending", it
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv20_context.c184 BEGIN_NV04(push, NV04_GRAPH(3D, NOTIFY), 1);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_context.c184 BEGIN_NV04(push, NV04_GRAPH(3D, NOTIFY), 1);
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java379 * receive all NOTIFY requests including those that are not part of a valid
674 || em.equalsIgnoreCase(Request.NOTIFY)
H A DSipProviderImpl.java473 if (sipRequest.getMethod().equals(Request.NOTIFY)
H A DDialogFilter.java925 * dialog- establishing message will create a dialog. All subsequent NOTIFY messages which
929 * response to the SUBSCRIBE can arrive after a matching NOTIFY has been received; such
930 * responses might not correlate to the same dialog established by the NOTIFY. Except as
935 if (dialog == null && sipRequest.getMethod().equals(Request.NOTIFY)) {
942 "PROCESSING NOTIFY DIALOG == null " + pendingSubscribeClientTx);
946 * RFC 3265: Upon receiving a NOTIFY request, the subscriber should check that it
954 * This is the case of the UAC receiving a Stray NOTIFY for which it has not
1008 "PROCESSING NOTIFY Subscribe DIALOG " + subscriptionDialog);
1046 // Found a subscrbe dialog for the NOTIFY
/external/libnl/lib/route/
H A Droute_obj.c182 PRINT_FLAG(NOTIFY);
189 PRINT_FLAG(NOTIFY);
/external/iproute2/ip/
H A Diproute.c463 PRTFL(NOTIFY, "notify");

Completed in 4687 milliseconds

12