Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c145 #define MP_LONG_LAST_FLAG 0x40000000 /* last fragment in frame */ macro
1582 frag->last = (lhdr & MP_LONG_LAST_FLAG) != 0; in ng_ppp_mp_recv()
2145 lhdr |= MP_LONG_LAST_FLAG; in ng_ppp_mp_xmit()