るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. socket af_inet6
  2. socket af_cnt
  3. socket af_iso
  4. socket af_natm
  5. socket af_osi

ライブラリ

検索結果

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

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

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

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

Socket::Constants::PF_INET6 -> Integer (9313.0)

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

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

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