るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
342件ヒット [1-100件を表示] (0.102秒)
トップページ > クエリ:-[x] > クエリ:on[x] > クエリ:int[x] > バージョン:3.3[x] > モジュール:Socket::Constants[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

<< 1 2 3 ... > >>

Socket::Constants::IFF_POINTOPOINT (45700.0)

point-to-point link

point-to-point link

Socket::Constants::MSG_DONTWAIT -> Integer (27952.0)

This message should be non-blocking。

This message should be non-blocking。

BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。

@see send(2linux), recv(2linux),
recv(2freebsd)

Socket::Constants::SO_ACCEPTCONN -> Integer (27952.0)

Socket has had listen() called on it。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Socket has had listen() called on it。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...

Socket::Constants::AI_ADDRCONFIG -> Integer (27904.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_CANONNAME -> Integer (27904.0)

Fill in the canonical name。

Fill in the canonical name。

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

@see getaddrinfo(3)

絞り込み条件を変える

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

Invalid value for hints

Invalid value for hints

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

Socket::Constants::EAI_NONAME -> Integer (27904.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::INADDR_NONE -> Integer (27904.0)

A bitmask for matching no valid IP address。 エラーを表すアドレス値です。

A bitmask for matching no valid IP address。
エラーを表すアドレス値です。

Socket::Constants::IPPROTO_EON -> Integer (27904.0)

@todo ISO cnlp。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

@todo
ISO cnlp。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

Socket::Constants::IPPROTO_NONE -> Integer (27904.0)

IP6 no next header。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

IP6 no next header。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

@see 2292

絞り込み条件を変える

Socket::Constants::IPV6_DONTFRAG -> Integer (27904.0)

Don't fragment packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Don't fragment packets。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IPV6,
3542...

Socket::Constants::IPV6_V6ONLY -> Integer (27904.0)

Only bind IPv6。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Only bind IPv6。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IPV6,
netinet/in.h(header), ip6(4freebsd), ipv6(7linux),
3493...

Socket::Constants::IP_DONTFRAG -> Integer (27904.0)

Don't fragment packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Don't fragment packets。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
ip(4freebsd)...

Socket::Constants::IP_MINTTL -> Integer (27904.0)

Minimum TTL allowed for received packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Minimum TTL allowed for received packets。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

Socket::Constants::IP_ONESBCAST -> Integer (27904.0)

Force outgoing broadcast datagrams to have the undirected broadcast address。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Force outgoing broadcast datagrams to have the undirected broadcast address。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

絞り込み条件を変える

Socket::Constants::IP_OPTIONS -> Integer (27904.0)

IP options to be included in packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...IP options to be included in packets。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
ip(4freebsd), ip(7linux)...

Socket::Constants::IP_PKTOPTIONS -> Integer (27904.0)

@todo Receive packet options with datagrams

@todo
Receive packet options with datagrams

Socket::Constants::IP_PMTUDISC_DONT -> Integer (27904.0)

Never send DF frames。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Never send DF frames。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(7linux)...

Socket::Constants::LOCAL_CONNWAIT -> Integer (27904.0)

Retrieve peer credentials。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

Retrieve peer credentials。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see ip(4freebsd)

Socket::Constants::MSG_CONFIRM -> Integer (27904.0)

Confirm path validity

Confirm path validity

BasicSocket#send, BasicSocket#sendmsg
の flags 引数に用います。

@see send(2linux)

絞り込み条件を変える

Socket::Constants::MSG_DONTROUTE -> Integer (27904.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::SCM_BINTIME -> Integer (27904.0)

Timestamp (bintime).

Timestamp (bintime).

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

@see Socket::AncillaryData, Socket::AncillaryData#timestamp
BasicSocket#sendmsg, BasicSocket#recvmsg

Socket::Constants::SOMAXCONN -> Integer (27904.0)

Socket#listen の backlog の最大長。

Socket#listen の backlog の最大長。

@see sys/socket.h(header), listen(2)

Socket::Constants::SOPRI_INTERACTIVE -> Integer (27904.0)

@todo Interactive socket priority

@todo
Interactive socket priority

Socket::Constants::SO_ALLZONES -> Integer (27904.0)

@todo Bypass zone boundaries。

@todo
Bypass zone boundaries。

絞り込み条件を変える

Socket::Constants::SO_BINTIME -> Integer (27904.0)

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

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

@see getsockopt(2freebsd), Socket::Constants::SOL_SOCKET
Socket::Constants
::SO_TIMESTAMP,
Socket::AncillaryData#timestamp...

Socket::Constants::SO_DONTROUTE -> Integer (27904.0)

Send without using the routing tables。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Send without using the routing tables。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...

Socket::Constants::SO_DONTTRUNC -> Integer (27904.0)

@todo Retain unread data

@todo
Retain unread data

Socket::Constants::SO_SECURITY_AUTHENTICATION -> Integer (27904.0)

@todo

@todo

Socket::Constants::SO_SECURITY_ENCRYPTION_NETWORK -> Integer (27904.0)

@todo

@todo

絞り込み条件を変える

Socket::Constants::SO_SECURITY_ENCRYPTION_TRANSPORT -> Integer (27904.0)

@todo

@todo

Socket::Constants::TCP_KEEPINTVL -> Integer (27904.0)

Time between keepalive probes。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

Time between keepalive probes。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see tcp(7linux)

Socket::Constants::SO_OOBINLINE -> Integer (9748.0)

Leave received out-of-band data in-line。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Leave received out-of-band data in-line。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...

Socket::Constants::AF_AX25 -> Integer (9700.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_PPP -> Integer (9700.0)

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

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

絞り込み条件を変える

Socket::Constants::IPPROTO_HOPOPTS -> Integer (9700.0)

IPv6 hop-by-hop options。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

IPv6 hop-by-hop options。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

また、Socket.open の protocol 引数に渡す利用法もあります。

@see 2292

Socket::Constants::IPV6_HOPOPTS -> Integer (9700.0)

Hop-by-hop options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Hop-by-hop options。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IPV6,
ip6(4freebsd), ipv6(7linux),
3542...

Socket::Constants::IPV6_RECVHOPOPTS -> Integer (9700.0)

Receive hop-by-hop options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Receive hop-by-hop options。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IPV6,
3542...

Socket::Constants::IP_TOS -> Integer (9700.0)

IP type-of-service。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...IP type-of-service。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
ip(4freebsd), ip(7linux)...

Socket::Constants::IP_TTL -> Integer (9700.0)

IP time-to-live。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...IP time-to-live。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
ip(4freebsd), ip(7linux)...

絞り込み条件を変える

Socket::Constants::MSG_OOB -> Integer (9700.0)

Process out-of-band data。

Process out-of-band data。

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), recv(2freebsd)

Socket::Constants::PF_AX25 -> Integer (9700.0)

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

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

@see socket(2linux)

Socket::Constants::PF_PPP -> Integer (9700.0)

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

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

Socket::Constants::SO_PRIORITY -> Integer (9700.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::Constants::INADDR_ALLHOSTS_GROUP -> Integer (9688.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::IP_IPSEC_POLICY -> Integer (9658.0)

IPsec security policy。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...IPsec security policy。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
http://netbsd.gw.com/cgi-bin/man-cgi?ip++NetBSD-current...

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

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

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

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

Accept IPv4-mapped IPv6 addresses。

Accept IPv4-mapped IPv6 addresses。

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

@see getaddrinfo(3)

Socket::Constants::EAI_FAIL -> Integer (9652.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::IP_PMTUDISC_WANT -> Integer (9652.0)

Use per-route hints。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Use per-route hints。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(7linux)...

絞り込み条件を変える

Socket::Constants::IP_RECVSLLA -> Integer (9652.0)

@todo Receive link-layer address with datagrams

@todo
Receive link-layer address with datagrams

Socket::Constants::PF_COIP -> Integer (9652.0)

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

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

Socket::Constants::PF_KEY -> Integer (9652.0)

Internal key-management function。 Socket.open の第一引数 domain に使用します。

Internal key-management function。
Socket.open の第一引数 domain に使用します。

@see socket(2freebsd)

Socket::Constants::SO_ACCEPTFILTER -> Integer (9652.0)

set accept filter on listening socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...set accept filter on listening socket。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see getsockopt(2freebsd), Socket::Constants::SOL_SOCKET...

Socket::Constants::SO_LINGER -> Integer (9652.0)

Linger on close if data is present。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Linger on close if data is present。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux),Socket::Constants::SOL_SOCKET...

絞り込み条件を変える

Socket::Constants::SO_NKE -> Integer (9652.0)

@todo socket-level Network Kernel Extension。

@todo
socket-level Network Kernel Extension。

Socket::Constants::SO_NOSIGPIPE -> Integer (9652.0)

Don't SIGPIPE on EPIPE。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Don't SIGPIPE on EPIPE。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see getsockopt(2freebsd), Socket::Constants::SOL_SOCKET...

Socket::Constants::SO_RCVLOWAT -> Integer (9652.0)

Receive low-water mark。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Receive low-water mark。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...

Socket::Constants::SO_SNDLOWAT -> Integer (9652.0)

Receive low-water mark。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Receive low-water mark。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...

Socket::Constants::SO_WANTOOBFLAG -> Integer (9652.0)

@todo OOB data is wanted in MSG_FLAG on receive。

@todo
OOB data is wanted in MSG_FLAG on receive。

絞り込み条件を変える

Socket::Constants::INADDR_MAX_LOCAL_GROUP -> Integer (9640.0)

The last local network multicast group。 IPv4の 244.0.0.255 に対応する整数です。

The last local network multicast group。
IPv4の 244.0.0.255 に対応する整数です。

@see http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, 5771

Socket::Constants::INADDR_UNSPEC_GROUP -> Integer (9640.0)

The reserved multicast group。 IPv4の 244.0.0.0 に対応する整数です。

The reserved multicast group。
IPv4の 244.0.0.0 に対応する整数です。

@see http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, 5771

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

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

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

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

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

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

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

@see socket(2freebsd)

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

Socket::Constants::AF_IPX -> Integer (9604.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 (9604.0)

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

@see Socket::Constants::PF_MAX...

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

@see socket(2freebsd)

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

@see socket(2freebsd)

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

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

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

@todo

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

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

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

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

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

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

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

@todo

@todo

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

絞り込み条件を変える

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

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

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

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

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

Allow all addresses。

Allow all addresses。

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

@see getaddrinfo(3)

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

Default flags for getaddrinfo。

Default flags for getaddrinfo。

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

@see getipnodebyname(3freebsd)

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

@todo

@todo

絞り込み条件を変える

<< 1 2 3 ... > >>