Home
last modified time | relevance | path

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

/dflybsd-src/sys/netgraph/ppp/
H A Dng_ppp.h137 u_char enableEncryption; /* enable PPP encryption */ member
H A Dng_ppp.c681 if (!priv->conf.enableEncryption) { in ng_ppp_rcvdata()
756 if (priv->conf.enableEncryption in ng_ppp_rcvdata()
/dflybsd-src/sys/netgraph7/ppp/
H A Dng_ppp.h157 u_char enableEncryption; /* enable PPP encryption */ member
H A Dng_ppp.c1198 if (priv->conf.enableEncryption && in ng_ppp_crypt_xmit()
1229 if (!priv->conf.enableEncryption) { in ng_ppp_rcvdata_encrypt()