Searched defs:ifnet_keepalive_offload_frame (Results 1 – 1 of 1) sorted by relevance
3592 struct ifnet_keepalive_offload_frame { struct3593 u_int8_t data[IFNET_KEEPALIVE_OFFLOAD_FRAME_DATA_SIZE]; /* data bytes */3597 u_int8_t type; /* type of application */3598 u_int8_t length; /* Number of valid data bytes including offset */3599 u_int16_t interval; /* Keep alive interval in seconds */3602 u_int8_t ether_type; /* Ether type IPv4 or IPv6 */3603 u_int8_t keep_cnt; /* max number of time to retry probes */3604 u_int16_t keep_retry; /* interval before retrying if previous probe was not answered */3605 u_int8_t reply_length; /* Length of valid reply_data bytes including offset */3606 u_int8_t addr_length; /* Length of valid bytes in local_addr and remote_addr */[all …]