Home
last modified time | relevance | path

Searched refs:MPPE_TYPE_40BIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dradius.h32 #define MPPE_TYPE_40BIT 2 macro
H A Dradius.c136 case MPPE_TYPE_40BIT: in radius_typesname()
140 case MPPE_TYPE_40BIT|MPPE_TYPE_128BIT: in radius_typesname()
H A Dmppe.c484 if (bundle->radius.mppe.types & MPPE_TYPE_40BIT) in MPPE_ConfigVal()