Searched refs:call_id (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/test/core/end2end/tests/ |
D | resource_quota_server.cc | 246 int call_id = ev_tag - CLIENT_BASE_TAG; in resource_quota_server() local 247 GPR_ASSERT(call_id >= 0); in resource_quota_server() 248 GPR_ASSERT(call_id < NUM_CALLS); in resource_quota_server() 249 switch (status[call_id]) { in resource_quota_server() 262 gpr_log(GPR_ERROR, "Unexpected status code: %d", status[call_id]); in resource_quota_server() 267 grpc_metadata_array_destroy(&initial_metadata_recv[call_id]); in resource_quota_server() 268 grpc_metadata_array_destroy(&trailing_metadata_recv[call_id]); in resource_quota_server() 269 grpc_call_unref(client_calls[call_id]); in resource_quota_server() 270 grpc_slice_unref(details[call_id]); in resource_quota_server() 271 grpc_byte_buffer_destroy(request_payload[call_id]); in resource_quota_server() [all …]
|
D | load_reporting_hook.cc | 43 intptr_t call_id; member
|
/external/tcpdump/ |
D | print-pptp.c | 142 uint16_t call_id; member 157 uint16_t call_id; member 169 uint16_t call_id; member 181 uint16_t call_id; member 200 uint16_t call_id; member 205 uint16_t call_id; member 298 const uint16_t *call_id) in pptp_call_id_print() argument 300 ND_PRINT((ndo, " CALL_ID(%u)", EXTRACT_16BITS(call_id))); in pptp_call_id_print() 670 ND_TCHECK(ptr->call_id); in pptp_ocrq_print() 671 pptp_call_id_print(ndo, &ptr->call_id); in pptp_ocrq_print() [all …]
|
/external/scapy/test/ |
D | pptp.uts | 43 assert gre_pptp.call_id == 39925 601 outgoing_call = PPTPOutgoingCallRequest(call_id=4242, call_serial_number=47, 620 assert outgoing_call_pkt.call_id == 4242 634 outgoing_call_reply = PPTPOutgoingCallReply(call_id=4243, peer_call_id=4242, 647 assert outgoing_call_reply_pkt.call_id == 4243 657 outgoing_call_request = PPTPOutgoingCallRequest(call_id=4242) 662 outgoing_call_request_incorrect = PPTPOutgoingCallRequest(call_id=5656) 669 incoming_call = PPTPIncomingCallRequest(call_id=4242, call_serial_number=47, bearer_type='Digital c… 686 assert incoming_call_pkt.call_id == 4242 698 incoming_call_reply = PPTPIncomingCallReply(call_id=4243, peer_call_id=4242, result_code='Connected… [all …]
|
/external/scapy/scapy/layers/ |
D | pptp.py | 254 return isinstance(other, PPTPOutgoingCallRequest) and other.call_id == self.peer_call_id 291 return isinstance(other, PPTPIncomingCallRequest) and other.call_id == self.peer_call_id 309 return isinstance(other, PPTPIncomingCallReply) and other.call_id == self.peer_call_id
|
/external/grpc-grpc-java/services/src/main/proto/grpc/binlog/v1alpha/ |
D | binarylog.proto | 51 // will share the same call_id. 128 bits split into 2 64-bit parts. 52 Uint128 call_id = 3; field 156 // Used to record call_id.
|
/external/kernel-headers/original/uapi/linux/ |
D | if_pppox.h | 53 __u16 call_id; member
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.h | 326 ushort call_id; member
|
D | u_threaded_context.c | 96 execute_func[iter->call_id](pipe, &iter->payload); in tc_batch_execute() 150 call->call_id = id; in tc_add_sized_call()
|
/external/mtpd/ |
D | pptp.c | 394 src.sa_addr.pptp.call_id = ntohs(local); in create_pppox_pptp() 399 dst.sa_addr.pptp.call_id = ntohs(remote); in create_pppox_pptp()
|
/external/syzkaller/sys/linux/ |
D | socket_pppox.txt | 126 call_id pptp_call_id
|