HomeSort by: relevance | last modified time | path
    Searched defs:sc_counter (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_carp.c 140 u_int64_t sc_counter; member in struct:carp_softc
356 SHA1Update(&sha1ctx, (void *)counter, sizeof(sc->sc_counter));
764 sc->sc_counter = tmp_counter;
970 sc->sc_counter = cprng_fast64();
972 sc->sc_counter++;
974 ch->carp_counter[0] = htonl((sc->sc_counter>>32)&0xffffffff);
975 ch->carp_counter[1] = htonl(sc->sc_counter&0xffffffff);
ip_carp.c 140 u_int64_t sc_counter; member in struct:carp_softc
356 SHA1Update(&sha1ctx, (void *)counter, sizeof(sc->sc_counter));
764 sc->sc_counter = tmp_counter;
970 sc->sc_counter = cprng_fast64();
972 sc->sc_counter++;
974 ch->carp_counter[0] = htonl((sc->sc_counter>>32)&0xffffffff);
975 ch->carp_counter[1] = htonl(sc->sc_counter&0xffffffff);

Completed in 26 milliseconds