Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/npppd/
H A Dmppe.c203 ((_this->ppp->ccp.mppe_o_bits & CCP_MPPE_STATELESS) != 0)? 1 : 0; in mppe_start()
217 ((_this->ppp->ccp.mppe_p_bits & CCP_MPPE_STATELESS) != 0)? 1 : 0; in mppe_start()
282 our_bits |= CCP_MPPE_STATELESS; in mppe_create_our_bits()
285 our_bits |= peer_bits & CCP_MPPE_STATELESS; in mppe_create_our_bits()
290 our_bits |= CCP_MPPE_STATELESS; in mppe_create_our_bits()
546 , ((CCP_MPPE_STATELESS& bits) != 0)? ",stateless" : ",stateful"); in mppe_bits_to_string()
H A Dppp.h96 #define CCP_MPPE_STATELESS 0x01000000 /* Packet-by-packet encryption */ macro