312件ヒット
[201-300件を表示]
(0.089秒)
種類
- 定数 (264)
- インスタンスメソッド (36)
- クラス (12)
ライブラリ
- socket (312)
クラス
- BasicSocket (24)
- Socket (60)
-
Socket
:: AncillaryData (12)
モジュール
-
Socket
:: Constants (204)
キーワード
- AncillaryData (12)
-
MSG
_ CONFIRM (12) -
MSG
_ CTRUNC (12) -
MSG
_ DONTROUTE (12) -
MSG
_ DONTWAIT (24) -
MSG
_ EOF (12) -
MSG
_ EOR (12) -
MSG
_ MORE (12) -
MSG
_ NOSIGNAL (24) -
MSG
_ OOB (12) -
MSG
_ PEEK (12) -
MSG
_ TRUNC (12) -
SCM
_ BINTIME (12) -
SCM
_ CREDENTIALS (24) -
SCM
_ CREDS (12) -
SCM
_ RIGHTS (12) -
SCM
_ TIMESTAMP (24) -
SCM
_ TIMESTAMPNS (24) -
sendmsg
_ nonblock (12) -
unix
_ rights (12)
検索結果
先頭5件
-
Socket
:: Constants :: MSG _ PEEK -> Integer (3012.0) -
Peek at incoming message。
...Peek at incoming message。
BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。
@see sys/socket.h(header),
send(2), sendto(2), sendmsg(2),
recv(2), recvfrom(2), recvmsg(2),
send(2linux), recv(2linux),
send(2freebsd), r... -
Socket
:: Constants :: MSG _ CONFIRM -> Integer (3006.0) -
Confirm path validity
...Confirm path validity
BasicSocket#send, BasicSocket#sendmsg
の flags 引数に用います。
@see send(2linux)... -
Socket
:: Constants :: MSG _ CTRUNC -> Integer (3006.0) -
Control data lost before delivery。
...Control data lost before delivery。
BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。
@see sys/socket.h(header),
send(2linux), recv(2linux),
send(2freebsd), recv(2freebsd)... -
Socket
:: Constants :: MSG _ DONTROUTE -> Integer (3006.0) -
Send without using the routing tables。
...Send without using the routing tables。
BasicSocket#send, BasicSocket#sendmsg の
flags 引数に用います。
@see sys/socket.h(header),
send(2linux)
send(2freebsd)... -
Socket
:: Constants :: MSG _ EOF -> Integer (3006.0) -
Data completes connection。
...Data completes connection。
BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。
@see send(2freebsd)... -
Socket
:: Constants :: MSG _ MORE -> Integer (3006.0) -
Sender will send more
...Sender will send more
BasicSocket#send, BasicSocket#sendmsg の
flags 引数に用います。
@see send(2linux)... -
Socket
:: Constants :: MSG _ TRUNC -> Integer (3006.0) -
Data discarded before delivery。
...Data discarded before delivery。
BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg
の flags 引数に用います。
@see sys/socket.h(header),
send(2linux), recv(2linux),
send(2freebsd), recv(2freebsd)... -
Socket
:: Constants :: SCM _ BINTIME -> Integer (3006.0) -
Timestamp (bintime).
...Timestamp (bintime).
Socket::AncillaryData の type として利用します。
@see Socket::AncillaryData, Socket::AncillaryData#timestamp
BasicSocket#sendmsg, BasicSocket#recvmsg... -
Socket
:: Constants :: SCM _ CREDS -> Integer (3006.0) -
Process credentials
...Process credentials
Socket::AncillaryData の type として利用します。
@see Socket::AncillaryData,
BasicSocket#sendmsg, BasicSocket#recvmsg,
unix(4freebsd)...