th_win 1650 net/pf.c th->th_win = htons(win); th_win 3318 net/pf.c s->src.max_win = MAX(ntohs(th->th_win), 1); th_win 3581 net/pf.c u_int16_t win = ntohs(th->th_win); th_win 3658 net/pf.c (*state)->src.max_win = MAX(ntohs(th->th_win), 1); th_win 3673 net/pf.c (*state)->dst.max_win = MAX(ntohs(th->th_win), 1); th_win 182 net/pf_osfp.c fp.fp_wsize = ntohs(tcp->th_win); th_win 307 net/slcompress.c deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win)); th_win 578 net/slcompress.c DECODES(th->th_win) th_win 66 netinet/tcp.h u_int16_t th_win; /* window */ th_win 589 netinet/tcp_input.c NTOHS(th->th_win); th_win 649 netinet/tcp_input.c tiwin = th->th_win << tp->snd_scale; th_win 651 netinet/tcp_input.c tiwin = th->th_win; th_win 4238 netinet/tcp_input.c th->th_win = htons(sc->sc_win); th_win 878 netinet/tcp_output.c th->th_win = htons((u_int16_t) (win>>tp->rcv_scale)); th_win 298 netinet/tcp_subr.c th->th_win = 0; th_win 424 netinet/tcp_subr.c th->th_win = htons((u_int16_t)win); th_win 1174 netinet/tcp_subr.c HTONS(th0.th_win); th_win 57 netinet/tcpip.h #define ti_win ti_t.th_win th_win 64 netinet6/tcpipv6.h #define ti6_win ti6_t.th_win