• 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

112 void wrong_length (struct call *c, char *field, int expected, int found,
131 int message_type_avp (struct tunnel *t, struct call *c, void *data,
172 "%s: attempting to negotiate tunnel inside a call!\n",
227 "%s: attempting to negotiate ICRQ on a call!\n",
312 struct call *tmp;
316 log (LOG_DEBUG, "%s: new incoming call\n", __FUNCTION__);
321 log (LOG_WARN, "%s: unable to create new call\n", __FUNCTION__);
329 * be the most recent call being negotiated?
337 int rand_vector_avp (struct tunnel *t, struct call *c, void *data,
370 int ignore_avp (struct tunnel *t, struct call *c, void *data, int datalen)
391 int seq_reqd_avp (struct tunnel *t, struct call *c, void *data, int datalen)
427 int result_code_avp (struct tunnel *t, struct call *c, void *data,
507 int protocol_version_avp (struct tunnel *t, struct call *c, void *data,
554 int framing_caps_avp (struct tunnel *t, struct call *c, void *data,
602 int bearer_caps_avp (struct tunnel *t, struct call *c, void *data,
657 int firmware_rev_avp (struct tunnel *t, struct call *c, void *data,
704 int bearer_type_avp (struct tunnel *t, struct call *c, void *data,
708 * What kind of bearer channel is the call on?
751 int frame_type_avp (struct tunnel *t, struct call *c, void *data, int datalen)
754 * What kind of frame channel is the call on?
798 int hostname_avp (struct tunnel *t, struct call *c, void *data, int datalen)
851 int dialing_number_avp (struct tunnel *t, struct call *c, void *data,
905 int dialed_number_avp (struct tunnel *t, struct call *c, void *data,
960 int sub_address_avp (struct tunnel *t, struct call *c, void *data,
1015 int vendor_avp (struct tunnel *t, struct call *c, void *data, int datalen)
1067 int challenge_avp (struct tunnel *t, struct call *c, void *data, int datalen)
1125 int chalresp_avp (struct tunnel *t, struct call *c, void *data, int datalen)
1175 int assigned_tunnel_avp (struct tunnel *t, struct call *c, void *data,
1228 int assigned_call_avp (struct tunnel *t, struct call *c, void *data,
1250 "%s: call ID not appropriate for message %s. Ignoring.\n",
1290 "%s: using peer's call %d\n", __FUNCTION__, ntohs (raw[3]));
1295 int packet_delay_avp (struct tunnel *t, struct call *c, void *data,
1343 int call_serno_avp (struct tunnel *t, struct call *c, void *data, int datalen)
1346 * What is the serial number of the call?
1361 "%s: call ID not appropriate for message %s. Ignoring.\n",
1395 int rx_speed_avp (struct tunnel *t, struct call *c, void *data, int datalen)
1398 * What is the received baud rate of the call?
1440 int tx_speed_avp (struct tunnel *t, struct call *c, void *data, int datalen)
1443 * What is the tranmsit baud rate of the call?
1484 int call_physchan_avp (struct tunnel *t, struct call *c, void *data,
1532 int receive_window_size_avp (struct tunnel *t, struct call *c, void *data,
1585 int handle_avps (struct buffer *buf, struct tunnel *t, struct call *c)
1600 log (LOG_DEBUG, "%s: handling avp's for tunnel %d, call %d\n",
1613 (c != t->self) ? "call" : "tunnel");
1727 (c != t->self) ? "call" : "tunnel");