るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.155秒)
トップページ > クエリ:i[x] > クエリ:NS[x] > クエリ:Constants[x] > クエリ:AF_LOCAL[x]

別のキーワード

  1. _builtin constants
  2. module constants
  3. constants pf_unix
  4. constants ip_ttl
  5. constants af_lat

ライブラリ

モジュール

キーワード

検索結果

Socket::Constants::AF_LOCAL -> Integer (24201.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 (12101.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 (12101.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 (9101.0)

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

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

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