Home
last modified time | relevance | path

Searched refs:l2tp_call (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tp_call.c79 l2tp_call *
82 l2tp_call *_this; in l2tp_call_create()
94 memset(_this, 0, sizeof(l2tp_call)); in l2tp_call_init()
129 l2tp_call_drop(l2tp_call *_this) in l2tp_call_drop()
169 l2tp_call *call; in l2tp_call_recv_packet()
393 l2tp_call_send_ICRP(l2tp_call *_this) in l2tp_call_send_ICRP()
826 l2tp_call_send_ZLB(l2tp_call *_this) in l2tp_call_send_ZLB()
864 l2tp_call_state_string(l2tp_call *_this) in l2tp_call_state_string()
906 l2tp_call *_this; in l2tp_call_ppp_output()
931 l2tp_call *_this; in l2tp_call_closed_by_ppp()
[all …]
H A Dl2tp.h442 } l2tp_call; typedef
448 l2tp_call *l2tp_call_create (void);
449 int l2tp_call_init (l2tp_call *, l2tp_ctrl *);
450 void l2tp_call_destroy (l2tp_call *, int);
451 void l2tp_call_admin_disconnect(l2tp_call *);
452 void l2tp_call_drop (l2tp_call *);
453 int l2tp_call_recv_packet (l2tp_ctrl *, l2tp_call *, int, u_char *, int);
454 void l2tp_call_ppp_input (l2tp_call *, u_char *, int, int);
466 int l2tpd_assign_call (l2tpd *, l2tp_call *);
467 void l2tpd_release_call (l2tpd *, l2tp_call *);
H A Dl2tp_ctrl.c370 l2tp_call *call; in l2tp_ctrl_timeout()
558 l2tp_call *call; in l2tp_ctrl_destroy_all_calls()
574 l2tp_call *call; in l2tp_ctrl_disconnect_all_calls()
636 l2tp_call *call; in l2tp_ctrl_input()
H A Dl2tpd.c222 l2tpd_assign_call(l2tpd *_this, l2tp_call *call) in l2tpd_assign_call()
253 l2tpd_release_call(l2tpd *_this, l2tp_call *call) in l2tpd_release_call()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_ctl.c326 l2tp_call *l2tp; in npppd_ppp_get_pipex_stat()
354 l2tp = (l2tp_call *)ppp->phy_context; in npppd_ppp_get_pipex_stat()
H A DMakefile22 SRCS+= l2tp_call.c l2tp_ctrl.c l2tp_subr.c l2tpd.c
H A Dnpppd_radius.c436 l2tp_call *call = call0; in l2tp_put_tunnel_attributes()
H A Dnpppd.c1048 l2tp_call *l2tp; in npppd_ppp_pipex_enable()
1115 l2tp = (l2tp_call *)ppp->phy_context; in npppd_ppp_pipex_enable()
1194 l2tp_call *l2tp; in npppd_ppp_pipex_disable()
1223 l2tp = (l2tp_call *)ppp->phy_context; in npppd_ppp_pipex_disable()