Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dip_carp.c140 u_int64_t sc_counter; member
356 SHA1Update(&sha1ctx, (void *)counter, sizeof(sc->sc_counter)); in carp_hmac_generate()
764 sc->sc_counter = tmp_counter; in carp_proto_input_c()
970 sc->sc_counter = cprng_fast64(); in carp_prepare_ad()
972 sc->sc_counter++; in carp_prepare_ad()
974 ch->carp_counter[0] = htonl((sc->sc_counter>>32)&0xffffffff); in carp_prepare_ad()
975 ch->carp_counter[1] = htonl(sc->sc_counter&0xffffffff); in carp_prepare_ad()