るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
717件ヒット [1-100件を表示] (0.070秒)
トップページ > バージョン:2.4.0[x] > クエリ:Integer[x] > クエリ:int[x] > ライブラリ:socket[x]

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer upto
  5. integer chr

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

自身が保持している 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::AncillaryData.int...

Socket::AncillaryData.int(family, cmsg_level, cmsg_type, integer) -> Socket::AncillaryData (54949.0)

データとして整数を保持する Socket::AncillaryData オブジェクトを生成します。

...持する
Socket
::AncillaryData オブジェクトを生成します。

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

require 'socket'

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

@param family ソケットファミリー
@param cmsg_level プロトコル
@param cmsg_type 補助データの種類
@param integer データ内容

@see Socket::AncillaryData.new...

Socket::Option#int -> Integer (54931.0)

オプションのデータ(内容)を整数に変換して返します。

...オプションのデータ(内容)を整数に変換して返します。

@raise TypeError dataのバイト数が不適切である(sizeof(int)と異なる)場合に発生します
@see Socket::Option#data...

Socket::Option.int(family, level, optname, integer) -> Socket::Option (54931.0)

整数をデータとして持つ Socket::Option オブジェクト新たに生成し返します。

...整数をデータとして持つ Socket::Option オブジェクト新たに生成し返します。

family, level, optname には Socket::SOL_SOCKET のような整数の他、
文字列("SOL_SOCKET", "SOCKET")、シンボル(:SOL_SOCKET, :SOCKET)を
指定することができます。

@param f...

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

Invalid value for hints

...Invalid value for hints

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

絞り込み条件を変える

