Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-pfsync.c337 ntohl(p->seqhi) - ntohl(p->seqlo), ntohl(p->seqdiff)); in print_seq()
340 ntohl(p->seqhi) - ntohl(p->seqlo)); in print_seq()
/freebsd/sbin/pfctl/
H A Dpf_print_state.c201 p->seqhi - p->seqlo, p->seqdiff); in print_seq()
204 p->seqhi - p->seqlo); in print_seq()
/freebsd/sys/netpfil/pf/
H A Dpf.c2750 s->src.seqhi, s->src.seqlo + 1, in pf_unlink_state()
3050 s->src.seqlo, s->src.seqhi, in pf_print_state_parts()
3057 s->dst.seqlo, s->dst.seqhi, in pf_print_state_parts()
6122 s->src.seqhi = s->src.seqlo + pd->p_len + 1; in pf_create_state()
6135 s->src.seqhi++; in pf_create_state()
6147 s->src.seqhi++; in pf_create_state()
6148 s->dst.seqhi = 1; in pf_create_state()
6258 s->src.seqhi = htonl(arc4random()); in pf_create_state()
6266 th->th_sport, s->src.seqhi, ntohl(th->th_seq) + 1, in pf_create_state()
6505 if (src->seqhi == 1 || in pf_tcp_track_full()
[all …]
H A Dpf_nv.c922 nvlist_add_number(nvl, "seqhi", peer->seqhi); in pf_state_peer_to_nvstate_peer()
H A Dpf_nl.c104 nlattr_add_u32(nw, PF_STP_SEQHI, peer->seqhi); in dump_state_peer()
/freebsd/sys/net/
H A Dpfvar.h955 u_int32_t seqhi; /* Max the other end ACKd + win */ member
1037 uint32_t seqhi; /* Max the other end ACKd + win */ member
1158 u_int32_t seqhi; /* Max the other end ACKd + win */ member
1293 (d)->seqhi = htonl((s)->seqhi); \
1310 (d)->seqhi = ntohl((s)->seqhi); \
/freebsd/lib/libpfctl/
H A Dlibpfctl.h328 uint32_t seqhi; member
H A Dlibpfctl.c1864 { .type = PF_STP_SEQHI, .off = _OUT(seqhi), .cb = snl_attr_get_uint32 },