pptp_call
pptp_call *call;
call = (pptp_call *)ppp->phy_context;
pptp_call *call;
call = (pptp_call *)ppp->phy_context;
pptp_call *pptp;
pptp = (pptp_call *)ppp->phy_context;
pptp_call *call = call0;
int pptpd_assign_call (pptpd *, pptp_call *);
void pptpd_release_call (pptpd *, pptp_call *);
pptp_call *pptp_call_create (void);
int pptp_call_init (pptp_call *, pptp_ctrl *);
int pptp_call_start (pptp_call *);
int pptp_call_stop (pptp_call *);
void pptp_call_destroy (pptp_call *);
void pptp_call_input (pptp_call *, int, u_char *, int);
void pptp_call_gre_input (pptp_call *, uint32_t, uint32_t, int, u_char *, int);
void pptp_call_disconnect(pptp_call *, int, int, const char *);
pptp_call *
pptp_call *_this;
if ((_this = malloc(sizeof(pptp_call))) == NULL)
pptp_call_init(pptp_call *_this, pptp_ctrl *ctrl)
memset(_this, 0, sizeof(pptp_call));
pptp_call_start(pptp_call *_this)
pptp_call_stop(pptp_call *_this)
pptp_call_destroy(pptp_call *_this)
pptp_call_disconnect(pptp_call *_this, int result, int error, const char *
pptp_call_input(pptp_call *_this, int mes_type, u_char *pkt, int lpkt)
pptp_call_recv_SLI(pptp_call *_this, u_char *pkt, int lpkt)
pptp_call_send_SLI(pptp_call *_this)
pptp_call_recv_CCR(pptp_call *_this, u_char *pkt, int lpkt)
pptp_call_send_CDN(pptp_call *_this, int result, int error, int cause,
pptp_call_send_OCRP(pptp_call *_this, int result, int error, int cause)
pptp_call_recv_OCRQ(pptp_call *_this, u_char *pkt, int lpkt)
pptp_call_gre_input(pptp_call *_this, uint32_t seq, uint32_t ack,
pptp_call_gre_output(pptp_call *_this, int fseq, int fack, u_char *pkt,
pptp_call_notify_down(pptp_call *_this)
pptp_call_ppp_input(pptp_call *_this, u_char *pkt, int pktlen, int delayed)
static void pptp_call_log (pptp_call *, int, const char *, ...) __printflike(3,4);
pptp_call *_this;
static void pptp_call_notify_down (pptp_call *);
pptp_call *_this;
static int pptp_call_recv_SLI (pptp_call *, u_char *, int);
static int pptp_call_recv_CCR (pptp_call *, u_char *, int);
pptp_call_bind_ppp(pptp_call *_this)
static int pptp_call_recv_OCRQ (pptp_call *, u_char *, int);
static void pptp_call_send_CDN (pptp_call *, int, int, int, const char *);
static int pptp_call_send_OCRP (pptp_call *, int, int, int);
static int pptp_call_gre_output (pptp_call *, int, int, u_char *, int);
static int pptp_call_bind_ppp (pptp_call *);
pptp_call_log(pptp_call *_this, int prio, const char *fmt, ...)
static void pptp_call_log (pptp_call *, int, const char *, ...);
static void pptp_call_ppp_input (pptp_call *, unsigned char *, int, int);
pptp_call *call;
pptp_call *call;
pptp_call *call;
pptp_call *call;
pptpd_assign_call(pptpd *_this, pptp_call *call)
pptpd_release_call(pptpd *_this, pptp_call *call)
pptp_call *call;