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

/macosx-10.10.1/tcpdump-61/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...]
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubystdfunctors.swg90 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));
/macosx-10.10.1/ppp-786.1.1/Drivers/PPTP/PPTP-plugin/
H A Dpptp.h131 u_int16_t call_id; member in struct:pptp_outgoing_call_request
147 u_int16_t call_id; member in struct:pptp_outgoing_call_reply
160 u_int16_t call_id; member in struct:pptp_call_clear_request
H A Dpptp.c239 out_req.call_id = htons(ourcallid);
267 *peercallid = ntohs(out_reply.call_id);
321 *peercallid = ntohs(out_req.call_id);
327 out_reply.call_id = htons(ourcallid);
/macosx-10.10.1/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_rfc.c60 u_int16_t call_id; member in struct:pptp_gre
95 u_int16_t call_id; /* our session id */ member in struct:pptp_rfc
270 p->call_id = htons(rfc->peer_call_id);
420 p.call_id = htons(rfc->peer_call_id);
491 rfc->call_id = *(u_int16_t *)cmddata;
557 //IOLog("handle_data, rfc = %p, from 0x%x, known peer address = 0x%x, our callid = 0x%x, target callid = 0x%x\n", rfc, from, rfc->peer_address, rfc->call_id, ntohs(p->call_id));
562 if (!((rfc->call_id == ntohs(p->call_id))
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c435 (sk)->lan.xport.call_id != (sk)->gwy.xport.call_id)
564 u_int16_t call_id; member in struct:pf_pptp_ctrl_call_out_req
577 u_int16_t call_id; member in struct:pf_pptp_ctrl_call_out_rpy
590 u_int16_t call_id; member in struct:pf_pptp_ctrl_call_in_1st
603 u_int16_t call_id; member in struct:pf_pptp_ctrl_call_in_2nd
614 u_int16_t call_id; member in struct:pf_pptp_ctrl_call_in_3rd
624 u_int16_t call_id; member in struct:pf_pptp_ctrl_call_clr
630 u_int16_t call_id; member in struct:pf_pptp_ctrl_call_disc
735 u_int16_t call_id; member in struct:pf_grev1_hdr
5696 u_int16_t call_id = 0; local
[all...]
H A Dpfvar.h291 u_int16_t call_id; member in union:pf_rule_xport
916 u_int16_t call_id; member in union:pf_state_xport
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcnpkt.h101 ("PACKET: type->%s flags->%x drep->%02x%02x%02x%02x frag_len->%d auth_len->%d call_id->%x\n",\
527 unsigned32 call_id; /* 12:04 call identifier */
1031 #define RPC_CN_PKT_CALL_ID(pkt_p) (RPC_CN_HDR_BIND(pkt_p).hdr.common_hdr.call_id)
1116 unsigned32 /* call_id */,
523 unsigned32 call_id; /* 12:04 call identifier */ member in struct:__anon7936
H A Dcnassoc.c2589 ** call_id The call id of the presentation context being looked up.
2615 unsigned32 call_id,
2637 if ((*pres_context)->syntax_call_id == call_id)
2648 ("CN: call_rep->%p assoc->%p desc->%p presentation context for call id given not found call_id->%x\n",
2652 call_id));
2763 ** call_id The call ID of the security context being looked up.
2788 unsigned32 call_id,
2811 if (sec_context->sec_last_call_id == call_id)
2824 ("CN: call_rep->%p assoc->%p desc->%p no matching security context element for call id call_id->%x\n",
2828 call_id));
2593 rpc__cn_assoc_syntax_lkup_by_cl( rpc_cn_assoc_p_t assoc, unsigned32 call_id, rpc_cn_syntax_p_t *pres_context, unsigned32 *st ) argument
2764 rpc__cn_assoc_sec_lkup_by_cl( rpc_cn_assoc_p_t assoc, unsigned32 call_id, rpc_cn_sec_context_p_t *sec, unsigned32 *st ) argument
[all...]
H A Dcnpkt.c123 0 /* call_id */
1092 ** call_id call identifier
1116 unsigned32 call_id,
1133 RPC_CN_PKT_CALL_ID (pkt_p) = call_id;
1101 rpc__cn_pkt_format_common( rpc_cn_packet_p_t pkt_p, unsigned32 ptype, unsigned32 flags, unsigned32 frag_len, unsigned32 auth_len, unsigned32 call_id, unsigned8 minor_version ) argument

Completed in 175 milliseconds