るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.069秒)
トップページ > バージョン:2.5.0[x] > クエリ:y[x] > クエリ:Constants[x] > クエリ:EAI_ADDRFAMILY[x]

別のキーワード

  1. _builtin constants
  2. module constants
  3. constants iff_staticarp
  4. constants iff_up
  5. constants pf_implink

ライブラリ

モジュール

検索結果

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