Class SystemB.In6Addr

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.mac.SystemB.In6Addr
Enclosing interface:
SystemB

@FieldOrder("__u6_addr") public static class SystemB.In6Addr extends Structure
IPv6 address (128 bits).

Corresponds to struct in6_addr in <netinet/in.h>.

  • Field Details

    • __u6_addr

      public byte[] __u6_addr
      16-byte IPv6 address.
  • Constructor Details

    • In6Addr

      public In6Addr()