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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c1392 u_int32_t obytes, snd_off; local
1426 snd_off = tp->snd_max - tp->snd_una;
1427 snd_len = min(so->so_snd.sb_cc, tp->snd_wnd) - snd_off;

Completed in 114 milliseconds