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

/gem5/ext/dnet/
H A Dtcp.h29 uint16_t th_dport; /* destination port */ member in struct:tcp_hdr
149 tcp_pack_p->th_dport = htons(dport); \
/gem5/src/base/
H A Dinet.hh513 uint16_t dport() const { return ntohs(th_dport); }

Completed in 8 milliseconds