Searched refs:th_win (Results 26 - 34 of 34) sorted by relevance

12

/netbsd-current/sys/netinet/
H A Dtcp_subr.c585 n->th_win = 0;
776 th->th_win = htons((u_int16_t)win);
H A Dtcp_syncache.c1168 th->th_win = htons(sc->sc_win);
/netbsd-current/external/bsd/ipf/dist/
H A Dip_rpcb_pxy.c1180 tcp.th_win = htons(8192);
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_rpcb_pxy.c1132 tcp.th_win = htons(8192);
H A Dip_ftp_pxy.c548 tcp2->th_win = htons(8192);
882 tcp2->th_win = htons(8192);
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c834 (*pr)("TCP: Windows Size = %u\n", ntohs(tcp.th_win));
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-tcp.c241 win = GET_BE_U_2(tp->th_win);
/netbsd-current/sys/dist/pf/net/
H A Dpf.c1779 th->th_win = htons(win);
3559 s->src.max_win = MAX(ntohs(th->th_win), 1);
3822 u_int16_t win = ntohs(th->th_win);
3899 (*state)->src.max_win = MAX(ntohs(th->th_win), 1);
3914 (*state)->dst.max_win = MAX(ntohs(th->th_win), 1);
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c1243 ntohs(tp.th_win));

Completed in 154 milliseconds

12