Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c144 #define MP_LONG_FIRST_FLAG 0x80000000 /* first fragment in frame */ macro
1581 frag->first = (lhdr & MP_LONG_FIRST_FLAG) != 0; in ng_ppp_mp_recv()
2143 lhdr |= MP_LONG_FIRST_FLAG; in ng_ppp_mp_xmit()