Searched refs:add_callid_avp (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Davp.h132 extern int add_callid_avp (struct buffer *, _u16, struct tunnel *);
134 extern int add_callid_avp (struct buffer *, _u16);
H A Davpsend.c194 int add_callid_avp (struct buffer *buf, _u16 callid, struct tunnel *t) function
197 int add_callid_avp (struct buffer *buf, _u16 callid)
H A Dcontrol.c304 add_callid_avp (buf, c->ourcid, t);
306 add_callid_avp (buf, c->ourcid);
342 add_callid_avp (buf, c->ourcid, t);
344 add_callid_avp (buf, c->ourcid);
774 add_callid_avp (buf, p->ourcid, t);
776 add_callid_avp (buf, p->ourcid);
H A Dcall.c372 add_callid_avp (buf, c->ourcid, c->container);
374 add_callid_avp (buf, c->ourcid);

Completed in 105 milliseconds