pptp_stop_ccrp
struct pptp_stop_ccrp *stop_ccrp;
if (lpkt < sizeof(struct pptp_stop_ccrp)) {
(int)sizeof(struct pptp_stop_ccrp));
stop_ccrp = (struct pptp_stop_ccrp *)pkt;
struct pptp_stop_ccrp *stop_ccrp;
if (lpkt < sizeof(struct pptp_stop_ccrp)) {
memset(stop_ccrp, 0, sizeof(struct pptp_stop_ccrp));
pptp_init_header(&stop_ccrp->header, sizeof(struct pptp_stop_ccrp),
pptp_ctrl_output(_this, NULL, sizeof(struct pptp_stop_ccrp));