Searched refs:tmp_counter (Results 1 – 1 of 1) sorted by relevance
1112 uint64_t tmp_counter; in carp_proto_input_c() local1144 tmp_counter = ntohl(ch->carp_counter[0]); in carp_proto_input_c()1145 tmp_counter = tmp_counter<<32; in carp_proto_input_c()1146 tmp_counter += ntohl(ch->carp_counter[1]); in carp_proto_input_c()1151 sc->sc_counter = tmp_counter; in carp_proto_input_c()