Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IPv4 address (in host-order).

paddrp_addr_ip_ascii

Pointer to a memory buffer of size greater than or equal to NET_ASCII_LEN_MAX_ADDR_IPIPv4 bytes to receive the IPv4 address string. Note that the first ASCII character in the string is the most significant nibble of the IP address’s most significant byte and that the last character in the string is the least significant nibble of the IP address’s least significant byte. Example: “10.10.1.65” = 0x0A0A0141

...