48件ヒット
[1-48件を表示]
(0.016秒)
別のキーワード
ライブラリ
- socket (48)
キーワード
-
INADDR
_ ANY (12) -
MCAST
_ BLOCK _ SOURCE (12) -
MCAST
_ UNBLOCK _ SOURCE (12) -
MSG
_ ERRQUEUE (12)
検索結果
先頭4件
-
Socket
:: Constants :: INADDR _ ANY -> Integer (33.0) -
A socket bound to INADDR_ANY receives packets from all interfaces and sends from the default IP address。 IPv4アドレスの 0.0.0.0 に対応する整数です。
...A socket bound to INADDR_ANY receives packets from
all interfaces and sends from the default IP address。
IPv4アドレスの 0.0.0.0 に対応する整数です。
@see netinet/in.h(header), ip(7linux), ip(4freebsd)... -
Socket
:: Constants :: MCAST _ BLOCK _ SOURCE -> Integer (17.0) -
Block multicast packets from this source
...Block multicast packets from this source
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678... -
Socket
:: Constants :: MCAST _ UNBLOCK _ SOURCE -> Integer (17.0) -
Unblock multicast packets from this source
...Unblock multicast packets from this source
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678... -
Socket
:: Constants :: MSG _ ERRQUEUE -> Integer (17.0) -
Fetch message from error queue
...Fetch message from error queue
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。
@see recv(2linux)...