Searched refs:packet_ (Results 1 – 2 of 2) sorted by relevance
2327 this.packet_ = JSON.parse(json);2329 if (this.packet_.refs) {2330 for (var i = 0; i < this.packet_.refs.length; i++) {2331 this.refs_[this.packet_.refs[i].handle] = this.packet_.refs[i];2342 return this.packet_.type;2351 return this.packet_.event;2360 return this.packet_.request_seq;2369 return this.packet_.running ? true : false;2374 return this.packet_.success ? true : false;2379 return this.packet_.message;[all …]
423 packet_(p), in Buffer()515 p = &packet_[offset]; in DNSName()546 const uint8* const packet_; member in net::Buffer