Socket::Constants::IP_MINTTL -> Integer (18910.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::SCM_BINTIME -> Integer (18910.0)

Timestamp (bintime).

...Timestamp (bintime).

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

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

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

@todo Interactive socket priority

...@todo
Interactive socket priority...

Socket::Constants::SO_BINTIME -> Integer (18910.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::TCP_KEEPINTVL -> Integer (18910.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::EAI_BADHINTS -> Integer (18910.0)

Invalid value for hints

...Invalid value for hints

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

Socket::IP_MINTTL -> Integer (18910.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::SCM_BINTIME -> Integer (18910.0)

Timestamp (bintime).

...Timestamp (bintime).

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

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

Socket::SOPRI_INTERACTIVE -> Integer (18910.0)

@todo Interactive socket priority

...@todo
Interactive socket priority...

Socket::SO_BINTIME -> Integer (18910.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::TCP_KEEPINTVL -> Integer (18910.0)

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

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

@see tcp(7linux)...

BasicSocket#getpeereid -> [Integer, Integer] (1213.0)

Unix ドメインソケットにおいて接続相手の euid と egid を 返します。

..., 2番目の要素が egid です。

ソケットが Unix ドメインソケットでない場合の返り値は
不定です。

require 'socket'

Socket
.unix_server_loop("/tmp/sock") {|s|
begin
euid, egid = s.getpeereid

# Check the connected client is myself or not....

BasicSocket#sendmsg(mesg, flags=0, dest_sockaddr=nil, *controls) -> Integer (628.0)

sendmsg(2) を用いてメッセージを送ります。

...ンブロッキング方式で通信したい
場合は BasicSocket#sendmsg_nonblock を用います。

ソケットが connection-less の場合は dest_sockaddr で
通信先のアドレスを指定しなければなりません。Socket.sockaddr_in
の返り値や Addrinfo オブジェクトを...
...ます。
Socket
::AncillaryData のインスタンスや
3要素(cmsg_level, cmsg_type, cmsg_data) の配列を用いることができます。

送ったバイト数を返します。

# UnixSocket#send_io の実装例
# use Socket::AncillaryData.
require 'socket'

ancdata = Socket::Ancill...
...aryData.int(:UNIX, :SOCKET, :RIGHTS, io.fileno)
sock.sendmsg("a", 0, nil, ancdata)

# use 3-element array.
ancdata = [:SOCKET, :RIGHTS, [io.fileno].pack("i!")]
sock.sendmsg("\0", 0, nil, ancdata)


@param mesg メッセージ文字列
@param flags フラグ(Socket::MSG_* という定数の...

UNIXSocket#recv_io(klass=IO, mode=nil) -> Integer|IO|object (628.0)

ソケットの接続先からファイルディスクリプタを受け取ります。

...ます。

klass が nil でない場合、
klass.for_fd(fd[, mode]) が呼ばれ、その値が返されます。

例:

require 'socket'

s1, s2 = UNIXSocket.pair
s1.send_io STDOUT
io = s2.recv_io
p File.identical?(io, STDOUT) #=> true

@param klass 受け取ったファイルディ...

Socket::AF_ISO -> Integer (619.0)

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

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

絞り込み条件を変える

Socket::AF_LOCAL -> Integer (619.0)

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

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

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

Socket::AF_OSI -> Integer (619.0)

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

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

Socket::AF_UNIX -> Integer (619.0)

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

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

Socket::Constants::PF_ISO -> Integer (619.0)

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

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

Socket::Constants::PF_LOCAL -> Integer (619.0)

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

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

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

Socket::Constants::PF_OSI -> Integer (619.0)

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

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

絞り込み条件を変える

Socket::Constants::PF_UNIX -> Integer (619.0)

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

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

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

Socket::PF_ISO -> Integer (619.0)

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

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

Socket::PF_LOCAL -> Integer (619.0)

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

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

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

Socket::PF_OSI -> Integer (619.0)

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

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

Socket::PF_UNIX -> Integer (619.0)

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

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

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

絞り込み条件を変える

UDPSocket#send(mesg, flags) -> Integer (616.0)

UDP ソケットを介してデータを送ります。

...ります。

flags には Socket::MSG_* という定数の bitwise OR を渡します。
詳しい意味は send(2) を参照してください。

host, port の対、もしくは sockaddr_to で送り先を指定します。
送り先を省略した場合は UDPSocket#connect で接続した
...
...sockaddr_to にはlib:socket#pack_string もしくは
Addrinfo オブジェクトを指定します。

host, port に関しては lib:socket#host_format、
lib:socket#service_formatを参照してください。

2 引数、3 引数の形式の場合の動作は、
BasicSocket#send と同じです...

UDPSocket#send(mesg, flags, host, port) -> Integer (616.0)

UDP ソケットを介してデータを送ります。

...ります。

flags には Socket::MSG_* という定数の bitwise OR を渡します。
詳しい意味は send(2) を参照してください。

host, port の対、もしくは sockaddr_to で送り先を指定します。
送り先を省略した場合は UDPSocket#connect で接続した
...
...sockaddr_to にはlib:socket#pack_string もしくは
Addrinfo オブジェクトを指定します。

host, port に関しては lib:socket#host_format、
lib:socket#service_formatを参照してください。

2 引数、3 引数の形式の場合の動作は、
BasicSocket#send と同じです...

UDPSocket#send(mesg, flags, sockaddr_to) -> Integer (616.0)

UDP ソケットを介してデータを送ります。

...ります。

flags には Socket::MSG_* という定数の bitwise OR を渡します。
詳しい意味は send(2) を参照してください。

host, port の対、もしくは sockaddr_to で送り先を指定します。
送り先を省略した場合は UDPSocket#connect で接続した
...
...sockaddr_to にはlib:socket#pack_string もしくは
Addrinfo オブジェクトを指定します。

host, port に関しては lib:socket#host_format、
lib:socket#service_formatを参照してください。

2 引数、3 引数の形式の場合の動作は、
BasicSocket#send と同じです...

Socket::AF_APPLETALK -> Integer (613.0)

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

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

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

Socket::AF_ATM -> Integer (613.0)

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

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

@see socket(2freebsd)...

絞り込み条件を変える

Socket::AF_AX25 -> Integer (613.0)

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

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

@see socket(2linux)...

Socket::AF_CCITT -> Integer (613.0)

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

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

Socket::AF_CHAOS -> Integer (613.0)

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

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

Socket::AF_CNT -> Integer (613.0)

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

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

Socket::AF_COIP -> Integer (613.0)

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

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

絞り込み条件を変える

Socket::AF_DATAKIT -> Integer (613.0)

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

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

Socket::AF_DEC -> Integer (613.0)

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

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

Socket::AF_DLI -> Integer (613.0)

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

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

Socket::AF_ECMA -> Integer (613.0)

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

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

Socket::AF_HYLINK -> Integer (613.0)

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

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

絞り込み条件を変える

Socket::AF_IMPLINK -> Integer (613.0)

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

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

Socket::AF_INET -> Integer (613.0)

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

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

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

Socket::AF_INET6 -> Integer (613.0)

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

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

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

Socket::AF_IPX -> Integer (613.0)

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

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

@see socket(3linux)...

Socket::AF_ISDN -> Integer (613.0)

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

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

絞り込み条件を変える

Socket::AF_LAT -> Integer (613.0)

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

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

Socket::AF_LINK -> Integer (613.0)

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

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

Socket::AF_NATM -> Integer (613.0)

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

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

Socket::AF_NDRV -> Integer (613.0)

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

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

Socket::AF_NETBIOS -> Integer (613.0)

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

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

絞り込み条件を変える

Socket::AF_NETGRAPH -> Integer (613.0)

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

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

@see socket(2freebsd)...

Socket::AF_NS -> Integer (613.0)

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

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

Socket::AF_PACKET -> Integer (613.0)

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

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

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

Socket::AF_PPP -> Integer (613.0)

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

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

Socket::AF_PUP -> Integer (613.0)

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

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

@see socket(2freebsd)...

絞り込み条件を変える

Socket::AF_ROUTE -> Integer (613.0)

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

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

@todo...

Socket::AF_SIP -> Integer (613.0)

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

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

Socket::AF_SNA -> Integer (613.0)

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

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

Socket::AF_SYSTEM -> Integer (613.0)

@todo

...@todo

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

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

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

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

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

絞り込み条件を変える

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

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

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

@see socket(2freebsd)...

Socket::Constants::AF_AX25 -> Integer (613.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 (613.0)

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

@see socket(2freebsd)...

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

@see socket(2freebsd)...

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

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

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

@todo...

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

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

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

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

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

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

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

@todo

...@todo

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

絞り込み条件を変える

<< 1 2 3 ... > >>