Home
last modified time | relevance | path

Searched refs:magic_cookie (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_subr.c86 header->magic_cookie = htonl(PPTP_MAGIC_COOKIE); in pptp_init_header()
H A Dpptp_local.h67 uint32_t magic_cookie; member
H A Dpptp_ctrl.c913 hdr->magic_cookie = ntohl(hdr->magic_cookie); in pptp_ctrl_input()
938 if (hdr->magic_cookie != PPTP_MAGIC_COOKIE) { in pptp_ctrl_input()
940 hdr->magic_cookie, PPTP_MAGIC_COOKIE); in pptp_ctrl_input()