Class: Pcap::IPAddress
- Inherits:
-
Object
- Object
- Pcap::IPAddress
- Defined in:
- ext/pcap/ip_packet.c
Class Method Summary collapse
Instance Method Summary collapse
- #== ⇒ Object
- #=== ⇒ Object
- #_dump ⇒ Object
- #eql? ⇒ Boolean
- #hash ⇒ Object
-
#hostname ⇒ Object
BWC.
- #num_s ⇒ Object
- #sym_s ⇒ Object
- #to_i ⇒ Object
-
#to_num_s ⇒ Object
BWC.
- #to_s ⇒ Object
Class Method Details
._load ⇒ Object
369 370 371 |
# File 'ext/pcap/ip_packet.c', line 369 static VALUE ipaddr_s_load(klass, str) VALUE klass; |
.new ⇒ Object
250 251 252 |
# File 'ext/pcap/ip_packet.c', line 250 static VALUE ipaddr_s_new(self, val) VALUE self, val; |
Instance Method Details
#== ⇒ Object
332 333 334 |
# File 'ext/pcap/ip_packet.c', line 332 static VALUE ipaddr_equal(self, other) VALUE self, other; |
#=== ⇒ Object
332 333 334 |
# File 'ext/pcap/ip_packet.c', line 332 static VALUE ipaddr_equal(self, other) VALUE self, other; |
#_dump ⇒ Object
358 359 360 |
# File 'ext/pcap/ip_packet.c', line 358 static VALUE ipaddr_dump(self, limit) VALUE self; |
#eql? ⇒ Boolean
332 333 334 |
# File 'ext/pcap/ip_packet.c', line 332 static VALUE ipaddr_equal(self, other) VALUE self, other; |
#hash ⇒ Object
348 349 350 |
# File 'ext/pcap/ip_packet.c', line 348 static VALUE ipaddr_hash(self) VALUE self; |
#hostname ⇒ Object
BWC
308 309 310 |
# File 'ext/pcap/ip_packet.c', line 308 static VALUE ipaddr_hostname(self) VALUE self; |
#num_s ⇒ Object
298 299 300 |
# File 'ext/pcap/ip_packet.c', line 298 static VALUE ipaddr_num_s(self) VALUE self; |
#sym_s ⇒ Object
308 309 310 |
# File 'ext/pcap/ip_packet.c', line 308 static VALUE ipaddr_hostname(self) VALUE self; |
#to_i ⇒ Object
288 289 290 |
# File 'ext/pcap/ip_packet.c', line 288 static VALUE ipaddr_to_i(self) VALUE self; |
#to_num_s ⇒ Object
BWC
298 299 300 |
# File 'ext/pcap/ip_packet.c', line 298 static VALUE ipaddr_num_s(self) VALUE self; |
#to_s ⇒ Object
322 323 324 |
# File 'ext/pcap/ip_packet.c', line 322 static VALUE ipaddr_to_s(self) VALUE self; |