Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dmppe.h71 #define MPPE_L_BIT 0x20 /* 40-bit */ macro
77 #define MPPE_ALL_BITS (MPPE_D_BIT|MPPE_L_BIT|MPPE_S_BIT|MPPE_M_BIT|MPPE_H_BIT)
97 *ptr |= MPPE_L_BIT; \
115 if (ptr[3] & MPPE_L_BIT) \
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dccp.c1569 (p[5] & MPPE_L_BIT)? "+L": "-L", in ccp_printpkt()