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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h343 struct nd_opt_advint *adv; member in struct:nd_opts::__anon335
357 #define nd_opts_adv nd_opt_each.adv
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c675 * "adv" is the amount we can increase the window,
679 long adv = lmin(recwin, (long)TCP_MAXWIN << tp->rcv_scale) - local
682 if (adv >= (long) (2 * tp->t_maxseg)) {
690 if ((tp->last_ack_sent != tp->rcv_nxt) || (((recwin + adv) >> tp->rcv_scale) > recwin))
693 if (2 * adv >= (long) so->so_rcv.sb_hiwat)

Completed in 81 milliseconds