るりまサーチ

最速Rubyリファレンスマニュアル検索!
48件ヒット [1-48件を表示] (0.046秒)
トップページ > クエリ:on[x] > クエリ:Constant[x] > クエリ:PF_UNIX[x]

別のキーワード

  1. mkmf try_constant
  2. rdoc constant_modifiers
  3. kernel try_constant
  4. rdoc/constant constant
  5. context add_constant

ライブラリ

モジュール

キーワード

検索結果

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

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

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

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

Socket::Constants::AF_LOCAL -> Integer (6001.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 (6001.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 (6001.0)

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

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

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