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



280
281
282
# File 'ext/ip_packet.c', line 280

static VALUE
ipaddr_s_load(klass, str)
VALUE klass;

.newObject



161
162
163
# File 'ext/ip_packet.c', line 161

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

Instance Method Details

#==Object



243
244
245
# File 'ext/ip_packet.c', line 243

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

#===Object



243
244
245
# File 'ext/ip_packet.c', line 243

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

#_dumpObject



269
270
271
# File 'ext/ip_packet.c', line 269

static VALUE
ipaddr_dump(self, limit)
VALUE self;

#eql?Boolean

Returns:

  • (Boolean)


243
244
245
# File 'ext/ip_packet.c', line 243

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

#hashObject



259
260
261
# File 'ext/ip_packet.c', line 259

static VALUE
ipaddr_hash(self)
VALUE self;

#hostnameObject

BWC



219
220
221
# File 'ext/ip_packet.c', line 219

static VALUE
ipaddr_hostname(self)
VALUE self;

#num_sObject



209
210
211
# File 'ext/ip_packet.c', line 209

static VALUE
ipaddr_num_s(self)
VALUE self;

#sym_sObject



219
220
221
# File 'ext/ip_packet.c', line 219

static VALUE
ipaddr_hostname(self)
VALUE self;

#to_iObject



199
200
201
# File 'ext/ip_packet.c', line 199

static VALUE
ipaddr_to_i(self)
VALUE self;

#to_num_sObject

BWC



209
210
211
# File 'ext/ip_packet.c', line 209

static VALUE
ipaddr_num_s(self)
VALUE self;

#to_sObject



233
234
235
# File 'ext/ip_packet.c', line 233

static VALUE
ipaddr_to_s(self)
VALUE self;