sc_counter        137 netinet/ip_carp.c 	u_int64_t sc_counter;
sc_counter        336 netinet/ip_carp.c 	SHA1Update(&sha1ctx, (void *)counter, sizeof(sc->sc_counter));
sc_counter        727 netinet/ip_carp.c 	sc->sc_counter = tmp_counter;
sc_counter        948 netinet/ip_carp.c 		sc->sc_counter = arc4random();
sc_counter        949 netinet/ip_carp.c 		sc->sc_counter = sc->sc_counter << 32;
sc_counter        950 netinet/ip_carp.c 		sc->sc_counter += arc4random();
sc_counter        952 netinet/ip_carp.c 		sc->sc_counter++;
sc_counter        954 netinet/ip_carp.c 	ch->carp_counter[0] = htonl((sc->sc_counter>>32)&0xffffffff);
sc_counter        955 netinet/ip_carp.c 	ch->carp_counter[1] = htonl(sc->sc_counter&0xffffffff);