HomeSort by relevance Sort by last modified time
    Searched refs:call_id (Results 1 - 4 of 4) 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...]
  /bionic/libc/tools/
bionic_utils.py 188 return type func_name[:syscall_name[:call_id]] ( [paramlist] ) (syscall_number[,syscall_number_x86])|stub
208 call_id = -1
218 # now find if there is a call_id for a dispatch-type syscall
229 call_id = int(syscall_func[pos_colon2+1:])
270 if call_id == -1:
277 print "%s(%d): %d,%d,%d" % (syscall_name, call_id, syscall_arm, syscall_x86, syscall_mips)
279 print "%s(%d): %d" % (syscall_name, call_id, syscall_common)
285 "cid" : call_id,
  /bionic/libc/kernel/common/linux/
if_pppox.h 41 __be16 call_id; member in struct:pptp_addr
  /external/kernel-headers/original/linux/
if_pppox.h 55 __be16 call_id; member in struct:pptp_addr

Completed in 221 milliseconds