Searched refs:PPTP_SEQ_DIFF (Results 1 – 1 of 1) sorted by relevance
147 #define PPTP_SEQ_DIFF(x,y) ((int32_t)(x) - (int32_t)(y)) macro610 if ((u_int32_t)PPTP_SEQ_DIFF(hpriv->xmitSeq, in ng_pptpgre_xmit()841 if (PPTP_SEQ_DIFF(ack, hpriv->xmitSeq) > 0) { in ng_pptpgre_rcvdata_lower()845 if (PPTP_SEQ_DIFF(ack, hpriv->recvAck) <= 0) in ng_pptpgre_rcvdata_lower()870 if (PPTP_SEQ_DIFF(ack, hpriv->winAck) >= 0 in ng_pptpgre_rcvdata_lower()893 diff = PPTP_SEQ_DIFF(seq, hpriv->recvSeq); in ng_pptpgre_rcvdata_lower()929 diff = PPTP_SEQ_DIFF(np->seq, seq); in ng_pptpgre_rcvdata_lower()1021 if (PPTP_SEQ_DIFF(np->seq, hpriv->recvSeq) > 1) in ng_pptpgre_rcvdata_lower()1194 if (PPTP_SEQ_DIFF(np->seq, last->seq) > 1) in ng_pptpgre_reorder_timeout()