Home
last modified time | relevance | path

Searched refs:enableDecryption (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/netgraph/ppp/
H A Dng_ppp.h138 u_char enableDecryption; /* enable PPP decryption */ member
H A Dng_ppp.c720 if (!priv->conf.enableDecryption) { in ng_ppp_rcvdata()
879 if (priv->conf.enableDecryption) in ng_ppp_input()
/dflybsd-src/sys/netgraph7/ppp/
H A Dng_ppp.h158 u_char enableDecryption; /* enable PPP decryption */ member
H A Dng_ppp.c1242 if (priv->conf.enableDecryption && in ng_ppp_crypt_recv()
1271 if (!priv->conf.enableDecryption) { in ng_ppp_rcvdata_decrypt()