Searched refs:ntoh8 (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp_gre.c326 ((ntoh8(header->ver) & 0x7F) != PPTP_GRE_VER) ||
330 PPTP_GRE_IS_C(ntoh8(header->flags)) ||
332 PPTP_GRE_IS_R(ntoh8(header->flags)) ||
334 (!PPTP_GRE_IS_K(ntoh8(header->flags))) ||
336 ((ntoh8(header->flags)&0xF) != 0)) {
339 ntoh8(header->ver)&0x7F, ntoh16(header->protocol),
340 PPTP_GRE_IS_C(ntoh8(header->flags)),
341 PPTP_GRE_IS_R(ntoh8(header->flags)),
342 PPTP_GRE_IS_K(ntoh8(header->flags)),
343 ntoh8(heade
[all...]
H A Dpptp_msg.h14 #define ntoh8(x) (x) macro
H A Dpptp_ctrl.c742 if (ntoh8(packet->result_code) != 1 &&
749 ntoh8(packet->result_code) != 0) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_msg.h14 #define ntoh8(x) (x) macro
H A Dpptp_ctrl.c746 if (ntoh8(packet->result_code) != 1 &&
753 ntoh8(packet->result_code) != 0) {

Completed in 93 milliseconds