Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpipex_local.h71 #define PIPEX_MPPE_STATELESS 0x01 /* [I] key change mode */ macro
H A Dpipex.c2369 mppe->flags |= PIPEX_MPPE_STATELESS; in pipex_mppe_init()
2540 if ((mppe->flags & PIPEX_MPPE_STATELESS) == 0 || in pipex_mppe_input()
2553 if ((mppe->flags & PIPEX_MPPE_STATELESS) != 0) { in pipex_mppe_input()
2672 if ((mppe->flags & PIPEX_MPPE_STATELESS) != 0) { in pipex_mppe_output()