Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpipex_local.h253 #define PIPEX_GRE_SFLAG 0x1000 /* seq present */ macro
H A Dpipex.c1432 gre->flags |= PIPEX_GRE_SFLAG; in pipex_pptp_output()
1554 has_seq = (flags & PIPEX_GRE_SFLAG) ? 1 : 0; in pipex_pptp_input()
1794 if ((flags & PIPEX_GRE_SFLAG) != 0) in pipex_pptp_userland_output()
1815 if ((flags & PIPEX_GRE_SFLAG) != 0) { in pipex_pptp_userland_output()