Home
last modified time | relevance | path

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

/src/sys/netgraph/
H A Dng_ppp.c143 #define MP_LONG_LAST_FLAG 0x40000000 /* last fragment in frame */ macro
1580 frag->last = (lhdr & MP_LONG_LAST_FLAG) != 0; in ng_ppp_mp_recv()
2141 lhdr |= MP_LONG_LAST_FLAG; in ng_ppp_mp_xmit()