Searched refs:seqhi (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpf_print_state.c206 ntohl(p->seqhi) - ntohl(p->seqlo), ntohl(p->seqdiff));
209 ntohl(p->seqhi) - ntohl(p->seqlo));
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pfsync.c316 ntohl(p->seqhi) - ntohl(p->seqlo), ntohl(p->seqdiff));
319 ntohl(p->seqhi) - ntohl(p->seqlo));
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c1572 cur->src.seqhi, cur->src.seqlo + 1,
1891 s->src.seqlo, s->src.seqhi,
1898 s->dst.seqlo, s->dst.seqhi,
3891 s->src.seqhi = s->src.seqlo + pd->p_len + 1;
3904 s->src.seqhi++;
3917 s->src.seqhi++;
3918 s->dst.seqhi = 1;
4030 s->src.seqhi = htonl(arc4random());
4042 th->th_sport, s->src.seqhi, ntohl(th->th_seq) + 1,
4266 * May need to slide the window (seqhi ma
[all...]
H A Dpfvar.h780 u_int32_t seqhi; /* Max the other end ACKd + win */ member in struct:pf_state_peer
891 u_int32_t seqhi; /* Max the other end ACKd + win */ member in struct:pfsync_state_peer
995 (d)->seqhi = htonl((s)->seqhi); \
1012 (d)->seqhi = ntohl((s)->seqhi); \

Completed in 133 milliseconds