Class: Pcap::IPAddress

Inherits:
Object
  • Object
show all
Defined in:
ext/pcap/ip_packet.c

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

._loadObject



369
370
371
# File 'ext/pcap/ip_packet.c', line 369

static VALUE
ipaddr_s_load(klass, str)
VALUE klass;

.newObject



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;

#_dumpObject



358
359
360
# File 'ext/pcap/ip_packet.c', line 358

static VALUE
ipaddr_dump(self, limit)
VALUE self;

#eql?Boolean

Returns:

  • (Boolean)


332
333
334
# File 'ext/pcap/ip_packet.c', line 332

static VALUE
ipaddr_equal(self, other)
VALUE self, other;

#hashObject



348
349
350
# File 'ext/pcap/ip_packet.c', line 348

static VALUE
ipaddr_hash(self)
VALUE self;

#hostnameObject

BWC



308
309
310
# File 'ext/pcap/ip_packet.c', line 308

static VALUE
ipaddr_hostname(self)
VALUE self;

#num_sObject



298
299
300
# File 'ext/pcap/ip_packet.c', line 298

static VALUE
ipaddr_num_s(self)
VALUE self;

#sym_sObject



308
309
310
# File 'ext/pcap/ip_packet.c', line 308

static VALUE
ipaddr_hostname(self)
VALUE self;

#to_iObject



288
289
290
# File 'ext/pcap/ip_packet.c', line 288

static VALUE
ipaddr_to_i(self)
VALUE self;

#to_num_sObject

BWC



298
299
300
# File 'ext/pcap/ip_packet.c', line 298

static VALUE
ipaddr_num_s(self)
VALUE self;

#to_sObject



322
323
324
# File 'ext/pcap/ip_packet.c', line 322

static VALUE
ipaddr_to_s(self)
VALUE self;