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

12

/netbsd-current/external/bsd/ipf/bin/ipsend/
H A Dtcpip.h82 #define ti_win ti_t.th_win
/netbsd-current/external/bsd/tcpdump/dist/
H A Dtcp.h43 nd_uint16_t th_win; /* window */ member in struct:tcphdr
/netbsd-current/usr.sbin/npf/npftest/
H A Dnpfstream.c84 tcpdlen, ntohs(th->th_win), (uintptr_t)result[0]);
/netbsd-current/sys/netinet/
H A Dtcp.h72 uint16_t th_win; /* window */ member in struct:tcphdr
H A Dtcp_var.h187 #define ti_win ti_t.th_win
H A Dtcp_input.c327 NTOHS(th->th_win);
340 HTONS(th->th_win);
1480 tiwin = th->th_win << tp->snd_scale;
1482 tiwin = th->th_win;
H A Dtcp_output.c1382 th->th_win = htons((u_int16_t) (win>>tp->rcv_scale));
1383 if (th->th_win == 0) {
/netbsd-current/external/bsd/ipf/dist/ipsd/Celler/
H A Dip_compat.h147 __u16 th_win; member in struct:__anon1792
/netbsd-current/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_state_test.c129 th->th_win = htons(p->win);
/netbsd-current/sys/net/
H A Dslcompress.c305 deltaS = (uint16_t)(ntohs(th->th_win) - ntohs(oth->th_win));
575 DECODES(th->th_win)
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_lro.c279 th->th_win = nth->th_win;
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dip.c276 if (!t2->th_win)
277 t2->th_win = htons(4096);
H A Dipsend.c330 tcp->th_win = atoi(optarg);
H A Diptests.c963 t->th_win = htons(4096);
1095 t->th_win = htons(0xffff);
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dipft_tx.c252 tcp->th_win = htons(4096);
415 tcp->th_win = htons(4096);
/netbsd-current/external/bsd/ipf/dist/
H A Dip_irc_pxy.c414 tcp2->th_win = htons(8192);
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_irc_pxy.c403 tcp2->th_win = htons(8192);
H A Dip_raudio_pxy.c288 tcp2->th_win = htons(8192);
H A Dip_rcmd_pxy.c262 tcp2->th_win = htons(8192);
H A Dip_state.c1570 is->is_maxswin = ntohs(tcp->th_win);
2132 win = ntohs(tcp->th_win);
2134 win = ntohs(tcp->th_win) << fdata->td_winscale;
2339 clone->is_maxdwin = ntohs(tcp->th_win);
2347 clone->is_maxswin = ntohs(tcp->th_win);
H A Dip_fil_netbsd.c803 tcp2->th_win = tcp->th_win;
/netbsd-current/usr.sbin/trpt/
H A Dtrpt.c460 win = th->th_win;
/netbsd-current/sys/dist/pf/net/
H A Dpf_osfp.c190 fp.fp_wsize = ntohs(tcp->th_win);
583 /* We do a few MSS/th_win percolations to make things unique */
/netbsd-current/sys/net/npf/
H A Dnpf_inet.c259 *win = (uint32_t)ntohs(th->th_win);
/netbsd-current/external/bsd/ipf/dist/iplang/
H A Diplang_y.y1006 tcp->th_win = htons(4096);
1094 tcp->th_win = htons(strtol(*arg, NULL, 0));

Completed in 354 milliseconds

12