Searched refs:heartbeat (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/contrib/dts/arm/
H A Dkizbox.dts58 atmel,max-heartbeat-sec = <16>;
59 atmel,min-heartbeat-sec = <0>;
/freebsd-10.1-release/sys/dev/fatm/
H A Dif_fatmvar.h246 uint32_t heartbeat; /* last heartbeat */ member in struct:fatm_softc
H A Dif_fatm.c373 DBG(sc, BEAT, ("heartbeat %08x", h));
378 if (h == sc->heartbeat) {
387 sc->heartbeat = h;
/freebsd-10.1-release/sys/netinet/
H A Dsctp_header.h85 /* heartbeat info parameter */
299 struct sctp_heartbeat heartbeat; member in struct:sctp_heartbeat_chunk
H A Dsctp_input.c576 switch (cp->heartbeat.hb_info.addr_family) {
579 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in)) {
580 store.sin.sin_family = cp->heartbeat.hb_info.addr_family;
581 store.sin.sin_len = cp->heartbeat.hb_info.addr_len;
583 memcpy(&store.sin.sin_addr, cp->heartbeat.hb_info.address,
592 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in6)) {
593 store.sin6.sin6_family = cp->heartbeat.hb_info.addr_family;
594 store.sin6.sin6_len = cp->heartbeat.hb_info.addr_len;
596 memcpy(&store.sin6.sin6_addr, cp->heartbeat.hb_info.address, sizeof(struct in6_addr));
611 (r_net->heartbeat_random1 == cp->heartbeat
[all...]
H A Dsctp_output.c7818 * JRS 5/14/07 - Add flag for whether a heartbeat is sent to the
11298 hb->heartbeat.hb_info.ph.param_type = htons(SCTP_HEARTBEAT_INFO);
11299 hb->heartbeat.hb_info.ph.param_length = htons(sizeof(struct sctp_heartbeat_info_param));
11300 hb->heartbeat.hb_info.time_value_1 = now.tv_sec;
11301 hb->heartbeat.hb_info.time_value_2 = now.tv_usec;
11303 hb->heartbeat.hb_info.addr_family = (uint8_t) net->ro._l_addr.sa.sa_family;
11304 hb->heartbeat.hb_info.addr_len = net->ro._l_addr.sa.sa_len;
11310 net->heartbeat_random1 = hb->heartbeat.hb_info.random_value1 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
11311 net->heartbeat_random2 = hb->heartbeat.hb_info.random_value2 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
11313 net->heartbeat_random1 = hb->heartbeat
[all...]
/freebsd-10.1-release/sys/dev/ciss/
H A Dcissreg.h416 u_int32_t heartbeat; member in struct:ciss_config_table
H A Dciss.c507 * Start the heartbeat routine and event chain.
1273 ciss_printf(sc, " heartbeat 0x%x\n", sc->ciss_cfg->heartbeat);
1952 /* terminate the periodic heartbeat routine */
3471 * Check the adapter heartbeat.
3473 if (sc->ciss_cfg->heartbeat == sc->ciss_heartbeat) {
3483 sc->ciss_heartbeat = sc->ciss_cfg->heartbeat;
3485 debug(3, "new heartbeat 0x%x", sc->ciss_heartbeat);
4680 *(Heartbeat_type *)addr = sc->ciss_cfg->heartbeat;
/freebsd-10.1-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h991 __u8 heartbeat:1; member in struct:cpl_rx_data
997 __u8 heartbeat:1; member in struct:cpl_rx_data
/freebsd-10.1-release/sys/pci/
H A Dncr.c1085 time_t heartbeat; member in struct:ncb
1397 SCR_COPY (sizeof (((struct ncb *)0)->heartbeat)),
1399 NADDR (heartbeat),
5110 t = thistime - np->heartbeat;
/freebsd-10.1-release/sys/dev/cxgbe/common/
H A Dt4_msg.h1374 __u8 heartbeat:1; member in struct:cpl_rx_data
1380 __u8 heartbeat:1; member in struct:cpl_rx_data
/freebsd-10.1-release/etc/
H A Dservices1059 sntp-heartbeat 580/tcp
1060 sntp-heartbeat 580/udp
2328 hacl-hb 5300/tcp # HA cluster heartbeat
2329 hacl-hb 5300/udp # HA cluster heartbeat

Completed in 437 milliseconds