Searched refs:win (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dnet/
H A Dtcp.h146 #define tcp_pack_hdr(hdr, sport, dport, seq, ack, flags, win, urp) do { \
154 tcp_pack_p->th_win = htons(win); \
/gem5/src/base/
H A Dinet.hh518 uint16_t win() const { return ntohs(th_win); } function in struct:Net::TcpHdr

Completed in 9 milliseconds