Searched defs:tw_s (Results 1 – 1 of 1) sorted by relevance
293 typedef struct tw_s { struct294 clock_t lbolt1; /* phase1 lbolt value (0 = NONE) */295 clock_t lbolt2; /* phase2 lbolt value */296 clock_t lbolt3; /* phase3 lbolt value */297 struct nca_conn_s *head; /* Head of nca_conn_t list */298 struct nca_conn_s *tail; /* Tail of nca_conn_t list */299 timeout_id_t tid; /* Timer id of pending timeout() (0 = NONE) */300 void *ep; /* pointer to encapsulating struct */