Searched refs:TCPT_NONE (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c520 tp->tentry.index = TCPT_NONE;
943 if (runtime == 0 || index == TCPT_NONE)
996 uint16_t i = 0, index = TCPT_NONE, lo_index = TCPT_NONE;
1027 if (index == TCPT_NONE || tp->tentry.runtime == 0)
1032 if (tp->tentry.index != TCPT_NONE) {
1069 if (lo_index != TCPT_NONE) {
1088 if (tp->tentry.index < TCPT_NONE) {
1094 if (tp != NULL && tp->tentry.index == TCPT_NONE) {
1110 uint16_t index = TCPT_NONE;
[all...]
H A Dtcp_timer.h86 #define TCPT_NONE (TCPT_MAX + 1) macro

Completed in 21 milliseconds