Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c139 #define MP_SHORT_FIRST_FLAG 0x00008000 /* first fragment in frame */ macro
1564 frag->first = (shdr & MP_SHORT_FIRST_FLAG) != 0; in ng_ppp_mp_recv()
2132 shdr |= MP_SHORT_FIRST_FLAG; in ng_ppp_mp_xmit()