Home
last modified time | relevance | path

Searched refs:th_win (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/sys/netinet6/
Dtcpipv6.h64 #define ti6_win ti6_t.th_win
/mirbsd/src/sys/netinet/
Dtcpip.h57 #define ti_win ti_t.th_win
Dtcp.h72 u_int16_t th_win; /* window */ member
Dtcp_subr.c321 th->th_win = 0;
435 th->th_win = htons((u_int16_t)win);
Dtcp_input.c635 NTOHS(th->th_win);
690 tiwin = th->th_win << tp->snd_scale;
692 tiwin = th->th_win;
2470 tcphdr.th_win = htons(th->th_win);
4307 th->th_win = htons(sc->sc_win);
Dtcp_output.c917 th->th_win = htons((u_int16_t) (win>>tp->rcv_scale));
/mirbsd/src/sys/net/
Dslcompress.c307 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win));
578 DECODES(th->th_win)
Dpf_osfp.c122 fp.fp_wsize = ntohs(tcp->th_win); in pf_osfp_fingerprint_hdr()
Dpf.c1349 th->th_win = htons(win); in pf_send_tcp()
2627 s->src.max_win = MAX(ntohs(th->th_win), 1); in pf_test_tcp()
3598 u_int16_t win = ntohs(th->th_win); in pf_test_state_tcp()
3663 (*state)->src.max_win = MAX(ntohs(th->th_win), 1); in pf_test_state_tcp()
3676 (*state)->dst.max_win = MAX(ntohs(th->th_win), 1); in pf_test_state_tcp()
/mirbsd/src/usr.sbin/ppp/ppp/
Dslcompress.c301 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp()
532 DECODES(th->th_win) in sl_uncompress_tcp()
/mirbsd/src/usr.sbin/trpt/
Dtrpt.c361 win = th->th_win; in tcp_trace()