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