Searched refs:CCP_MPPC_ALONE (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/npppd/npppd/ | ||
H A D | ppp.h | 91 #define CCP_MPPC_ALONE 0x00000001 /* See RFC 2118, Hi/fn */ macro |
H A D | mppe.c | 541 , ((CCP_MPPC_ALONE & bits) != 0)? ",mppc" : "" in mppe_bits_to_string() |