Searched refs:nxt (Results 1 - 4 of 4) sorted by relevance

/gem5/src/base/
H A Dinet.cc282 #define IP6_EXTENSION(nxt) (nxt == IP_PROTO_HOPOPTS) ? true : \
283 (nxt == IP_PROTO_ROUTING) ? true : \
284 (nxt == IP_PROTO_FRAGMENT) ? true : \
285 (nxt == IP_PROTO_AH) ? true : \
286 (nxt == IP_PROTO_ESP) ? true: \
287 (nxt == IP_PROTO_DSTOPTS) ? true : false
296 uint8_t nxt = ip6_nxt; local
300 while (IP6_EXTENSION(nxt)) {
302 nxt
319 uint8_t nxt = ip6_nxt; local
345 uint8_t nxt = ip6_nxt; local
[all...]
H A Dinet.hh370 uint8_t nxt() const { return ip6_nxt; } function in struct:Net::Ip6Hdr
483 uint8_t nxt() const { return ext_nxt; } function in struct:Net::Ip6Opt
/gem5/ext/dnet/
H A Dip6.h163 #define ip6_pack_hdr(hdr, fc, fl, plen, nxt, hlim, src, dst) do { \
169 ip6->ip6_nxt = (nxt); ip6->ip6_hlim = (hlim); \
/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c409 qt_t *nxt; local
412 nxt = *(qt_t **)nxtp;
416 QT_BLOCKI (t_splat, mep, 0, nxt);
470 qt_t *nxt; local
473 nxt = *(qt_t **)nxtp;
474 QT_BLOCK (t_splat, mep, 0, nxt);

Completed in 15 milliseconds