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

12

/freebsd-9.3-release/sys/netinet/
H A Dtcpip.h55 #define ti_win ti_t.th_win
H A Dtcp.h75 u_short th_win; /* window */ member in struct:tcphdr
H A Dtcp_lro.c259 th->th_win = le->window;
513 le->window = th->th_win;
586 le->window = th->th_win;
H A Dtcp_input.c458 th->th_win = ntohs(th->th_win);
469 th->th_win = htons(th->th_win);
1527 tiwin = th->th_win << tp->snd_scale;
1589 tp->snd_wnd = th->th_win;
H A Dtcp_output.c1046 th->th_win = htons((u_short)
1049 th->th_win = htons((u_short)(recwin >> tp->rcv_scale));
1059 if (th->th_win == 0) {
H A Dtcp_timewait.c576 th->th_win = htons(tw->last_win);
H A Dtcp_subr.c445 th->th_win = 0;
619 nth->th_win = htons((u_short) (win >> tp->rcv_scale));
621 nth->th_win = htons((u_short)win);
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dtcpip.h82 #define ti_win ti_t.th_win
H A Dip.c278 if (!t2->th_win)
279 t2->th_win = htons(4096);
H A Dipsend.c329 tcp->th_win = atoi(optarg);
H A Diptests.c960 t->th_win = htons(4096);
1092 t->th_win = htons(0xffff);
/freebsd-9.3-release/contrib/tcpdump/
H A Dtcp.h49 u_int16_t th_win; /* window */ member in struct:tcphdr
H A Dprint-tcp.c247 win = EXTRACT_16BITS(&tp->th_win);
/freebsd-9.3-release/sys/net/
H A Dslcompress.c292 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win));
563 DECODES(th->th_win)
/freebsd-9.3-release/usr.sbin/ppp/
H A Dslcompress.c301 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win));
532 DECODES(th->th_win)
/freebsd-9.3-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h147 __u16 th_win; member in struct:__anon1598
/freebsd-9.3-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h149 __u16 th_win; member in struct:__anon1605
/freebsd-9.3-release/contrib/ipfilter/
H A Dip_msnrpc_pxy.c302 tcp2->th_win = htons(8192);
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_rcmd_pxy.c174 tcp2->th_win = htons(8192);
H A Dip_irc_pxy.c397 tcp2->th_win = htons(8192);
H A Dip_raudio_pxy.c288 tcp2->th_win = htons(8192);
H A Dip_fil_freebsd.c621 tcp2->th_win = tcp->th_win;
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipft_tx.c240 tcp->th_win = htons(4096);
/freebsd-9.3-release/usr.sbin/trpt/
H A Dtrpt.c371 win = th->th_win;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_osfp.c214 fp.fp_wsize = ntohs(tcp->th_win);
666 /* We do a few MSS/th_win percolations to make things unique */

Completed in 224 milliseconds

12