HomeSort by relevance Sort by last modified time
    Searched refs:call_id (Results 1 - 18 of 18) sorted by null

  /external/tcpdump/
print-pptp.c 148 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)
315 printf(" CALL_ID(%u)", EXTRACT_16BITS(call_id));
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystdfunctors.swg 90 static ID call_id = rb_intern("call");
102 VALUE res = rb_funcall( _obj, swig::call_id, 2, arg1, arg2);
121 VALUE res = rb_funcall( _obj, swig::call_id, 2, arg1, arg2);
138 VALUE res = rb_funcall( _obj, swig::call_id, 1, arg1);
152 VALUE res = rb_funcall( _obj, swig::call_id, 1, VALUE(arg1));
  /bionic/libc/kernel/uapi/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /development/ndk/platforms/android-L/include/linux/
if_pppox.h 44 __be16 call_id; member in struct:pptp_addr
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 49 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
if_pppox.h 41 __u16 call_id; member in struct:pptp_addr
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_delegate.h 131 virtual void EvaluateInWebInspector(long call_id,
test_runner.h 491 void EvaluateInWebInspector(int call_id, const std::string& script);
test_runner.cc 262 void EvaluateInWebInspector(int call_id, const std::string& script);
    [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.h 92 virtual void EvaluateInWebInspector(long call_id,
webkit_test_runner.cc 399 void WebKitTestRunner::EvaluateInWebInspector(long call_id,
403 agent->evaluateInWebInspector(call_id, WebString::fromUTF8(script));
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h 284 void SwitchToCall(uint32 call_id);
callclient.cc 112 " switch [call_id] Switch to the specified call\n"
157 " switch [call_id] Switch to the specified call\n"
    [all...]

Completed in 790 milliseconds