Home
last modified time | relevance | path

Searched refs:cur_bytes (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/sys/net/
H A Dif_pfsync.h217 u_int64_t cur_bytes; member
H A Dif_pfsync.c2414 ut->cur_bytes = htobe64(tdb->tdb_cur_bytes); in pfsync_out_tdb()
3282 uint64_t cur_bytes = betoh64(pt->cur_bytes); in pfsync_update_net_tdb() local
3287 cur_bytes >= tdb->tdb_cur_bytes) { in pfsync_update_net_tdb()
3289 tdb->tdb_cur_bytes = cur_bytes; in pfsync_update_net_tdb()
/openbsd-src/sbin/isakmpd/
H A Dsa.h296 u_int64_t cur_bytes; member
H A Dpf_key_v2.c755 ksa.cur_bytes = life->sadb_lifetime_bytes; in pf_key_v2_get_kernel_sa()
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-pfsync.c320 printf("\n\tspi: 0x%08x rpl: %llu cur_bytes: %llu", in pfsync_print_tdb()
321 ntohl(t->spi), betoh64(t->rpl), betoh64(t->cur_bytes)); in pfsync_print_tdb()
/openbsd-src/sys/netinet/
H A Dip_ipsp.c586 DUMP(cur_bytes, "%lld"); in tdb_printit()