Class: Pcap::IPAddress

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

._loadObject



312
313
314
# File 'ext/ip_packet.c', line 312

static VALUE
ipaddr_s_load(klass, str)
VALUE klass;

.newObject



193
194
195
# File 'ext/ip_packet.c', line 193

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

Instance Method Details

#==Object



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

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

#===Object



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

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

#_dumpObject



301
302
303
# File 'ext/ip_packet.c', line 301

static VALUE
ipaddr_dump(self, limit)
VALUE self;

#eql?Boolean

Returns:

  • (Boolean)


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

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

#hashObject



291
292
293
# File 'ext/ip_packet.c', line 291

static VALUE
ipaddr_hash(self)
VALUE self;

#hostnameObject

BWC



251
252
253
# File 'ext/ip_packet.c', line 251

static VALUE
ipaddr_hostname(self)
VALUE self;

#num_sObject



241
242
243
# File 'ext/ip_packet.c', line 241

static VALUE
ipaddr_num_s(self)
VALUE self;

#sym_sObject



251
252
253
# File 'ext/ip_packet.c', line 251

static VALUE
ipaddr_hostname(self)
VALUE self;

#to_iObject



231
232
233
# File 'ext/ip_packet.c', line 231

static VALUE
ipaddr_to_i(self)
VALUE self;

#to_num_sObject

BWC



241
242
243
# File 'ext/ip_packet.c', line 241

static VALUE
ipaddr_num_s(self)
VALUE self;

#to_sObject



265
266
267
# File 'ext/ip_packet.c', line 265

static VALUE
ipaddr_to_s(self)
VALUE self;