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.c2719 s->src.seqhi, s->src.seqlo + 1, in pf_unlink_state()
3017 s->src.seqlo, s->src.seqhi, in pf_print_state_parts()
3024 s->dst.seqlo, s->dst.seqhi, in pf_print_state_parts()
6087 s->src.seqhi = s->src.seqlo + pd->p_len + 1; in pf_create_state()
6100 s->src.seqhi++; in pf_create_state()
6112 s->src.seqhi++; in pf_create_state()
6113 s->dst.seqhi = 1; in pf_create_state()
6221 s->src.seqhi = htonl(arc4random()); in pf_create_state()
6229 th->th_sport, s->src.seqhi, ntohl(th->th_seq) + 1, in pf_create_state()
6491 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
1036 uint32_t seqhi; /* Max the other end ACKd + win */ member
1157 u_int32_t seqhi; /* Max the other end ACKd + win */ member
1292 (d)->seqhi = htonl((s)->seqhi); \
1309 (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 },