Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dip_carp.c1112 uint64_t tmp_counter; in carp_proto_input_c() local
1144 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()