るりまサーチ (Ruby 3.0)

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

別のキーワード

  1. _builtin constants
  2. module constants
  3. constants af_sip
  4. constants pf_sip
  5. constants pf_cnt

ライブラリ

モジュール

検索結果

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

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

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

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