Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dpipex_local.h252 #define PIPEX_GRE_KFLAG 0x2000 /* keys present */ macro
Dpipex.c1434 gre->flags = PIPEX_GRE_KFLAG | PIPEX_GRE_VER; /* do htons later */ in pipex_pptp_output()
1501 if ((flags & PIPEX_GRE_KFLAG) == 0) { in pipex_pptp_lookup_session()
1752 if ((flags & PIPEX_GRE_KFLAG) == 0) { in pipex_pptp_userland_lookup_session()