るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.138秒)
トップページ > 種類:定数[x] > バージョン:2.4.0[x] > クエリ:I[x] > クエリ:AF_LOCAL[x] > モジュール:Socket::Constants[x]

別のキーワード

  1. socket af_ns
  2. socket af_cnt
  3. socket af_coip
  4. socket af_natm
  5. socket af_ccitt

ライブラリ

キーワード

検索結果

Socket::Constants::AF_LOCAL -> Integer (54610.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)

Socket::Constants::AF_UNIX -> Integer (18310.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)

Socket::Constants::PF_UNIX -> Integer (18310.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)

Socket::Constants::PF_LOCAL -> Integer (9310.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

Unix domain socket。
Socket.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)