LDN services: Difference between revisions

No edit summary
Line 685: Line 685:
This is "nn::ldn::Ipv4Address". This is a 0x4-byte struct with 4-byte alignment.
This is "nn::ldn::Ipv4Address". This is a 0x4-byte struct with 4-byte alignment.


This is essentially the same as <code>struct in_addr</code>.
This is essentially the same as <code>struct in_addr</code>, except this is little-endian.


= SubnetMask =
= SubnetMask =
This is "nn::ldn::SubnetMask". This is a 0x4-byte struct with 4-byte alignment.
This is "nn::ldn::SubnetMask". This is a 0x4-byte struct with 4-byte alignment.


This is essentially the same as <code>struct in_addr</code>.
This is essentially the same as <code>struct in_addr</code>, except this is little-endian.


= Ssid =
= Ssid =