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



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

static VALUE
ipaddr_s_load(klass, str)
VALUE klass;

.newObject



238
239
240
# File 'ext/pcap/ip_packet.c', line 238

static VALUE
ipaddr_s_new(self, val)
VALUE self, val;

Instance Method Details

#==Object



320
321
322
# File 'ext/pcap/ip_packet.c', line 320

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

#===Object



320
321
322
# File 'ext/pcap/ip_packet.c', line 320

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

#_dumpObject



346
347
348
# File 'ext/pcap/ip_packet.c', line 346

static VALUE
ipaddr_dump(self, limit)
VALUE self;

#eql?Boolean

Returns:

  • (Boolean)


320
321
322
# File 'ext/pcap/ip_packet.c', line 320

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

#hashObject



336
337
338
# File 'ext/pcap/ip_packet.c', line 336

static VALUE
ipaddr_hash(self)
VALUE self;

#hostnameObject

BWC



296
297
298
# File 'ext/pcap/ip_packet.c', line 296

static VALUE
ipaddr_hostname(self)
VALUE self;

#num_sObject



286
287
288
# File 'ext/pcap/ip_packet.c', line 286

static VALUE
ipaddr_num_s(self)
VALUE self;

#sym_sObject



296
297
298
# File 'ext/pcap/ip_packet.c', line 296

static VALUE
ipaddr_hostname(self)
VALUE self;

#to_iObject



276
277
278
# File 'ext/pcap/ip_packet.c', line 276

static VALUE
ipaddr_to_i(self)
VALUE self;

#to_num_sObject

BWC



286
287
288
# File 'ext/pcap/ip_packet.c', line 286

static VALUE
ipaddr_num_s(self)
VALUE self;

#to_sObject



310
311
312
# File 'ext/pcap/ip_packet.c', line 310

static VALUE
ipaddr_to_s(self)
VALUE self;