Searched refs:lhdr (Results 1 – 1 of 1) sorted by relevance
1569 uint32_t lhdr; in ng_ppp_mp_recv() local1579 lhdr = be32dec(mtod(m, void *)); in ng_ppp_mp_recv()1580 frag->seq = MP_LONG_EXTEND(lhdr); in ng_ppp_mp_recv()1581 frag->first = (lhdr & MP_LONG_FIRST_FLAG) != 0; in ng_ppp_mp_recv()1582 frag->last = (lhdr & MP_LONG_LAST_FLAG) != 0; in ng_ppp_mp_recv()2138 uint32_t lhdr; in ng_ppp_mp_xmit() local2140 lhdr = seq; in ng_ppp_mp_xmit()2143 lhdr |= MP_LONG_FIRST_FLAG; in ng_ppp_mp_xmit()2145 lhdr |= MP_LONG_LAST_FLAG; in ng_ppp_mp_xmit()2146 lhdr = htonl(lhdr); in ng_ppp_mp_xmit()[all …]