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

/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h246 uint32_t heartbeat; /* last heartbeat */ member in struct:fatm_softc
H A Dif_fatm.c374 DBG(sc, BEAT, ("heartbeat %08x", h));
379 if (h == sc->heartbeat) {
388 sc->heartbeat = h;
/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h85 /* heartbeat info parameter */
287 struct sctp_heartbeat heartbeat; member in struct:sctp_heartbeat_chunk
H A Dsctp_input.c582 switch (cp->heartbeat.hb_info.addr_family) {
585 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in)) {
586 store.sin.sin_family = cp->heartbeat.hb_info.addr_family;
587 store.sin.sin_len = cp->heartbeat.hb_info.addr_len;
589 memcpy(&store.sin.sin_addr, cp->heartbeat.hb_info.address,
598 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in6)) {
599 store.sin6.sin6_family = cp->heartbeat.hb_info.addr_family;
600 store.sin6.sin6_len = cp->heartbeat.hb_info.addr_len;
602 memcpy(&store.sin6.sin6_addr, cp->heartbeat.hb_info.address, sizeof(struct in6_addr));
617 (r_net->heartbeat_random1 == cp->heartbeat
[all...]
H A Dsctp_output.c7881 * JRS 5/14/07 - Add flag for whether a heartbeat is sent to the
11410 hb->heartbeat.hb_info.ph.param_type = htons(SCTP_HEARTBEAT_INFO);
11411 hb->heartbeat.hb_info.ph.param_length = htons(sizeof(struct sctp_heartbeat_info_param));
11412 hb->heartbeat.hb_info.time_value_1 = now.tv_sec;
11413 hb->heartbeat.hb_info.time_value_2 = now.tv_usec;
11415 hb->heartbeat.hb_info.addr_family = (uint8_t)net->ro._l_addr.sa.sa_family;
11416 hb->heartbeat.hb_info.addr_len = net->ro._l_addr.sa.sa_len;
11422 net->heartbeat_random1 = hb->heartbeat.hb_info.random_value1 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
11423 net->heartbeat_random2 = hb->heartbeat.hb_info.random_value2 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
11425 net->heartbeat_random1 = hb->heartbeat
[all...]
/freebsd-11-stable/sys/dev/ciss/
H A Dcissreg.h416 u_int32_t heartbeat; member in struct:ciss_config_table
H A Dciss.c514 * Start the heartbeat routine and event chain.
1281 ciss_printf(sc, " heartbeat 0x%x\n", sc->ciss_cfg->heartbeat);
1960 /* terminate the periodic heartbeat routine */
3478 * Check the adapter heartbeat.
3480 if (sc->ciss_cfg->heartbeat == sc->ciss_heartbeat) {
3490 sc->ciss_heartbeat = sc->ciss_cfg->heartbeat;
3492 debug(3, "new heartbeat 0x%x", sc->ciss_heartbeat);
4676 *(Heartbeat_type *)addr = sc->ciss_cfg->heartbeat;
/freebsd-11-stable/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-11-stable/sys/dev/ncr/
H A Dncr.c1073 time_t heartbeat; member in struct:ncb
1374 SCR_COPY (sizeof (((struct ncb *)0)->heartbeat)),
1376 NADDR (heartbeat),
5079 t = thistime - np->heartbeat;
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h1625 __u8 heartbeat:1; member in struct:cpl_rx_data
1631 __u8 heartbeat:1; member in struct:cpl_rx_data

Completed in 234 milliseconds