Packages

object in

Annotations
@extern() @define("__SCALANATIVE_POSIX_NETINET_IN")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. in
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type _16 = Digit2[_1, _6]
  2. type _8 = unsafe.Nat._8
  3. type in6_addr = CStruct1[CArray[inttypes.uint8_t, _16]]
  4. type in_addr = CStruct1[in_addr_t]
  5. type in_addr_t = UInt
  6. type in_port_t = UShort
  7. type ipv6_mreq = CStruct2[in6_addr, CUnsignedInt]
  8. type sockaddr_in = CStruct4[sa_family_t, in_port_t, in_addr, CArray[Byte, _8]]
  9. type sockaddr_in6 = CStruct5[sa_family_t, in_port_t, inttypes.uint32_t, in6_addr, inttypes.uint32_t]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def IN6_IS_ADDR_LINKLOCAL(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_linklocal")
  5. def IN6_IS_ADDR_LOOPBACK(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_loopback")
  6. def IN6_IS_ADDR_MC_GLOBAL(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_mc_global")
  7. def IN6_IS_ADDR_MC_LINKLOCAL(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_mc_linklocal")
  8. def IN6_IS_ADDR_MC_NODELOCAL(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_mc_nodelocal")
  9. def IN6_IS_ADDR_MC_ORGLOCAL(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_mc_orglocal")
  10. def IN6_IS_ADDR_MC_SITELOCAL(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_mc_sitelocal")
  11. def IN6_IS_ADDR_MULTICAST(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_multicast")
  12. def IN6_IS_ADDR_SITELOCAL(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_sitelocal")
  13. def IN6_IS_ADDR_UNSPECIFIED(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_unspecified")
  14. def IN6_IS_ADDR_V4COMPAT(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_v4compat")
  15. def IN6_IS_ADDR_V4MAPPED(arg: Ptr[in6_addr]): CInt
    Annotations
    @name("scalanative_in6_is_addr_v4mapped")
  16. def INADDR_ANY: inttypes.uint32_t
    Annotations
    @name("scalanative_inaddr_any")
  17. def INADDR_BROADCAST: inttypes.uint32_t
    Annotations
    @name("scalanative_inaddr_broadcast")
  18. def INET6_ADDRSTRLEN: CInt
    Annotations
    @name("scalanative_inet6_addrstrlen")
  19. def INET_ADDRSTRLEN: CInt
    Annotations
    @name("scalanative_inet_addrstrlen")
  20. def IPPROTO_ICMP: CInt
    Annotations
    @name("scalanative_ipproto_icmp")
  21. def IPPROTO_IP: CInt
    Annotations
    @name("scalanative_ipproto_ip")
  22. def IPPROTO_IPV6: CInt
    Annotations
    @name("scalanative_ipproto_ipv6")
  23. def IPPROTO_RAW: CInt
    Annotations
    @name("scalanative_ipproto_raw")
  24. def IPPROTO_TCP: CInt
    Annotations
    @name("scalanative_ipproto_tcp")
  25. def IPPROTO_UDP: CInt
    Annotations
    @name("scalanative_ipproto_udp")
  26. def IPV6_JOIN_GROUP: CInt
    Annotations
    @name("scalanative_ipv6_join_group")
  27. def IPV6_LEAVE_GROUP: CInt
    Annotations
    @name("scalanative_ipv6_leave_group")
  28. def IPV6_MULTICAST_HOPS: CInt
    Annotations
    @name("scalanative_ipv6_multicast_hops")
  29. def IPV6_MULTICAST_IF: CInt
    Annotations
    @name("scalanative_ipv6_multicast_if")
  30. def IPV6_MULTICAST_LOOP: CInt
    Annotations
    @name("scalanative_ipv6_multicast_loop")
  31. def IPV6_UNICAST_HOPS: CInt
    Annotations
    @name("scalanative_ipv6_unicast_hops")
  32. def IPV6_V6ONLY: CInt
    Annotations
    @name("scalanative_ipv6_v6only")
  33. def IP_MULTICAST_IF: CInt
    Annotations
    @name("scalanative_ip_multicast_if")
  34. def IP_MULTICAST_LOOP: CInt
    Annotations
    @name("scalanative_ip_multicast_loop")
  35. def IP_TOS: CInt
    Annotations
    @name("scalanative_ip_tos")
  36. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  37. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped