Searched refs:seqhi (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/util/perl/TLSProxy/ |
| H A D | Record.pm | 87 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 D | pf_print_state.c | 189 p->seqhi - p->seqlo, p->seqdiff); in print_seq() 192 p->seqhi - p->seqlo); in print_seq()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-pfsync.c | 349 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 D | pf.c | 2331 d->seqhi = htonl(s->seqhi); in pf_state_peer_hton() 2350 d->seqhi = ntohl(s->seqhi); in pf_state_peer_ntoh() 3092 s->src.seqhi, s->src.seqlo + 1, in pf_remove_state() 3453 s->src.seqlo, s->src.seqhi, in pf_print_state_parts() 3460 s->dst.seqlo, s->dst.seqhi, in pf_print_state_parts() 6717 s->src.seqhi = s->src.seqlo + pd->p_len + 1; in pf_create_state() 6730 s->src.seqhi++; in pf_create_state() 6742 s->src.seqhi in pf_create_state() [all...] |
| H A D | pf_nv.c | 925 nvlist_add_number(nvl, "seqhi", peer->seqhi); in pf_state_peer_to_nvstate_peer()
|
| H A D | pf_nl.c | 113 nlattr_add_u32(nw, PF_STP_SEQHI, peer->seqhi); in dump_state_peer()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 358 uint32_t seqhi; member
|
| H A D | libpfctl.c | 1918 { .type = PF_STP_SEQHI, .off = _OUT(seqhi), .cb = snl_attr_get_uint32 },
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 979 u_int32_t seqhi; /* Max the other end ACKd + win */ member 1061 uint32_t seqhi; /* Max the other end ACKd + win */ member
|