PPTP_INIT_MASK
if ((be32dec(gre) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) {
if ((ntohl(*((u_int32_t *)gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE)