Class: Racket::L4::ICMPInformationRequest
- Inherits:
-
ICMPGeneric
- Object
- BitStruct
- RacketPart
- ICMPGeneric
- Racket::L4::ICMPInformationRequest
- Defined in:
- lib/racket/l4/icmp.rb
Overview
ICMP Information Request Message
Constant Summary
Constants inherited from ICMPGeneric
Racket::L4::ICMPGeneric::ICMP_TYPE_ADDRESS_MASK_REPLY, Racket::L4::ICMPGeneric::ICMP_TYPE_ADDRESS_MASK_REQUEST, Racket::L4::ICMPGeneric::ICMP_TYPE_DESTINATION_UNREACHABLE, Racket::L4::ICMPGeneric::ICMP_TYPE_ECHO_REPLY, Racket::L4::ICMPGeneric::ICMP_TYPE_ECHO_REQUEST, Racket::L4::ICMPGeneric::ICMP_TYPE_INFO_REPLY, Racket::L4::ICMPGeneric::ICMP_TYPE_INFO_REQUEST, Racket::L4::ICMPGeneric::ICMP_TYPE_MOBILE_IP_ADVERTISEMENT, Racket::L4::ICMPGeneric::ICMP_TYPE_PARAMETER_PROBLEM, Racket::L4::ICMPGeneric::ICMP_TYPE_REDIRECT, Racket::L4::ICMPGeneric::ICMP_TYPE_ROUTER_SOLICITATION, Racket::L4::ICMPGeneric::ICMP_TYPE_SOURCE_QUENCH, Racket::L4::ICMPGeneric::ICMP_TYPE_TIMESTAMP_REPLY, Racket::L4::ICMPGeneric::ICMP_TYPE_TIMESTAMP_REQUEST, Racket::L4::ICMPGeneric::ICMP_TYPE_TIME_EXCEEDED
Instance Attribute Summary
Attributes inherited from RacketPart
Instance Method Summary collapse
-
#initialize(*args) ⇒ ICMPInformationRequest
constructor
A new instance of ICMPInformationRequest.
Methods inherited from ICMPGeneric
Methods inherited from RacketPart
Constructor Details
#initialize(*args) ⇒ ICMPInformationRequest
Returns a new instance of ICMPInformationRequest.
270 271 272 273 274 |
# File 'lib/racket/l4/icmp.rb', line 270 def initialize(*args) super(*args) self.type = 15 self.code = 0 end |