るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. integer to_d
  4. openssl d
  5. bigdecimal to_d

ライブラリ

検索結果

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