Searched refs:MPPE_H_BIT (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_mppe.h27 #define MPPE_H_BIT 0x01 /* Stateless (in a different byte) */ macro
30 #define MPPE_ALL_BITS (MPPE_D_BIT|MPPE_L_BIT|MPPE_S_BIT|MPPE_M_BIT|MPPE_H_BIT)
41 *ptr++ = MPPE_H_BIT; \
62 if (!(ptr[0] & MPPE_H_BIT)) \
80 if (ptr[0] & ~MPPE_H_BIT) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h230 #define MPPE_H_BIT 0x01 /* Stateless (in a different byte) */ macro
233 #define MPPE_ALL_BITS (MPPE_D_BIT|MPPE_L_BIT|MPPE_S_BIT|MPPE_M_BIT|MPPE_H_BIT)
244 *ptr++ = MPPE_H_BIT; \
265 if (!(ptr[0] & MPPE_H_BIT)) \
283 if (ptr[0] & ~MPPE_H_BIT) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h197 #define MPPE_H_BIT 0x01 /* Stateless (in a different byte) */ macro
200 #define MPPE_ALL_BITS (MPPE_D_BIT|MPPE_L_BIT|MPPE_S_BIT|MPPE_M_BIT|MPPE_H_BIT)
211 *ptr++ = MPPE_H_BIT; \
232 if (!(ptr[0] & MPPE_H_BIT)) \
250 if (ptr[0] & ~MPPE_H_BIT) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c1539 (p[2] & MPPE_H_BIT)? "+H": "-H",

Completed in 170 milliseconds