Searched refs:heartbeat (Results 1 – 22 of 22) sorted by relevance
2 function heartbeat() { function5 setInterval(heartbeat, 50);
242 def heartbeat(self): member in LAVAJob390 job.heartbeat()431 job.heartbeat()
65 int (*heartbeat)(lws_abs_protocol_inst_t *d); member
48 if (priv->abs->ap->heartbeat) in heartbeat_cb()49 priv->abs->ap->heartbeat(priv->abs->api); in heartbeat_cb()
183 if (priv->abs->ap->heartbeat) in unit_test_sequencer_cb()184 priv->abs->ap->heartbeat(priv->abs->api); in unit_test_sequencer_cb()
1286 static void heartbeat(void) in heartbeat() function1310 heartbeat(); in testrun()1332 heartbeat(); in testrun()1438 heartbeat(); in tst_set_timeout()
66 also a heartbeat signal handlers and also sets up an alarm(2) accordingly to69 whole process group. The heartbeat handler is used by the test process to reset
632 switch (cp->heartbeat.hb_info.addr_family) { in sctp_handle_heartbeat_ack()635 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in)) { in sctp_handle_heartbeat_ack()636 store.sin.sin_family = cp->heartbeat.hb_info.addr_family; in sctp_handle_heartbeat_ack()638 store.sin.sin_len = cp->heartbeat.hb_info.addr_len; in sctp_handle_heartbeat_ack()641 memcpy(&store.sin.sin_addr, cp->heartbeat.hb_info.address, in sctp_handle_heartbeat_ack()650 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in6)) { in sctp_handle_heartbeat_ack()651 store.sin6.sin6_family = cp->heartbeat.hb_info.addr_family; in sctp_handle_heartbeat_ack()653 store.sin6.sin6_len = cp->heartbeat.hb_info.addr_len; in sctp_handle_heartbeat_ack()656 memcpy(&store.sin6.sin6_addr, cp->heartbeat.hb_info.address, sizeof(struct in6_addr)); in sctp_handle_heartbeat_ack()664 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_conn)) { in sctp_handle_heartbeat_ack()[all …]
308 struct sctp_heartbeat heartbeat; member
12092 hb->heartbeat.hb_info.ph.param_type = htons(SCTP_HEARTBEAT_INFO);12093 hb->heartbeat.hb_info.ph.param_length = htons(sizeof(struct sctp_heartbeat_info_param));12094 hb->heartbeat.hb_info.time_value_1 = now.tv_sec;12095 hb->heartbeat.hb_info.time_value_2 = now.tv_usec;12097 hb->heartbeat.hb_info.addr_family = (uint8_t)net->ro._l_addr.sa.sa_family;12099 hb->heartbeat.hb_info.addr_len = net->ro._l_addr.sa.sa_len;12104 hb->heartbeat.hb_info.addr_len = sizeof(struct sockaddr_in);12109 hb->heartbeat.hb_info.addr_len = sizeof(struct sockaddr_in6);12114 hb->heartbeat.hb_info.addr_len = sizeof(struct sockaddr_conn);12118 hb->heartbeat.hb_info.addr_len = 0;[all …]
379 .heartbeat = NULL,
98 |`heartbeat()`|Called periodically even when no network events|
706 final Timer heartbeat = Timer.periodic(const Duration(seconds: 30), (Timer timer) {711 heartbeat.cancel();
66 | heartbeat | no | no |
77 which runs every X seconds, or your network service might send a heartbeat to
469 /// Runs a dummy heartbeat command on all Dart VM instances.
718 hearbeat||heartbeat
138 * Removed the heartbeat message in DTLS feature.736 * TLS/DTLS heartbeat support.
1835 * Removed the heartbeat message in DTLS feature, as it has very4611 * A missing bounds check in the handling of the TLS heartbeat extension7559 * A missing bounds check in the handling of the TLS heartbeat extension
1144 heartbeat
7802 heartbeat
2447 - ci/lava: heartbeat: don't consider kernel message logs