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

12

/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp_gre.h9 void pptp_gre_copy(u_int16_t call_id, u_int16_t peer_call_id,
H A Dpptp_msg.h131 u_int16_t call_id; /* Call ID (unique id used to multiplex data) */ member in struct:pptp_out_call_rqst
147 u_int16_t call_id; /* Call ID (used to multiplex data over tunnel)*/ member in struct:pptp_out_call_rply
148 u_int16_t call_id_peer; /* Peer's Call ID (call_id of pptp_out_call_rqst)*/
160 u_int16_t call_id; /* Call ID (unique id used to multiplex data) */ member in struct:pptp_in_call_rqst
173 u_int16_t call_id; /* Call ID (used to multiplex data over tunnel)*/ member in struct:pptp_in_call_rply
174 u_int16_t call_id_peer; /* Peer's Call ID (call_id of pptp_out_call_rqst)*/
184 u_int16_t call_id_peer; /* Peer's Call ID (call_id of pptp_out_call_rqst)*/
194 u_int16_t call_id; /* Call ID (used to multiplex data over tunnel)*/ member in struct:pptp_call_clear_rqst
200 u_int16_t call_id; /* Call ID (used to multiplex data over tunnel)*/ member in struct:pptp_call_clear_ntfy
210 u_int16_t call_id_peer; /* Peer's Call ID (call_id o
297 u_int16_t call_id; /* peer's call_id for this session */ member in struct:pptp_gre_header
[all...]
H A Dpptp_ctrl.c100 u_int16_t call_id, peer_call_id; member in struct:PPTP_CALL
337 0,0, /*call_id, sernum */
353 call->call_id = (u_int16_t) i;
357 packet.call_id = htons(call->call_id);
392 assert(vector_contains(conn->call, call->call_id));
396 rqst.call_id = hton16(call->call_id);
410 assert(vector_contains(conn->call, call->call_id));
414 vector_remove(conn->call, call->call_id);
984 pptp_call_get_ids(PPTP_CONN * conn, PPTP_CALL * call, u_int16_t * call_id, u_int16_t * peer_call_id) argument
[all...]
H A Dpptp_ctrl.h47 u_int16_t * call_id, u_int16_t * peer_call_id);
H A Dpptp.c71 u_int16_t *call_id, u_int16_t *peer_call_id);
162 u_int16_t call_id, peer_call_id; local
349 &call_id, &peer_call_id) < 0);
384 pptp_gre_copy(call_id, peer_call_id, pty_fd, gre_fd);
478 u_int16_t *call_id, u_int16_t *peer_call_id)
507 *call_id = m_call_id;
477 get_call_id(int sock, pid_t gre, pid_t pppd, u_int16_t *call_id, u_int16_t *peer_call_id) argument
H A Dpptp_callmgr.c61 u_int16_t call_id[2]; local
64 /* okey dokey. This means that the call_id and peer_call_id are
68 pptp_call_get_ids(conn, call, &call_id[0], &call_id[1]);
69 write(lci->unix_sock, &call_id, sizeof(call_id));
H A Dpptp_gre.c102 void pptp_gre_copy(u_int16_t call_id, u_int16_t peer_call_id, argument
106 pptp_gre_call_id = call_id;
458 header.call_id = hton16(pptp_gre_peer_call_id);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_ctrl.h28 PPTP_CALL * pptp_call_open(PPTP_CONN * conn, int call_id,
47 u_int16_t * call_id, u_int16_t * peer_call_id);
H A Dpptp.c81 static int open_callmgr(int call_id,struct in_addr inetaddr, char *phonenr,int window);
178 src_addr.sa_addr.pptp.call_id=0;
182 dst_addr.sa_addr.pptp.call_id=0;
198 call_ID=src_addr.sa_addr.pptp.call_id;
204 callmgr_sock = open_callmgr(src_addr.sa_addr.pptp.call_id,dst_addr.sa_addr.pptp.sin_addr, pptp_phone,50);
211 } while (get_call_id(callmgr_sock, getpid(), getpid(), &dst_addr.sa_addr.pptp.call_id) < 0);
244 static int open_callmgr(int call_id,struct in_addr inetaddr, char *phonenr,int window) argument
279 launch_callmgr(call_id,inetaddr, phonenr,window);
301 static void launch_callmgr(int call_id,struct in_addr inetaddr, char *phonenr,int window) argument
305 char *my_argv[9] = { "pptp", inet_ntoa(inetaddr), "--call_id",cal
[all...]
H A Dpptp_ctrl.c99 u_int16_t call_id, peer_call_id; member in struct:PPTP_CALL
324 PPTP_CALL * pptp_call_open(PPTP_CONN * conn, int call_id,pptp_call_cb callback, argument
332 0,0, /*call_id, sernum */
340 if (!call_id && !vector_scan(conn->call, 0, PPTP_MAX_CHANNELS - 1, &call_id))
348 call->call_id = (u_int16_t) call_id;
352 packet.call_id = htons(call->call_id);
372 vector_insert(conn->call, call_id, cal
988 pptp_call_get_ids(PPTP_CONN * conn, PPTP_CALL * call, u_int16_t * call_id, u_int16_t * peer_call_id) argument
[all...]
H A Dpptp_msg.h131 u_int16_t call_id; /* Call ID (unique id used to multiplex data) */ member in struct:pptp_out_call_rqst
147 u_int16_t call_id; /* Call ID (used to multiplex data over tunnel)*/ member in struct:pptp_out_call_rply
148 u_int16_t call_id_peer; /* Peer's Call ID (call_id of pptp_out_call_rqst)*/
160 u_int16_t call_id; /* Call ID (unique id used to multiplex data) */ member in struct:pptp_in_call_rqst
173 u_int16_t call_id; /* Call ID (used to multiplex data over tunnel)*/ member in struct:pptp_in_call_rply
174 u_int16_t call_id_peer; /* Peer's Call ID (call_id of pptp_out_call_rqst)*/
184 u_int16_t call_id_peer; /* Peer's Call ID (call_id of pptp_out_call_rqst)*/
194 u_int16_t call_id; /* Call ID (used to multiplex data over tunnel)*/ member in struct:pptp_call_clear_rqst
200 u_int16_t call_id; /* Call ID (used to multiplex data over tunnel)*/ member in struct:pptp_call_clear_ntfy
210 u_int16_t call_id_peer; /* Peer's Call ID (call_id o
297 u_int16_t call_id; /* peer's call_id for this session */ member in struct:pptp_gre_header
[all...]
H A Dpptp_callmgr.c63 u_int16_t call_id[2]; local
66 /* okey dokey. This means that the call_id and peer_call_id are
70 pptp_call_get_ids(conn, call, &call_id[0], &call_id[1]);
71 write(lci->unix_sock, &call_id, sizeof(call_id));
118 //int volatile call_id=0;
128 else if (strcmp(argv[i],"--call_id")==0 && i+1<argc) call_ID=atoi(argv[++i]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpptp.c240 u16 call_id; /* peer's call_id for this session */ member in struct:pptp_gre_header
248 static struct pppox_sock * lookup_chan(u16 call_id, u32 s_addr) argument
250 static struct pppox_sock * lookup_chan(u16 call_id, __be32 s_addr)
258 sock = rcu_dereference(callid_sock[call_id]);
261 sock = callid_sock[call_id];
278 static int lookup_chan_dst(u16 call_id, u32 d_addr) argument
280 static int lookup_chan_dst(u16 call_id, __be32 d_addr)
302 if (opt->dst_addr.call_id == call_id
315 static int call_id=0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_conntrack_proto_gre.h61 __u16 call_id; /* peer's call_id for this session */ member in struct:gre_hdr_pptp
H A Dip_conntrack_pptp.h307 __u16 call_id; member in struct:pptp_priv_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_conntrack_proto_gre.h61 __u16 call_id; /* peer's call_id for this session */ member in struct:gre_hdr_pptp
H A Dip_conntrack_pptp.h307 __u16 call_id; member in struct:pptp_priv_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_pppox.h54 __u16 call_id; member in struct:pptp_addr
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/linux/
H A Dif_pppox.h52 __u16 call_id; member in struct:pptp_addr
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_dce.h135 uint32 call_id; /* call identifier. matches 12th uint32 of incoming RPC data. */ member in struct:rpc_hdr_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_proto_gre.c146 DEBUGP("call_id -> 0x%04x\n",
148 pgreh->call_id = htons(ntohl(manip->u.gre.key));
H A Dip_conntrack_proto_gre.c207 tuple->dst.u.gre.key = htonl(ntohs(pgrehdr->call_id));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_proto_gre.c133 DEBUGP("call_id -> 0x%04x\n",
135 pgreh->call_id = htons(ntohl(manip->u.gre.key));
H A Dip_conntrack_proto_gre.c178 tuple->dst.u.gre.key = htonl(ntohs(pgrehdr->call_id));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_rpc.c186 uint32 call_id, int data_len, int auth_len)
198 hdr->call_id = call_id; /* call identifier - match incoming RPC */
250 if(!prs_uint32("call_id ", ps, depth, &rpc->call_id))
185 init_rpc_hdr(RPC_HDR *hdr, enum RPC_PKT_TYPE pkt_type, uint8 flags, uint32 call_id, int data_len, int auth_len) argument

Completed in 112 milliseconds

12