Searched refs:ip_p (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dnet/
H A Dip.h50 uint8_t ip_p; /* protocol */ member in struct:ip_hdr
94 * Protocol (ip_p) - http://www.iana.org/assignments/protocol-numbers
407 ip_pack_p->ip_ttl = ttl; ip_pack_p->ip_p = p; \
/gem5/src/base/
H A Dinet.cc220 sum += htons(ip->ip_p + tcplen);
H A Dinet.hh263 uint8_t proto() const { return ip_p; }

Completed in 8 milliseconds