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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcpip.h97 #define ti_win ti_t.th_win
H A Dtcp.h105 unsigned short th_win; /* window */ member in struct:tcphdr
H A Dtcp_input.c609 th->th_seq, th->th_ack, th->th_win);
649 th->th_seq, th->th_ack, th->th_win);
778 NTOHS(th->th_win);
973 tiwin = th->th_win << tp->snd_scale;
975 tiwin = th->th_win;
1394 tp->snd_wnd = th->th_win << tp->snd_scale;
1591 th->th_seq, th->th_ack, th->th_win);
1598 th->th_seq, th->th_ack, th->th_win);
1835 tp->snd_wnd = th->th_win; /* initial send window */
2912 th->th_seq, th->th_ack, th->th_win);
[all...]
H A Dtcp_subr.c431 tcp_hdr->th_win = 0;
618 nth->th_win = htons((u_short) (win >> tp->rcv_scale));
620 nth->th_win = htons((u_short)win);
H A Dip_compat.h546 __u16 th_win;
H A Dtcp_output.c1274 th->th_win = htons((u_short) (recwin>>tp->rcv_scale));
1279 th->th_win = htons((u_short) (recwin>>tp->rcv_scale));
H A Dip_fw2.c1977 L3HDR(struct tcphdr,ip)->th_win);

Completed in 73 milliseconds