51Degrees Common C/C++  4.1

A shared functionality library that is used by 51Degrees products

fiftyoneDegreesEvidenceIpAddress Struct Reference

Detailed Description

IP address structure containing the bytes of a v4 or v6 IP address.

This contains a pointer to a next IP address to enable a linked list to be created.

Public Attributes

fiftyoneDegreesEvidenceIpType  type
The type of address (v4 or v6)
byte *  address
The first byte of the address.
byte *  current
When building the address the next byte to update.
fiftyoneDegreesEvidenceIpAddress *  next
Next address in the list or NULL.
byte  bytesPresent
Number of bytes in the original string which are not abbreviated.

The documentation for this struct was generated from the following file: