manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 101 for IOCTL (0.059 sec.)
Man page of UDP 7886
UDP Section: Linux Programmer's Manual (7) Updated: 2020-04-11 Index JM Home Page 名前 udp - IPv ... ョンは移植性を考慮したコードでは用いるべきではない。 ioctl 以下に示す ioctlioctl (2) を使ってアクセスでき ... る。 正しい文法は以下の通り。 int value ; error = ioctl( udp_socket , ioctl_type , & value ); FIONREAD ( S ... さらに、 ip (7) と socket (7) で述べられている全ての ioctl も対応している。 エラー socket (7) や ip (7) に記述 ... ト , アドレス , 送信 , MTU , データ , 受信 , 処理 , ioctl Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man7/udp.7.html - [similar]
Man page of ST 7679
ST Section: Linux Programmer's Manual (4) Updated: 2020-04-11 Index JM Home Page 名前 st - SCSI ... テープデバイス 書式 #include < sys/mtio.h > int ioctl(int fd , int request [, (void *) arg3 ]); int ioct ... l(int fd , MTIOCTOP, (struct mtop *) mt_cmd ); int ioctl(int fd , MTIOCGET, (struct mtget *) mt_status ); i ... nt ioctl(int fd , MTIOCPOS, (struct mtpos *) mt_pos ); 説明 ... 定長ブロックモードを使うことになる。このオプションは ioctl (2) コールを明示的に使えば変更でき、 その変更はデバ ...
https://man.plustar.jp/manpage/man4/st.4.html - [similar]
Man page of WAVELAN 7407
WAVELAN Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 wavel ... t) のカウンターは実装されていない。 ドライバ固有の IOCTL (private ioctl) iwpriv (8) をドライバ固有の ioctl ... パイ (Statics spy) /proc/net/wireless ドライバ固有の IOCTL (private ioctl) 品質とレベルの閾値 (quality and le ...
https://man.plustar.jp/manpage/man4/wavelan.4.html - [similar]
Man page of ARP 7407
ARP Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 arp - Lin ... ブルも制御可能で、これには任意の AF_INET ソケットに ioctl (2) を用いる。 ARP モジュールはハードウェアアドレス ... ーは、 決してガベージコレクタによって消去されない。 ioctl を用いればキャッシュを直接操作することもできる。 ま ... た場合には、 代理 arp エントリーは一切追加されない。 ioctl すべての AF_INET ソケットでは、 3 つの ioctl が使用 ... v メンバーが含まれるように変更があった。また同時に ioctl 番号も変更された。古い ioctl は Linux 2.2 で用いる ...
https://man.plustar.jp/manpage/man7/arp.7.html - [similar]
Man page of SOCKET 7342
SOCKET Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 socket ... いられる。 他のいくつかのオプションの取得・設定には ioctl (2) を使うことができる。 close (2) はソケットをクロ ... ナルは送られない。 FIOSETOWN fcntl (2) や SIOCSPGRP ioctl (2) をプロセスまたはプロセスグループに指定しておく ... ー制御データ (iovecs のようなもの) との和の最大長。 ioctl 以下に示す操作には ioctl (2) を用いてアクセスできる ... 。 error = ioctl( ip_socket , ioctl_type , &value_result ); SIOCGST ...
https://man.plustar.jp/manpage/man7/socket.7.html - [similar]
Man page of PTY 6991
PTY Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 pty - 擬似 ... されている。 パケットモード操作の制御を行う TIOCPKT ioctl (2) の説明は ioctl_tty (2) に書かれている。 BSD io ... れまでのところ Linux では実装されていない。 関連項目 ioctl_tty (2), select (2), setsid (2), forkpty (3), open ...
https://man.plustar.jp/manpage/man7/pty.7.html - [similar]
Man page of DDP 6862
DDP Section: Linux Programmer's Manual (7) Updated: 2017-09-15 Index JM Home Page 名前 ddp - Lin ... チしているので、 変更する必要は全くないはずである。 ioctl socket (7) に記述されているすべての ioctl が DDP に ... ーブル、 その他のデバイスを設定するために用いられる ioctl がまだ記述されていない。 関連項目 recvmsg (2), sen ... ォーマット ソケットオプション /proc インターフェース ioctl エラー バージョン 注意 移植性 バグ 関連項目 この文 ...
https://man.plustar.jp/manpage/man7/ddp.7.html - [similar]
Man page of TCP 6862
TCP Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 tcp - TCP ... シグナルを送信する。送信先は SIOCSPGRP や FIOSETOWN ioctl (や POSIX.1 で規定されている fcntl (2) F_SETOWN 操 ... の中に混ぜて送られる (プログラムは下記の SIOCATMARK ioctl を使って緊急データの場所を調べることができる)。 無 ... った場合にも、これと同じ効果を持つようになっている。 ioctl 以下の ioctl (2) 呼び出しは value に情報を入れて返 ... す。 正しい書式は以下の通り。 int value ; error = ioctl( tcp_socket , ioctl_type , & value ); ioctl_type は ...
https://man.plustar.jp/manpage/man7/tcp.7.html - [similar]
Man page of UNIX 6797
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... n the msg.msg_flags value returned by recvmsg (2). ioctl 以下の ioctl (2) 呼び出しは value に情報を入れて返 ... す。 正しい書式は以下の通り。 int value ; error = ioctl( unix_socket , ioctl_type , & value ); ioctl_type ... can use the synonymous FIONREAD , defined in < sys/ioctl.h > . For SOCK_DGRAM sockets, the returned value i ... バインド (autobind) 機能 ソケット API 補助メッセージ ioctl エラー バージョン 注意 バグ 例 出力例 プログラムの ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of INIT 6797
INIT Section: Linux System Administrator's Manual (8) Updated: 23 August 2001 Index JM Home Page ... れる。 シングルユーザモードに入るとき、 init は /etc/ioctl.save からコンソールの ioctl (2) の状態を読み込む。 ... ッションでも同じ設定を利用できるよう、 コンソールの ioctl の状態を /etc/ioctl.save ファイルに保存する。 初め ... イル /etc/inittab /etc/initscript /dev/console /etc/ioctl.save /var/run/utmp /var/log/wtmp /dev/initctl 警告 ...
https://man.plustar.jp/manpage/man8/init.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022