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

/gem5/ext/dnet/
H A Dudp.h18 uint16_t uh_dport; /* destination port */ member in struct:udp_hdr
28 udp_pack_p->uh_dport = htons(dport); \
/gem5/src/base/
H A Dinet.hh617 uint16_t dport() const { return ntohs(uh_dport); }

Completed in 13 milliseconds