Searched defs:ifnet_keepalive_offload_frame (Results 1 – 1 of 1) sorted by relevance
3610 struct ifnet_keepalive_offload_frame { struct3611 u_int8_t data[IFNET_KEEPALIVE_OFFLOAD_FRAME_DATA_SIZE]; /* data bytes */3615 u_int8_t type; /* type of application */3616 u_int8_t length; /* Number of valid data bytes including offset */3617 u_int16_t interval; /* Keep alive interval in seconds */3620 u_int8_t ether_type; /* Ether type IPv4 or IPv6 */3621 u_int8_t keep_cnt; /* max number of time to retry probes */3622 u_int16_t keep_retry; /* interval before retrying if previous probe was not answered */3623 u_int8_t reply_length; /* Length of valid reply_data bytes including offset */3624 u_int8_t addr_length; /* Length of valid bytes in local_addr and remote_addr */[all …]