るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
7件ヒット [1-7件を表示] (0.090秒)
トップページ > バージョン:2.3.0[x] > クエリ:l[x] > クエリ:addr[x] > モジュール:Socket::Constants[x]

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

検索結果

Socket::Constants::IFF_LIVE_ADDR_CHANGE (36607.0)

hardware address change when it's running

hardware address change when it's running

Socket::Constants::EAI_ADDRFAMILY -> Integer (36604.0)

Address family for hostname not supported

Address family for hostname not supported

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

Socket::Constants::INADDR_ALLHOSTS_GROUP -> Integer (36604.0)

Multicast group for all systems on this subset。 IPv4の 244.0.0.1 に対応する整数です。

Multicast group for all systems on this subset。
IPv4の 244.0.0.1 に対応する整数です。

@see http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, 5771

Socket::Constants::INADDR_LOOPBACK -> Integer (36604.0)

The loopback address。 IPv4のループバックアドレス 127.0.0.1 に対応する整数です。

The loopback address。
IPv4のループバックアドレス 127.0.0.1 に対応する整数です。

@see ip(7linux), ip(4freebsd)

Socket::Constants::INADDR_MAX_LOCAL_GROUP -> Integer (36604.0)

The last local network multicast group。 IPv4の 244.0.0.255 に対応する整数です。

The last local network multicast group。
IPv4の 244.0.0.255 に対応する整数です。

@see http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, 5771

絞り込み条件を変える

Socket::Constants::INET6_ADDRSTRLEN -> Integer (36604.0)

IPv6アドレス文字列の最大長。

IPv6アドレス文字列の最大長。

@see netinet/in.h(header)

Socket::Constants::INET_ADDRSTRLEN -> Integer (36604.0)

IPv4アドレス文字列の最大長。

IPv4アドレス文字列の最大長。

@see netinet/in.h(header)