るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. socket sock_raw
  2. net/imap raw_data
  3. socket ipproto_raw
  4. rexml/document raw
  5. etc sc_raw_sockets

ライブラリ

キーワード

検索結果

Socket::Constants::IPPROTO_RAW -> Integer (18391.0)

Raw IP packets protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。

Raw IP packets protocol。
BasicSocket#getsockopt, BasicSocket#setsockopt の
level 引数に使用します。

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

@see netinet/in.h(header)
ip(4freebsd), raw(7linux)

Socket::Constants::SOCK_RAW -> Integer (18391.0)

RAW ソケット。 Socket.open の第二引数 type に使用します。

RAW ソケット。
Socket.open の第二引数 type に使用します。

@see sys/socket.h(header), socket(2linux),
raw(7linux), Socket.open

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

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

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

Socket::Constants::PF_NDRV -> Integer (100.0)

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

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