Class nw_ip_version_t


  • public final class nw_ip_version_t
    extends java.lang.Object
    [@typedef] nw_ip_version_t A specific version of the Internet Protocol.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int nw_ip_version_4
      [@const] nw_ip_version_4 Use IP version 4 (IPv4)
      static int nw_ip_version_6
      [@const] nw_ip_version_6 Use IP version 6 (IPv6)
      static int nw_ip_version_any
      [@const] nw_ip_version_any Allow any IP version
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nw_ip_version_any

        public static final int nw_ip_version_any
        [@const] nw_ip_version_any Allow any IP version
        See Also:
        Constant Field Values
      • nw_ip_version_4

        public static final int nw_ip_version_4
        [@const] nw_ip_version_4 Use IP version 4 (IPv4)
        See Also:
        Constant Field Values
      • nw_ip_version_6

        public static final int nw_ip_version_6
        [@const] nw_ip_version_6 Use IP version 6 (IPv6)
        See Also:
        Constant Field Values