Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c160 #define MP_LONG_SEQ_DIFF(x,y) MP_LONG_EXTEND((x) - (y)) macro
165 MP_LONG_SEQ_DIFF((x), (y)))
1583 diff = MP_LONG_SEQ_DIFF(frag->seq, priv->mseq); in ng_ppp_mp_recv()