Searched refs:start_ctrl_conn (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpptp_quirks.h37 int (*start_ctrl_conn)(struct pptp_start_ctrl_conn* packet); member in struct:pptp_fixup
H A Dpptp_ctrl.c299 if (idx != -1 && pptp_fixups[idx].start_ctrl_conn) {
300 if ((rc = pptp_fixups[idx].start_ctrl_conn(&packet)))
301 warn("calling the start_ctrl_conn hook failed (%d)", rc);
714 if (idx != -1 && pptp_fixups[idx].start_ctrl_conn) {
715 if ((rc = pptp_fixups[idx].start_ctrl_conn(&reply)))
716 warn("calling the start_ctrl_conn hook failed (%d)", rc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dpptp_quirks.h37 int (*start_ctrl_conn)(struct pptp_start_ctrl_conn* packet); member in struct:pptp_fixup
H A Dpptp_ctrl.c299 if (idx != -1 && pptp_fixups[idx].start_ctrl_conn) {
300 if ((rc = pptp_fixups[idx].start_ctrl_conn(&packet)))
301 warn("calling the start_ctrl_conn hook failed (%d)", rc);
714 if (idx != -1 && pptp_fixups[idx].start_ctrl_conn) {
715 if ((rc = pptp_fixups[idx].start_ctrl_conn(&reply)))
716 warn("calling the start_ctrl_conn hook failed (%d)", rc);

Completed in 58 milliseconds