Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Disdn_ppp.h75 #define MP_BEGIN_FRAG 0x80 macro
/linux-2.4.37.9/drivers/isdn/
Disdn_ppp.c1388 data[0] = MP_BEGIN_FRAG | MP_END_FRAG | ((mp_seqno >> 8) & 0xf); /* (B)egin & (E)ndbit .. */ in isdn_ppp_xmit()
1395 data[0] = MP_BEGIN_FRAG | MP_END_FRAG; /* (B)egin & (E)ndbit .. */ in isdn_ppp_xmit()
1653 start = MP_FLAGS(frag) & MP_BEGIN_FRAG && in isdn_ppp_mp_receive()
1699 if (start != frag && (MP_FLAGS(frag) & MP_BEGIN_FRAG)) { in isdn_ppp_mp_receive()
1708 if (MP_FLAGS(frag) & MP_BEGIN_FRAG) in isdn_ppp_mp_receive()
1751 if (MP_FLAGS(nextf) & MP_BEGIN_FRAG) in isdn_ppp_mp_receive()
1814 int flags = skb->data[0] & (MP_BEGIN_FRAG | MP_END_FRAG); in isdn_ppp_mp_get_seq()
1869 if( MP_FLAGS(from) == (MP_BEGIN_FRAG | MP_END_FRAG) ) { in isdn_ppp_mp_reassembly()