Home
last modified time | relevance | path

Searched refs:RESPONSE (Results 1 – 25 of 39) sorted by relevance

12

/external/libese/libese-teq1/
Dteq1.c72 case S(RESYNC, RESPONSE): in teq1_pcb_to_name()
76 case S(IFS, RESPONSE): in teq1_pcb_to_name()
80 case S(ABORT, RESPONSE): in teq1_pcb_to_name()
84 case S(WTX, RESPONSE): in teq1_pcb_to_name()
281 if (rx_frame->header.PCB != S(RESYNC, RESPONSE) && in teq1_frame_error_check()
385 next_tx->header.PCB = S(WTX, RESPONSE); in teq1_rules()
394 case TEQ1_RULE(S(IFS, REQUEST), S(IFS, RESPONSE)): in teq1_rules()
404 next_tx->header.PCB = S(IFS, RESPONSE); in teq1_rules()
428 case TEQ1_RULE(S(RESYNC, REQUEST), S(RESYNC, RESPONSE)): in teq1_rules()
509 case TEQ1_RULE(S(ABORT, REQUEST), S(ABORT, RESPONSE)): in teq1_rules()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java66 public static final String RESPONSE = ParameterNames.RESPONSE; field in AuthenticationHeader
118 || name.equalsIgnoreCase(ParameterNames.RESPONSE ) in setParameter()
463 return (String) getParameterValue(ParameterNames.RESPONSE); in getResponse()
476 this.setParameter(RESPONSE, response); in setResponse()
DChallenge.java55 private static String RESPONSE = ParameterNames.RESPONSE; field in Challenge
173 return (String) authParams.getValue(RESPONSE); in getResponse()
DCredentials.java48 private static String RESPONSE = ParameterNames.RESPONSE; field in Credentials
DParameterNames.java54 public static final String RESPONSE = "response"; field
/external/scapy/scapy/layers/
Deap.py202 lambda pkt:pkt.code == EAP.RESPONSE and pkt.type == 3),
205 … lambda pkt: pkt.code == EAP.RESPONSE and hasattr(pkt, 'type') and pkt.type == 1),
219 RESPONSE = 2 variable in EAP
257 elif self.code == self.RESPONSE:
261 elif other.code == self.RESPONSE:
269 if self.type == 1 and self.code == EAP.RESPONSE:
/external/iptables/extensions/
Dlibxt_dccp.t21 -p dccp -m dccp --dccp-types REQUEST,RESPONSE,DATA,ACK,DATAACK,CLOSEREQ,CLOSE,RESET,SYNC,SYNCACK,IN…
22 -p dccp -m dccp ! --dccp-types REQUEST,RESPONSE,DATA,ACK,DATAACK,CLOSEREQ,CLOSE,RESET,SYNC,SYNCACK,…
Dlibxt_dccp.man9 .BR "REQUEST RESPONSE DATA ACK DATAACK CLOSEREQ CLOSE RESET SYNC SYNCACK INVALID" .
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer_usage.txt29 …Current state: WLAN PROBE REQUEST. Next state: WLAN PROBE RESPONSE. Packet number: 74, Data rate: …
31 State Machine halted at WLAN PROBE RESPONSE state!
/external/ltp/
Dltpmenu187 7 70 || RESPONSE=$?
188 case $RESPONSE in
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
Dcygrpc_test.py180 RESPONSE = b'his name is robert paulson'
248 cygrpc.SendMessageOperation(RESPONSE, _EMPTY_FLAGS),
272 self.assertEqual(RESPONSE, client_result.message())
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.h77 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
Dcpp_service.cc193 GenerateGetPrototype(RESPONSE, printer); in GenerateImplementation()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc98 GenerateGetPrototype(RESPONSE, printer); in Generate()
169 GenerateGetPrototype(RESPONSE, printer); in GenerateNewReflectiveBlockingServiceMethod()
Djava_service.h65 enum RequestOrResponse { REQUEST, RESPONSE }; enumerator
/external/oauth/core/src/main/java/net/oauth/
DOAuthProblemException.java59 Object response = getParameters().get(HttpMessage.RESPONSE); in getMessage()
/external/oauth/core/src/main/java/net/oauth/http/
DHttpMessage.java150 public static final String RESPONSE = "HTTP response"; field in HttpMessage
/external/oauth/core/src/main/java/net/oauth/client/
DURLConnectionResponse.java132 into.put(HttpMessage.RESPONSE, response.toString()); in dump()
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
DHttpMethodResponse.java134 into.put(HttpMessage.RESPONSE, response.toString()); in dump()
/external/python/httplib2/python3/
DREADME11 ** THE RESPONSE HEADERS ARE STRINGS, BUT THE CONTENT BODY IS BYTES **
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.c488 SM_STATE(BE_AUTH, RESPONSE) in SM_STATE() argument
490 SM_ENTRY_MA(BE_AUTH, RESPONSE, be_auth); in SM_STATE()
558 SM_ENTER(BE_AUTH, RESPONSE); in SM_STEP()
599 SM_ENTER(BE_AUTH, RESPONSE); in SM_STEP()
/external/grpc-grpc-java/services/src/main/proto/grpc/binlog/v1alpha/
Dbinarylog.proto100 // Message payload, used by REQUEST and RESPONSE
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c480 SM_STATE(SUPP_BE, RESPONSE) in SM_STATE() argument
482 SM_ENTRY(SUPP_BE, RESPONSE); in SM_STATE()
605 SM_ENTER(SUPP_BE, RESPONSE); in SM_STEP()
/external/python/google-api-python-client/tests/
Dtest_http.py665 RESPONSE = """HTTP/1.1 200 OK variable
1169 resp, content = batch._deserialize_response(RESPONSE)
/external/libmtp/
DREADME457 RESPONSE:
475 and "RESPONSE" (0x0003).
500 * This RESPONSE has:

12