クラス
- Socket (10)
モジュール
-
Socket
:: Constants (10)
キーワード
-
AI
_ ALL (2) -
IFF
_ ALLMULTI (2) -
IFF
_ PROMISC (2) -
INADDR
_ ALLHOSTS _ GROUP (2) -
INADDR
_ ANY (2) -
IPV6
_ RECVDSTOPTS (2) -
IP
_ RECVRETOPTS (2) -
MSG
_ WAITALL (2) -
SO
_ ALLZONES (2) -
SO
_ PRIORITY (2)
検索結果
先頭5件
-
Socket
:: AI _ ALL -> Integer (18358.0) -
Allow all addresses。
...Allow all addresses。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。
@see getaddrinfo(3)... -
Socket
:: Constants :: AI _ ALL -> Integer (18358.0) -
Allow all addresses。
...Allow all addresses。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。
@see getaddrinfo(3)... -
Socket
:: Constants :: IFF _ ALLMULTI (18355.0) -
receive all multicast packets
receive all multicast packets -
Socket
:: Constants :: INADDR _ ALLHOSTS _ GROUP -> Integer (18355.0) -
Multicast group for all systems on this subset。 IPv4の 244.0.0.1 に対応する整数です。
Multicast group for all systems on this subset。
IPv4の 244.0.0.1 に対応する整数です。
@see http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, 5771 -
Socket
:: IFF _ ALLMULTI (18355.0) -
receive all multicast packets
receive all multicast packets -
Socket
:: INADDR _ ALLHOSTS _ GROUP -> Integer (18355.0) -
Multicast group for all systems on this subset。 IPv4の 244.0.0.1 に対応する整数です。
Multicast group for all systems on this subset。
IPv4の 244.0.0.1 に対応する整数です。
@see http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, 5771 -
Socket
:: Constants :: MSG _ WAITALL -> Integer (18307.0) -
Wait for full request or error
...Wait for full request or error
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。
@see sys/socket.h(header),
recv(2), recvfrom(2), recvmsg(2),
recv(2linux),
recv(2freebsd)... -
Socket
:: Constants :: SO _ ALLZONES -> Integer (18307.0) -
@todo Bypass zone boundaries。
@todo
Bypass zone boundaries。 -
Socket
:: MSG _ WAITALL -> Integer (18307.0) -
Wait for full request or error
...Wait for full request or error
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。
@see sys/socket.h(header),
recv(2), recvfrom(2), recvmsg(2),
recv(2linux),
recv(2freebsd)... -
Socket
:: SO _ ALLZONES -> Integer (18307.0) -
@todo Bypass zone boundaries。
@todo
Bypass zone boundaries。 -
Socket
:: Constants :: IFF _ PROMISC (55.0) -
receive all packets
receive all packets -
Socket
:: Constants :: INADDR _ ANY -> Integer (55.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 :: IPV6 _ RECVDSTOPTS -> Integer (55.0) -
Receive all IP6 options for response。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Receive all IP6 options for response。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
3542... -
Socket
:: Constants :: IP _ RECVRETOPTS -> Integer (55.0) -
@todo Receive all IP options for response
@todo
Receive all IP options for response -
Socket
:: Constants :: SO _ PRIORITY -> Integer (55.0) -
The protocol-defined priority for all packets on this socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...The protocol-defined priority for all packets on this socket。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see socket(7linux), ip(7linux)... -
Socket
:: IFF _ PROMISC (55.0) -
receive all packets
receive all packets -
Socket
:: INADDR _ ANY -> Integer (55.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
:: IPV6 _ RECVDSTOPTS -> Integer (55.0) -
Receive all IP6 options for response。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Receive all IP6 options for response。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
3542... -
Socket
:: IP _ RECVRETOPTS -> Integer (55.0) -
@todo Receive all IP options for response
@todo
Receive all IP options for response -
Socket
:: SO _ PRIORITY -> Integer (55.0) -
The protocol-defined priority for all packets on this socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...The protocol-defined priority for all packets on this socket。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see socket(7linux), ip(7linux)...