るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.059秒)
トップページ > 種類:定数[x] > バージョン:2.6.0[x] > クエリ:ANY[x] > クエリ:INADDR_ANY[x]

別のキーワード

  1. _builtin any?
  2. psych any
  3. socket inaddr_any
  4. enumerable any?
  5. array any?

ライブラリ

クラス

モジュール

検索結果

Socket::Constants::INADDR_ANY -> Integer (72706.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::INADDR_ANY -> Integer (72706.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)