るりまサーチ (Ruby 3.4)

最速Rubyリファレンスマニュアル検索!
1050件ヒット [201-300件を表示] (0.052秒)

別のキーワード

  1. socket sock_raw
  2. socket sock_rdm
  3. socket sock_dgram
  4. socket sock_packet
  5. socket sock_stream

ライブラリ

モジュール

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

Socket::AF_LOCAL -> Integer (9001.0)

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

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

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

Socket::AF_MAX -> Integer (9001.0)

対象のプラットフォーム上でのアドレスファミリーの最大の数値。

対象のプラットフォーム上でのアドレスファミリーの最大の数値。

@see Socket::Constants::PF_MAX

Socket::AF_NATM -> Integer (9001.0)

@todo Native ATM access。 Socket.open の第一引数 domain に使用します。

@todo
Native ATM access。
Socket.open の第一引数 domain に使用します。

Socket::AF_NDRV -> Integer (9001.0)

@todo Network driver raw access。 Socket.open の第一引数 domain に使用します。

@todo
Network driver raw access。
Socket.open の第一引数 domain に使用します。

Socket::AF_NETBIOS -> Integer (9001.0)

@todo NetBIOS。 Socket.open の第一引数 domain に使用します。

@todo
NetBIOS。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::AF_NETGRAPH -> Integer (9001.0)

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

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

@see socket(2freebsd)

Socket::AF_NS -> Integer (9001.0)

@todo XEROX NS protocol。 Socket.open の第一引数 domain に使用します。

@todo
XEROX NS protocol。
Socket.open の第一引数 domain に使用します。

