2.2.35.1 IN_ADDR (IPv4)
The IN_ADDR structure specifies a 4-byte IPv4 transport address. The IPv4 transport address 192.168.239.061, when converted into a 4-byte binary IN_ADDR structure, would have the value 11000000 10101000 11101111 00111101.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
b1 |
b2 |
b3 |
b4 |
||||||||||||||||||||||||||||
b1 (1 byte): First octet of the IPv4 network address.
b2 (1 byte): Second octet of the IPv4 network address.
b3 (1 byte): Third octet of the IPv4 network address.
b4 (1 byte): Fourth octet of the IPv4 network address.