Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DRecord.pm87 my $seqhi;
92 $seqhi, $seqmi, $seqlo, $len) = unpack('Cnnnnnn', $packet);
93 $seq = ($seqhi << 32) | ($seqmi << 16) | $seqlo
395 my $seqhi = ($self->seq >> 32) & 0xffff;
399 $self->epoch, $seqhi, $seqmi, $seqlo, $self->len);
/freebsd/sbin/pfctl/
H A Dpf_print_state.c189 p->seqhi - p->seqlo, p->seqdiff); in print_seq()
192 p->seqhi - p->seqlo); in print_seq()
/freebsd/contrib/tcpdump/
H A Dprint-pfsync.c349 ntohl(p->seqhi) - ntohl(p->seqlo), ntohl(p->seqdiff)); in print_seq()
352 ntohl(p->seqhi) - ntohl(p->seqlo)); in print_seq()
/freebsd/sys/netpfil/pf/
H A Dpf.c2366 d->seqhi = htonl(s->seqhi); in pf_state_peer_hton()
2385 d->seqhi = ntohl(s->seqhi); in pf_state_peer_ntoh()
3127 s->src.seqhi, s->src.seqlo + 1, in pf_remove_state()
3488 s->src.seqlo, s->src.seqhi, in pf_print_state_parts()
3495 s->dst.seqlo, s->dst.seqhi, in pf_print_state_parts()
6752 s->src.seqhi = s->src.seqlo + pd->p_len + 1; in pf_create_state()
6765 s->src.seqhi++; in pf_create_state()
6777 s->src.seqhi++; in pf_create_state()
6778 s->dst.seqhi = 1; in pf_create_state()
6966 s->src.seqhi = arc4random(); in pf_create_state()
[all …]
H A Dpf_nv.c925 nvlist_add_number(nvl, "seqhi", peer->seqhi); in pf_state_peer_to_nvstate_peer()
H A Dpf_nl.c108 nlattr_add_u32(nw, PF_STP_SEQHI, peer->seqhi); in dump_state_peer()
/freebsd/lib/libpfctl/
H A Dlibpfctl.h358 uint32_t seqhi; member
H A Dlibpfctl.c1909 { .type = PF_STP_SEQHI, .off = _OUT(seqhi), .cb = snl_attr_get_uint32 },
/freebsd/sys/net/
H A Dpfvar.h979 u_int32_t seqhi; /* Max the other end ACKd + win */ member
1061 uint32_t seqhi; /* Max the other end ACKd + win */ member