Searched refs:l2tp_call (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.sbin/npppd/l2tp/ |
H A D | l2tp_call.c | 79 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 D | l2tp.h | 442 } 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 D | l2tp_ctrl.c | 370 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 D | l2tpd.c | 222 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 D | npppd_ctl.c | 326 l2tp_call *l2tp; in npppd_ppp_get_pipex_stat() 354 l2tp = (l2tp_call *)ppp->phy_context; in npppd_ppp_get_pipex_stat()
|
H A D | Makefile | 22 SRCS+= l2tp_call.c l2tp_ctrl.c l2tp_subr.c l2tpd.c
|
H A D | npppd.c | 1052 l2tp_call *l2tp; in npppd_ppp_pipex_enable() 1119 l2tp = (l2tp_call *)ppp->phy_context; in npppd_ppp_pipex_enable() 1198 l2tp_call *l2tp; in npppd_ppp_pipex_disable() 1227 l2tp = (l2tp_call *)ppp->phy_context; in npppd_ppp_pipex_disable()
|
H A D | npppd_radius.c | 490 l2tp_call *call = call0; in l2tp_put_tunnel_attributes()
|