Socket::AF_OSI -> Integer (9001.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

@todo
ISO Open Systems Interconnection protocols。
Socket.open の第一引数 domain に使用します。

Socket::AF_PACKET -> Integer (9001.0)

デバイスレベルインターフェース。 Socket.open の第一引数 domain に使用します。

デバイスレベルインターフェース。
Socket.open の第一引数 domain に使用します。

@see socket(2linux), packet(7linux)

Socket::AF_PPP -> Integer (9001.0)

@todo Point-to-Point Protocol。 Socket.open の第一引数 domain に使用します。

@todo
Point-to-Point Protocol。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::AF_PUP -> Integer (9001.0)

PUP(PARC Universal Packet)。 Socket.open の第一引数 domain に使用します。

PUP(PARC Universal Packet)。
Socket.open の第一引数 domain に使用します。

@see socket(2freebsd)

Socket::AF_ROUTE -> Integer (9001.0)

@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。

@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。

@todo

Socket::AF_SIP -> Integer (9001.0)

@todo Simple Internet Protocol。 Socket.open の第一引数 domain に使用します。

@todo
Simple Internet Protocol。
Socket.open の第一引数 domain に使用します。

Socket::AF_SNA -> Integer (9001.0)

@todo IBM SNA protocol。 Socket.open の第一引数 domain に使用します。

@todo
IBM SNA protocol。
Socket.open の第一引数 domain に使用します。

Socket::AF_SYSTEM -> Integer (9001.0)

@todo

@todo

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

絞り込み条件を変える

Socket::AF_UNIX -> Integer (9001.0)

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

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

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

Socket::AF_UNSPEC -> Integer (9001.0)

アドレスファミリー不定。

アドレスファミリー不定。

@see Socket.open, sys/socket.h(header)

Socket::AI_ADDRCONFIG -> Integer (9001.0)

Accept only if any address is assigned。

Accept only if any address is assigned。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::AI_ALL -> Integer (9001.0)

Allow all addresses。

Allow all addresses。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::AI_CANONNAME -> Integer (9001.0)

Fill in the canonical name。

Fill in the canonical name。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

絞り込み条件を変える

Socket::AI_DEFAULT -> Integer (9001.0)

Default flags for getaddrinfo。

Default flags for getaddrinfo。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getipnodebyname(3freebsd)

Socket::AI_MASK -> Integer (9001.0)

@todo

@todo

Socket::AI_NUMERICHOST -> Integer (9001.0)

Prevent host name resolution。

Prevent host name resolution。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::AI_NUMERICSERV -> Integer (9001.0)

Prevent server name resolution。

Prevent server name resolution。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::AI_PASSIVE -> Integer (9001.0)

Get address to use with bind。

Get address to use with bind。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

絞り込み条件を変える

Socket::AI_V4MAPPED -> Integer (9001.0)

Accept IPv4-mapped IPv6 addresses。

Accept IPv4-mapped IPv6 addresses。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::AI_V4MAPPED_CFG -> Integer (9001.0)

Accept IPv4 mapped addresses if the kernel supports it。

Accept IPv4 mapped addresses if the kernel supports it。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getipnodebyname(3freebsd)

Socket::AncillaryData (9001.0)

BasicSocket#sendmsg や BasicSocket#recvmsg で用いる ancillary data (補助データ、制御情報) を表すクラスです。

BasicSocket#sendmsg や BasicSocket#recvmsg
で用いる ancillary data (補助データ、制御情報)
を表すクラスです。

Socket::AncillaryData#family(socket family),
Socket::AncillaryData#level(cmsg level),
Socket::AncillaryData#type(cmsg type),
Socket::AncillaryData#data(cmsg data),
といった要素を持ちます。

Socket::AncillaryData#cmsg_is?(level, type) -> bool (9001.0)

自身の level と type が引数のものと一致している場合に真を返します。

自身の level と type が引数のものと一致している場合に真を返します。

require 'socket'

ancdata = Socket::AncillaryData.new(:INET6, :IPV6, :PKTINFO, "")
ancdata.cmsg_is?(Socket::IPPROTO_IPV6, Socket::IPV6_PKTINFO) #=> true
ancdata.cmsg_is?(:IPV6, :PKTINFO) #=> true
ancdata.cmsg_is?(:IP, :PKTINFO) #=> fa...

Socket::AncillaryData#data -> String (9001.0)

自身が保持している cmsg data (データ) を返します。

自身が保持している cmsg data (データ) を返します。

require 'socket'

p Socket::AncillaryData.new(:INET6, :IPV6, :PKTINFO, "").type
#=> ""

@see Socket::AncillaryData.new

絞り込み条件を変える

Socket::AncillaryData#family -> Integer (9001.0)

自身が保持している socket family を返します。

自身が保持している socket family を返します。

require 'socket'

p Socket::AncillaryData.new(:INET6, :IPV6, :PKTINFO, "").family
#=> 10

@see Socket::AncillaryData.new

Socket::AncillaryData#int -> Integer (9001.0)

自身が保持している cmsg data (データ) を整数の形で返します。

自身が保持している cmsg data (データ) を整数の形で返します。

整数データのサイズおよびエンディアンは実行するホストによって異なります。

require 'socket'

ancdata = Socket::AncillaryData.int(:UNIX, :SOCKET, :RIGHTS, STDERR.fileno)
p ancdata.int #=> 2

@raise TypeError cmgs data のサイズが int のバイト数と異なる場合に発生します
@see Socket::AncillaryData.new Socket::Ancillar...

Socket::AncillaryData#ip_pktinfo -> [Addrinfo, Integer, Addrinfo] (9001.0)

自身の type が IP_PKTINFO である場合、保持しているデータ (アドレス、インターフェースのインデックス、ローカルアドレス) を3要素の配列で返します。

自身の type が IP_PKTINFO である場合、保持しているデータ
(アドレス、インターフェースのインデックス、ローカルアドレス)
を3要素の配列で返します。

IP_PKTINFO は非標準的拡張であり、システムによっては使えない場合があります。

require 'socket'

addr = Addrinfo.ip("127.0.0.1")
ifindex = 0
spec_dest = Addrinfo.ip("127.0.0.1")
ancdata = Socket::AncillaryData.ip_pktinfo(addr, ifindex, spe...

Socket::AncillaryData#ipv6_pktinfo -> [Addrinfo, Integer] (9001.0)

自身の type が IPV6_PKTINFO である場合、保持しているデータ (アドレス、インターフェースのインデックス) を2要素の配列で返します。

自身の type が IPV6_PKTINFO である場合、保持しているデータ
(アドレス、インターフェースのインデックス)
を2要素の配列で返します。

IPV6_PKTINFO については 3542 を参照してください。

require 'socket'

addr = Addrinfo.ip("::1")
ifindex = 0
ancdata = Socket::AncillaryData.ipv6_pktinfo(addr, ifindex)
p ancdata.ipv6_pktinfo #=> [#<Addrinfo: ::1>, 0]

@see Socke...

Socket::AncillaryData#ipv6_pktinfo_addr -> Addrinfo (9001.0)

自身の type が IPV6_PKTINFO である場合、保持しているデータ (アドレス、インターフェースのインデックス) のアドレスを返します。

自身の type が IPV6_PKTINFO である場合、保持しているデータ
(アドレス、インターフェースのインデックス)
のアドレスを返します。

require 'socket'

addr = Addrinfo.ip("::1")
ifindex = 0
ancdata = Socket::AncillaryData.ipv6_pktinfo(addr, ifindex)
p ancdata.ipv6_pktinfo_addr #=> #<Addrinfo: ::1>

@see Socket::AncillaryData.ipv6_pktinfo,
S...

絞り込み条件を変える

Socket::AncillaryData#ipv6_pktinfo_ifindex -> Integer (9001.0)

自身の type が IPV6_PKTINFO である場合、保持しているデータ (アドレス、インターフェースのインデックス) のインデックスを返します。

自身の type が IPV6_PKTINFO である場合、保持しているデータ
(アドレス、インターフェースのインデックス)
のインデックスを返します。

require 'socket'

addr = Addrinfo.ip("::1")
ifindex = 0
ancdata = Socket::AncillaryData.ipv6_pktinfo(addr, ifindex)
p ancdata.ipv6_pktinfo_ifindex #=> 0

@see Socket::AncillaryData.ipv6_pktinfo,
Socket::Anc...

Socket::AncillaryData#level -> Integer (9001.0)

自身が保持している cmsg level (元プロトコル) を返します。

自身が保持している cmsg level (元プロトコル) を返します。

require 'socket'

p Socket::AncillaryData.new(:INET6, :IPV6, :PKTINFO, "").level
#=> 41

@see Socket::AncillaryData.new

Socket::AncillaryData#timestamp -> Time (9001.0)

タイムスタンプ制御メッセージに含まれる時刻を Time オブジェクト で返します。

タイムスタンプ制御メッセージに含まれる時刻を Time オブジェクト
で返します。

"タイムスタンプ制御メッセージ" は以下のいずれかです。
* SOL_SOCKET/SCM_TIMESTAMP (micro second) GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, MacOS X
* SOL_SOCKET/SCM_TIMESTAMPNS (nano second) GNU/Linux
* SOL_SOCKET/SCM_BINTIME (2**(-64) second) FreeBSD

require 'socket...

Socket::AncillaryData#type -> Integer (9001.0)

自身が保持している cmsg type (種類) を返します。

自身が保持している cmsg type (種類) を返します。

require 'socket'

p Socket::AncillaryData.new(:INET6, :IPV6, :PKTINFO, "").type
#=> 2

@see Socket::AncillaryData.new

Socket::AncillaryData#unix_rights -> [IO] | nil (9001.0)

Unix domain socket の SCM_RIGHTS 制御メッセージに含まれる ファイルディスクリプタを IO オブジェクトの配列として返します。

Unix domain socket の SCM_RIGHTS 制御メッセージに含まれる
ファイルディスクリプタを IO オブジェクトの配列として返します。

得られる IO オブジェクトか IO か Socket です。

この配列は Socket::AncillaryData が初期化されたときに
作られます。例えば BasicSocket#recvmsg を :scm_rights => true
オプションを付けて呼びだし、
SCM_RIGHTS な 制御メッセージを受け取ったときに配列が作られます。
適切なオプションを指定しなかった場合は配列は生成されず、
このメソッドは nil...

絞り込み条件を変える

Socket::Constants (9001.0)

ソケット操作の指定のための定数を定義したモジュール。このモジュー ルをインクルードすれば、定数 (AF_INETなど) を直接参照できます。

ソケット操作の指定のための定数を定義したモジュール。このモジュー
ルをインクルードすれば、定数 (AF_INETなど) を直接参照できます。

これらの定数は Socket の定数としても定義されています。

環境/OS によっては、ここに記述されているにもかかわらず
定義されていない定数が存在します。そのような定数はその環境では
サポートされていないことを意味します。

Socket::Constants::AF_APPLETALK -> Integer (9001.0)

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

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

@see socket(2linux), socket(2freebsd), ddp(7linux)

Socket::Constants::AF_ATM -> Integer (9001.0)

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

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

@see socket(2freebsd)

Socket::Constants::AF_AX25 -> Integer (9001.0)

ITU-T X.25 / ISO-8208。 Socket.open の第一引数 domain に使用します。

ITU-T X.25 / ISO-8208。
Socket.open の第一引数 domain に使用します。

@see socket(2linux)

Socket::Constants::AF_CCITT -> Integer (9001.0)

@todo CCITT プロトコル。 Socket.open の第一引数 domain に使用します。

@todo
CCITT プロトコル。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_CHAOS -> Integer (9001.0)

@todo MIT CHAOS プロトコル。 Socket.open の第一引数 domain に使用します。

@todo
MIT CHAOS プロトコル。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_CNT -> Integer (9001.0)

@todo Computer Network Technology。 Socket.open の第一引数 domain に使用します。

@todo
Computer Network Technology。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_COIP -> Integer (9001.0)

@todo connection-oriented IP。 Socket.open の第一引数 domain に使用します。

@todo
connection-oriented IP。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_DATAKIT -> Integer (9001.0)

@todo datakit protocol。 Socket.open の第一引数 domain に使用します。

@todo
datakit protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_DEC -> Integer (9001.0)

@todo DECnet protocol。 Socket.open の第一引数 domain に使用します。

@todo
DECnet protocol。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_DLI -> Integer (9001.0)

@todo DEC Direct data link interface。 Socket.open の第一引数 domain に使用します。

@todo
DEC Direct data link interface。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_E164 -> Integer (9001.0)

@todo CCITT E.164 recommendation。 Socket.open の第一引数 domain に使用します。

@todo
CCITT E.164 recommendation。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_ECMA -> Integer (9001.0)

@todo European computer manufacturers。 Socket.open の第一引数 domain に使用します。

@todo
European computer manufacturers。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_HYLINK -> Integer (9001.0)

@todo NSC Hyperchannel。 Socket.open の第一引数 domain に使用します。

@todo
NSC Hyperchannel。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_IMPLINK -> Integer (9001.0)

@todo ARPANET IMP。 Socket.open の第一引数 domain に使用します。

@todo
ARPANET IMP。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_INET -> Integer (9001.0)

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

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

@see sys/socket.h(header), socket(2freebsd), ip(7linux)

Socket::Constants::AF_INET6 -> Integer (9001.0)

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

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

@see sys/socket.h(header), socket(2freebsd), ipv6(7linux)

Socket::Constants::AF_IPX -> Integer (9001.0)

IPX(Novell Internet Packet eXchange protocol)。 Socket.open の第一引数 domain に使用します。

IPX(Novell Internet Packet eXchange protocol)。
Socket.open の第一引数 domain に使用します。

@see socket(3linux)

Socket::Constants::AF_ISDN -> Integer (9001.0)

@todo Integrated Services Digital Network。 Socket.open の第一引数 domain に使用します。

@todo
Integrated Services Digital Network。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_ISO -> Integer (9001.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

@todo
ISO Open Systems Interconnection protocols。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_LAT -> Integer (9001.0)

@todo Local Area Transport protocol。 Socket.open の第一引数 domain に使用します。

@todo
Local Area Transport protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_LINK -> Integer (9001.0)

@todo Link layer interface。 Socket.open の第一引数 domain に使用します。

@todo
Link layer interface。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_LOCAL -> Integer (9001.0)

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

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

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

Socket::Constants::AF_MAX -> Integer (9001.0)

対象のプラットフォーム上でのアドレスファミリーの最大の数値。

対象のプラットフォーム上でのアドレスファミリーの最大の数値。

@see Socket::Constants::PF_MAX

Socket::Constants::AF_NATM -> Integer (9001.0)

@todo Native ATM access。 Socket.open の第一引数 domain に使用します。

@todo
Native ATM access。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_NDRV -> Integer (9001.0)

@todo Network driver raw access。 Socket.open の第一引数 domain に使用します。

@todo
Network driver raw access。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_NETBIOS -> Integer (9001.0)

@todo NetBIOS。 Socket.open の第一引数 domain に使用します。

@todo
NetBIOS。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_NETGRAPH -> Integer (9001.0)

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

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

@see socket(2freebsd)

Socket::Constants::AF_NS -> Integer (9001.0)

@todo XEROX NS protocol。 Socket.open の第一引数 domain に使用します。

@todo
XEROX NS protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_OSI -> Integer (9001.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

@todo
ISO Open Systems Interconnection protocols。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_PACKET -> Integer (9001.0)

デバイスレベルインターフェース。 Socket.open の第一引数 domain に使用します。

デバイスレベルインターフェース。
Socket.open の第一引数 domain に使用します。

@see socket(2linux), packet(7linux)

Socket::Constants::AF_PPP -> Integer (9001.0)

@todo Point-to-Point Protocol。 Socket.open の第一引数 domain に使用します。

@todo
Point-to-Point Protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_PUP -> Integer (9001.0)

PUP(PARC Universal Packet)。 Socket.open の第一引数 domain に使用します。

PUP(PARC Universal Packet)。
Socket.open の第一引数 domain に使用します。

@see socket(2freebsd)

Socket::Constants::AF_ROUTE -> Integer (9001.0)

@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。

@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。

@todo

Socket::Constants::AF_SIP -> Integer (9001.0)

@todo Simple Internet Protocol。 Socket.open の第一引数 domain に使用します。

@todo
Simple Internet Protocol。
Socket.open の第一引数 domain に使用します。

絞り込み条件を変える

Socket::Constants::AF_SNA -> Integer (9001.0)

@todo IBM SNA protocol。 Socket.open の第一引数 domain に使用します。

@todo
IBM SNA protocol。
Socket.open の第一引数 domain に使用します。

Socket::Constants::AF_SYSTEM -> Integer (9001.0)

@todo

@todo

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

Socket::Constants::AF_UNIX -> Integer (9001.0)

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

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

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

Socket::Constants::AF_UNSPEC -> Integer (9001.0)

アドレスファミリー不定。

アドレスファミリー不定。

@see Socket.open, sys/socket.h(header)

Socket::Constants::AI_ADDRCONFIG -> Integer (9001.0)

Accept only if any address is assigned。

Accept only if any address is assigned。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

絞り込み条件を変える

Socket::Constants::AI_ALL -> Integer (9001.0)

Allow all addresses。

Allow all addresses。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::Constants::AI_CANONNAME -> Integer (9001.0)

Fill in the canonical name。

Fill in the canonical name。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::Constants::AI_DEFAULT -> Integer (9001.0)

Default flags for getaddrinfo。

Default flags for getaddrinfo。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getipnodebyname(3freebsd)

Socket::Constants::AI_MASK -> Integer (9001.0)

@todo

@todo

Socket::Constants::AI_NUMERICHOST -> Integer (9001.0)

Prevent host name resolution。

Prevent host name resolution。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

絞り込み条件を変える

Socket::Constants::AI_NUMERICSERV -> Integer (9001.0)

Prevent server name resolution。

Prevent server name resolution。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::Constants::AI_PASSIVE -> Integer (9001.0)

Get address to use with bind。

Get address to use with bind。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::Constants::AI_V4MAPPED -> Integer (9001.0)

Accept IPv4-mapped IPv6 addresses。

Accept IPv4-mapped IPv6 addresses。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getaddrinfo(3)

Socket::Constants::AI_V4MAPPED_CFG -> Integer (9001.0)

Accept IPv4 mapped addresses if the kernel supports it。

Accept IPv4 mapped addresses if the kernel supports it。

Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。

@see getipnodebyname(3freebsd)

Socket::Constants::EAI_ADDRFAMILY -> Integer (9001.0)

Address family for hostname not supported

Address family for hostname not supported

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

絞り込み条件を変える

Socket::Constants::EAI_AGAIN -> Integer (9001.0)

Temporary failure in name resolution

Temporary failure in name resolution

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

Socket::Constants::EAI_BADFLAGS -> Integer (9001.0)

Invalid flags

Invalid flags

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

Socket::Constants::EAI_BADHINTS -> Integer (9001.0)

Invalid value for hints

Invalid value for hints

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

Socket::Constants::EAI_FAIL -> Integer (9001.0)

Non-recoverable failure in name resolution

Non-recoverable failure in name resolution

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

Socket::Constants::EAI_FAMILY -> Integer (9001.0)

Address family not supported

Address family not supported

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

絞り込み条件を変える

Socket::Constants::EAI_MAX -> Integer (9001.0)

EAI_* 定数の最大値。

EAI_* 定数の最大値。

Socket::Constants::EAI_MEMORY -> Integer (9001.0)

Memory allocation failure

Memory allocation failure

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

Socket::Constants::EAI_NODATA -> Integer (9001.0)

No address associated with hostname

No address associated with hostname

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux)

Socket::Constants::EAI_NONAME -> Integer (9001.0)

Hostname nor servname, or not known

Hostname nor servname, or not known

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

Socket::Constants::EAI_OVERFLOW -> Integer (9001.0)

Argument buffer overflow

Argument buffer overflow

getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。

@see getaddrinfo(3linux), gai_strerror(3freebsd)

絞り込み条件を変える

<< < 1 2 3 4 5 ... > >>