Home
last modified time | relevance | path

Searched refs:l2tpd_get_ctrl (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tp.h471 l2tp_ctrl *l2tpd_get_ctrl (l2tpd *, u_int);
H A Dl2tp_ctrl.c141 if (l2tpd_get_ctrl(_l2tpd, tunid) == NULL) in l2tp_ctrl_init()
720 ctrl = l2tpd_get_ctrl(_this, hdr.tunnel_id); in l2tp_ctrl_input()
H A Dl2tpd.c669 l2tpd_get_ctrl(l2tpd *_this, unsigned tunid) function