tmp_counter 640 netinet/ip_carp.c u_int64_t tmp_counter; tmp_counter 720 netinet/ip_carp.c tmp_counter = ntohl(ch->carp_counter[0]); tmp_counter 721 netinet/ip_carp.c tmp_counter = tmp_counter<<32; tmp_counter 722 netinet/ip_carp.c tmp_counter += ntohl(ch->carp_counter[1]); tmp_counter 727 netinet/ip_carp.c sc->sc_counter = tmp_counter;