version 1.1.1.1, 2013/07/22 08:44:29
|
version 1.1.1.2, 2016/11/01 09:56:12
|
Line 396 extern int ppp_l2tp_ctrl_get_self_name(struct ppp_l2tp
|
Line 396 extern int ppp_l2tp_ctrl_get_self_name(struct ppp_l2tp
|
void *buf, size_t buf_len); |
void *buf, size_t buf_len); |
extern int ppp_l2tp_ctrl_get_peer_name(struct ppp_l2tp_ctrl *ctrl, |
extern int ppp_l2tp_ctrl_get_peer_name(struct ppp_l2tp_ctrl *ctrl, |
void *buf, size_t buf_len); |
void *buf, size_t buf_len); |
| extern char* ppp_l2tp_ctrl_get_peer_name_p(struct ppp_l2tp_ctrl *ctrl); |
/* |
/* |
* Get the node ID and hook name for the hook that corresponds |
* Get the node ID and hook name for the hook that corresponds |
* to a session's data packets. |
* to a session's data packets. |