るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. matrix i
  5. csv to_i

ライブラリ

キーワード

検索結果

Socket::Constants::AF_UNIX -> Integer (6225.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 (6225.0)

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

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

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

Socket::Constants::SCM_RIGHTS -> Integer (6119.0)

Access rights.

...Access rights.

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData, Socket::AncillaryData#unix_rights
BasicSocket#sendmsg, BasicSocket#recvmsg,
unix
(7linux), unix(4freebsd),
sys/socket.h(header)...

Socket::Constants::SCM_CREDENTIALS -> Integer (6107.0)

The sender's credentials

...The sender's credentials

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData,
BasicSocket#sendmsg, BasicSocket#recvmsg,
unix
(7linux)...

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

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

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

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

Socket::Constants::SCM_CREDS -> Integer (107.0)

Process credentials

...Process credentials

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData,
BasicSocket#sendmsg, BasicSocket#recvmsg,
unix
(4freebsd)...

Socket::Constants::SO_PASSCRED -> Integer (107.0)

Receive SCM_CREDENTIALS messages。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Receive SCM_CREDENTIALS messages。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see socket(7linux), unix(7linux),
Socket::Constants
::SOL_SOCKET...

Socket::Constants::SO_PEERCRED -> Integer (107.0)

The credentials of the foreign process connected to this socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...The credentials of the foreign process connected to this socket。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see socket(7linux), unix(7linux), socketpair(2linux),
Socket::Constants
::SOL_SOCKET...