object in
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- in
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type _16 = Digit2[_1, _6]
- type _8 = unsafe.Nat._8
- type in6_addr = CStruct1[CArray[uint8_t, _16]]
- type in_addr = CStruct1[in_addr_t]
- type in_addr_t = UInt
- type in_port_t = UShort
- type ipv6_mreq = CStruct2[in6_addr, CUnsignedInt]
- type sockaddr_in = CStruct4[sa_family_t, in_port_t, in_addr, CArray[Byte, _8]]
- type sockaddr_in6 = CStruct5[in6_addr, sa_family_t, in_port_t, uint32_t, uint32_t]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
IN6_IS_ADDR_LINKLOCAL(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( "scalanative_in6_is_addr_linklocal" )
-
def
IN6_IS_ADDR_LOOPBACK(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( "scalanative_in6_is_addr_loopback" )
-
def
IN6_IS_ADDR_MC_GLOBAL(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( "scalanative_in6_is_addr_mc_global" )
-
def
IN6_IS_ADDR_MC_LINKLOCAL(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( ... )
-
def
IN6_IS_ADDR_MC_NODELOCAL(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( ... )
-
def
IN6_IS_ADDR_MC_ORGLOCAL(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( ... )
-
def
IN6_IS_ADDR_MC_SITELOCAL(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( ... )
-
def
IN6_IS_ADDR_MULTICAST(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( "scalanative_in6_is_addr_multicast" )
-
def
IN6_IS_ADDR_SITELOCAL(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( "scalanative_in6_is_addr_sitelocal" )
-
def
IN6_IS_ADDR_UNSPECIFIED(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( ... )
-
def
IN6_IS_ADDR_V4COMPAT(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( "scalanative_in6_is_addr_v4compat" )
-
def
IN6_IS_ADDR_V4MAPPED(arg: Ptr[in6_addr]): CInt
- Annotations
- @name( "scalanative_in6_is_addr_v4mapped" )
-
def
INADDR_ANY: uint32_t
- Annotations
- @name( "scalanative_inaddr_any" )
-
def
INADDR_BROADCAST: uint32_t
- Annotations
- @name( "scalanative_inaddr_broadcast" )
-
def
INET6_ADDRSTRLEN: CInt
- Annotations
- @name( "scalanative_inet6_addrstrlen" )
-
def
INET_ADDRSTRLEN: CInt
- Annotations
- @name( "scalanative_inet_addrstrlen" )
-
def
IPPROTO_ICMP: CInt
- Annotations
- @name( "scalanative_ipproto_icmp" )
-
def
IPPROTO_IP: CInt
- Annotations
- @name( "scalanative_ipproto_ip" )
-
def
IPPROTO_IPV6: CInt
- Annotations
- @name( "scalanative_ipproto_ipv6" )
-
def
IPPROTO_RAW: CInt
- Annotations
- @name( "scalanative_ipproto_raw" )
-
def
IPPROTO_TCP: CInt
- Annotations
- @name( "scalanative_ipproto_tcp" )
-
def
IPPROTO_UDP: CInt
- Annotations
- @name( "scalanative_ipproto_udp" )
-
def
IPV6_JOIN_GROUP: CInt
- Annotations
- @name( "scalanative_ipv6_join_group" )
-
def
IPV6_LEAVE_GROUP: CInt
- Annotations
- @name( "scalanative_ipv6_leave_group" )
-
def
IPV6_MULTICAST_HOPS: CInt
- Annotations
- @name( "scalanative_ipv6_multicast_hops" )
-
def
IPV6_MULTICAST_IF: CInt
- Annotations
- @name( "scalanative_ipv6_multicast_if" )
-
def
IPV6_MULTICAST_LOOP: CInt
- Annotations
- @name( "scalanative_ipv6_multicast_loop" )
-
def
IPV6_UNICAST_HOPS: CInt
- Annotations
- @name( "scalanative_ipv6_unicast_hops" )
-
def
IPV6_V6ONLY: CInt
- Annotations
- @name( "scalanative_ipv6_v6only" )
-
def
IP_MULTICAST_IF: CInt
- Annotations
- @name( "scalanative_ip_multicast_if" )
-
def
IP_MULTICAST_LOOP: CInt
- Annotations
- @name( "scalanative_ip_multicast_loop" )
-
def
IP_TOS: CInt
- Annotations
- @name( "scalanative_ip_tos" )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()