2.2.13.1.1.1 Target Net Address (TARGET_NET_ADDRESS)
The TARGET_NET_ADDRESS structure holds a Unicode text representation of an IP address.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
addressLength |
|||||||||||||||||||||||||||||||
address (variable) |
|||||||||||||||||||||||||||||||
... |
addressLength (4 bytes): A 32-bit, unsigned integer. The length in bytes of the address field.
address (variable): A variable-length array of bytes containing an IP address in Unicode format, including a null-terminator.