Searched refs:call_id (Results 1 - 9 of 9) sorted by relevance

/external/tcpdump/
H A Dprint-pptp.c148 u_int16_t call_id; member in struct:pptp_msg_ocrq
163 u_int16_t call_id; member in struct:pptp_msg_ocrp
175 u_int16_t call_id; member in struct:pptp_msg_icrq
187 u_int16_t call_id; member in struct:pptp_msg_icrp
206 u_int16_t call_id; member in struct:pptp_msg_ccrq
211 u_int16_t call_id; member in struct:pptp_msg_cdn
244 6 u_int16_t call_id;
313 pptp_call_id_print(const u_int16_t *call_id) argument
315 printf(" CALL_ID(%u)", EXTRACT_16BITS(call_id));
733 TCHECK(ptr->call_id);
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dif_pppox.h49 __u16 call_id; member in struct:pptp_addr
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_delegate.h131 virtual void EvaluateInWebInspector(long call_id,
H A Dtest_runner.h491 void EvaluateInWebInspector(int call_id, const std::string& script);
H A Dtest_runner.cc262 void EvaluateInWebInspector(int call_id, const std::string& script);
1235 void TestRunnerBindings::EvaluateInWebInspector(int call_id, argument
1238 runner_->EvaluateInWebInspector(call_id, script);
2698 void TestRunner::EvaluateInWebInspector(int call_id, argument
2700 delegate_->EvaluateInWebInspector(call_id, script);
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.h92 virtual void EvaluateInWebInspector(long call_id,
H A Dwebkit_test_runner.cc399 void WebKitTestRunner::EvaluateInWebInspector(long call_id, argument
403 agent->evaluateInWebInspector(call_id, WebString::fromUTF8(script));
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.h284 void SwitchToCall(uint32 call_id);
H A Dcallclient.cc112 " switch [call_id] Switch to the specified call\n"
157 " switch [call_id] Switch to the specified call\n"
992 void CallClient::SwitchToCall(uint32 call_id) { argument
995 calls.find(call_id);
1000 console_->PrintLine("Unable to find call: %d", call_id);

Completed in 192 milliseconds