るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

検索結果

<< 1 2 > >>

Socket::Constants::IP_ADD_MEMBERSHIP -> Integer (6218.0)

Add a multicast group membership

...Add a multicast group membership

BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
ip(4freebsd), ip(7linux)...

Socket::Constants::IP_ADD_SOURCE_MEMBERSHIP -> Integer (6218.0)

Add a multicast group membership。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Add a multicast group membership。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
ip(4freebsd)...

Socket::Constants::INADDR_ALLHOSTS_GROUP -> Integer (6213.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_MAX_LOCAL_GROUP -> Integer (6213.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::INADDR_UNSPEC_GROUP -> Integer (6213.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::AI_ADDRCONFIG -> Integer (6201.0)

Accept only if any address is assigned。

...Accept only if any address is assigned。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)...

Socket::Constants::EAI_ADDRFAMILY -> Integer (6201.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), ga...

Socket::Constants::INADDR_ANY -> Integer (6201.0)

A socket bound to INADDR_ANY receives packets from all interfaces and sends from the default IP address。 IPv4アドレスの 0.0.0.0 に対応する整数です。

...A socket bound to INADDR_ANY receives packets from
all interfaces and sends from the default IP address。
IPv4アドレスの 0.0.0.0 に対応する整数です。

@see netinet/in.h(header), ip(7linux), ip(4freebsd)...

Socket::Constants::INADDR_BROADCAST -> Integer (6201.0)

The network broadcast address。 IPv4のブロードキャストアドレス 255.255.255.255 に対応する整数です。

...The network broadcast address。
IPv4のブロードキャストアドレス 255.255.255.255 に対応する整数です。

@see netinet/in.h(header), ip(7linux), ip(4freebsd)...

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

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

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

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

絞り込み条件を変える

<< 1 2 > >>