るりまサーチ

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

別のキーワード

  1. format spec
  2. format spec=
  3. installer spec
  4. oldformat spec
  5. oldformat spec=

ライブラリ

キーワード

検索結果

Socket::Constants::AF_UNSPEC -> Integer (6101.0)

アドレスファミリー不定。

アドレスファミリー不定。

@see Socket.open, sys/socket.h(header)

Socket::Constants::INADDR_UNSPEC_GROUP -> Integer (6101.0)

The reserved multicast group。 IPv4の 244.0.0.0 に対応する整数です。

The reserved multicast group。
IPv4の 244.0.0.0 に対応する整数です。

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

Socket::Constants::PF_UNSPEC -> Integer (6101.0)

プロトコルファミリー不定。

...プロトコルファミリー不定。

@see Socket::Constants::AF_UNSPEC, Socket.open...