• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/

Lines Matching refs:call

29     int (*handler) (struct tunnel *, struct call *, void *, int);
31 taking a tunnel, call, the data,
38 extern int handle_avps (struct buffer *buf, struct tunnel *t, struct call *c);
87 extern int message_type_avp (struct tunnel *, struct call *, void *, int);
88 extern int protocol_version_avp (struct tunnel *, struct call *, void *, int);
89 extern int framing_caps_avp (struct tunnel *, struct call *, void *, int);
90 extern int bearer_caps_avp (struct tunnel *, struct call *, void *, int);
91 extern int firmware_rev_avp (struct tunnel *, struct call *, void *, int);
92 extern int hostname_avp (struct tunnel *, struct call *, void *, int);
93 extern int vendor_avp (struct tunnel *, struct call *, void *, int);
94 extern int assigned_tunnel_avp (struct tunnel *, struct call *, void *, int);
95 extern int receive_window_size_avp (struct tunnel *, struct call *, void *,
97 extern int result_code_avp (struct tunnel *, struct call *, void *, int);
98 extern int assigned_call_avp (struct tunnel *, struct call *, void *, int);
99 extern int call_serno_avp (struct tunnel *, struct call *, void *, int);
100 extern int bearer_type_avp (struct tunnel *, struct call *, void *, int);
101 extern int call_physchan_avp (struct tunnel *, struct call *, void *, int);
102 extern int dialed_number_avp (struct tunnel *, struct call *, void *, int);
103 extern int dialing_number_avp (struct tunnel *, struct call *, void *, int);
104 extern int sub_address_avp (struct tunnel *, struct call *, void *, int);
105 extern int frame_type_avp (struct tunnel *, struct call *, void *, int);
106 extern int rx_speed_avp (struct tunnel *, struct call *, void *, int);
107 extern int tx_speed_avp (struct tunnel *, struct call *, void *, int);
108 extern int packet_delay_avp (struct tunnel *, struct call *, void *, int);
109 extern int ignore_avp (struct tunnel *, struct call *, void *, int);
110 extern int seq_reqd_avp (struct tunnel *, struct call *, void *, int);
111 extern int challenge_avp (struct tunnel *, struct call *, void *, int);
112 extern int chalresp_avp (struct tunnel *, struct call *, void *, int);
113 extern int rand_vector_avp (struct tunnel *, struct call *, void *, int);
140 extern int add_minbps_avp (struct buffer *buf, int speed); /* jz: needed for outgoing call */
141 extern int add_maxbps_avp (struct buffer *buf, int speed); /* jz: needed for outgoing call */
142 extern int add_number_avp (struct buffer *buf, char *no); /* jz: needed for outgoing call */