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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_msg.h85 u_int16_t pptp_type; /* PPTP message type. 1 for control message. */ member in struct:pptp_header
231 ( ntoh16(((struct pptp_header *)header)->pptp_type) !=(type) ) || \
H A Dpptp_ctrl.c579 if ((ntoh16(header->pptp_type) == PPTP_MESSAGE_CONTROL) &&
653 switch (ntoh16(header->pptp_type)) {
663 (unsigned int) ntoh16(header->pptp_type));
689 assert(ntoh16(header->pptp_type) == PPTP_MESSAGE_CONTROL);
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp_msg.h85 u_int16_t pptp_type; /* PPTP message type. 1 for control message. */ member in struct:pptp_header
231 ( ntoh16(((struct pptp_header *)header)->pptp_type) !=(type) ) || \
H A Dpptp_ctrl.c575 if ((ntoh16(header->pptp_type) == PPTP_MESSAGE_CONTROL) &&
649 switch (ntoh16(header->pptp_type)) {
659 (unsigned int) ntoh16(header->pptp_type));
685 assert(ntoh16(header->pptp_type) == PPTP_MESSAGE_CONTROL);

Completed in 45 milliseconds