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