OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:carp_counter
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
ip_carp.h
75
u_int32_t
carp_counter
[2];
member in struct:carp_header
ip_carp.c
724
if (carp_hmac_verify(sc, ch->
carp_counter
, ch->carp_md)) {
757
tmp_counter = ntohl(ch->
carp_counter
[0]);
759
tmp_counter += ntohl(ch->
carp_counter
[1]);
974
ch->
carp_counter
[0] = htonl((sc->sc_counter>>32)&0xffffffff);
975
ch->
carp_counter
[1] = htonl(sc->sc_counter&0xffffffff);
977
carp_hmac_generate(sc, ch->
carp_counter
, ch->carp_md);
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025