Home
last modified time | relevance | path

Searched refs:TCP_TIMERLIST_500MS_MODE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.h247 #define TCP_TIMERLIST_500MS_MODE 0x4 macro
H A Dtcp_timer.c468 (mode) |= TCP_TIMERLIST_500MS_MODE; \
2234 next_mode = TCP_TIMERLIST_500MS_MODE; in tcp_run_timerlist()
2237 if (next_mode != TCP_TIMERLIST_500MS_MODE) { in tcp_run_timerlist()
2262 if (listp->mode == TCP_TIMERLIST_500MS_MODE) { in tcp_run_timerlist()