Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/ !
H A Dtcp_timer.h262 #define TCP_TIMERLIST_500MS_MODE 0x4 macro
H A Dtcp_timer.c471 (mode) |= TCP_TIMERLIST_500MS_MODE; \
2260 next_mode = TCP_TIMERLIST_500MS_MODE; in tcp_run_timerlist()
2263 if (next_mode != TCP_TIMERLIST_500MS_MODE) { in tcp_run_timerlist()
2288 if (listp->mode == TCP_TIMERLIST_500MS_MODE) { in tcp_run_timerlist()