Home
last modified time | relevance | path

Searched refs:PIPEX_GRE_VER (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/net/
Dpipex_local.h255 #define PIPEX_GRE_VER 0x0001 /* gre version code */ macro
Dpipex.c1434 gre->flags = PIPEX_GRE_KFLAG | PIPEX_GRE_VER; /* do htons later */ in pipex_pptp_output()
1494 if ((flags & PIPEX_GRE_VERMASK) != PIPEX_GRE_VER) { in pipex_pptp_lookup_session()
1745 if ((flags & PIPEX_GRE_VERMASK) != PIPEX_GRE_VER) { in pipex_pptp_userland_lookup_session()