Lines Matching refs:secret
113 * a 64 bit secret, followed by the v6 (possible a v4mapped) address this
167 * The per peer address secret is used to make sure that the heartbeat
268 * put the timestamp, a secret and the peer address the heartbeat is
276 uint64_t secret;
287 sizeof (sent) + sizeof (secret) + sizeof (addr))) {
311 /* Grab the secret to make sure that this heartbeat is valid */
312 bcopy(++sentp, &secret, sizeof (secret));
322 if (secret != fp->sf_hb_secret) {
324 ("sctp_process_heartbeat: invalid secret in ack %p\n",