OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man2 / socketcall.2
1 .\" Copyright (c) 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995.
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\"
9 .\" The GNU General Public License's references to "object code"
10 .\" and "executables" are to be interpreted as the output of any
11 .\" document formatting or typesetting system, including
12 .\" intermediate and printed output.
13 .\"
14 .\" This manual is distributed in the hope that it will be useful,
15 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
16 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 .\" GNU General Public License for more details.
18 .\"
19 .\" You should have received a copy of the GNU General Public
20 .\" License along with this manual; if not, see
21 .\" <http://www.gnu.org/licenses/>.
22 .\" %%%LICENSE_END
23 .\"
24 .\" Modified Tue Oct 22 22:11:53 1996 by Eric S. Raymond <esr@thyrsus.com>
25 .\"*******************************************************************
26 .\"
27 .\" This file was generated with po4a. Translate the source file.
28 .\"
29 .\"*******************************************************************
30 .TH SOCKETCALL 2 2012\-10\-16 Linux "Linux Programmer's Manual"
31 .SH 名前
32 socketcall \- ソケット・システムコール
33 .SH 書式
34 \fBint socketcall(int \fP\fIcall\fP\fB, unsigned long *\fP\fIargs\fP\fB);\fP
35 .SH 説明
36 \fBsocketcall\fP()  はソケット・システムコールのための共通のカーネル・エントリ・ ポイント(kernel entry point)である。
37 \fIcall\fP はどのソケット関数を呼び出すかを指定する。 \fIargs\fP は適切なコールに渡すための実際の引き数を含んでいるブロックを指す。
38 .PP
39 ユーザー・プログラムは通常の名前を使用して適切な関数を呼び出すべきである。 標準ライブラリの実装者やカーネル・ハッカーのみが
40 \fBsocketcall\fP()  について知る必要がある。
41 .SH 準拠
42 このコールは Linux 特有であり、移植を意図したプログラムで 使用してはいけない。
43 .SH 注意
44 On a some architectures\(emfor example, x86\-64 and ARM\(emthere is no
45 \fBsocketcall\fP()  system call; instead \fBsocket\fP(2), \fBaccept\fP(2),
46 \fBbind\fP(2), and so on really are implemented as separate system calls.
47 .SH 関連項目
48 \fBaccept\fP(2), \fBbind\fP(2), \fBconnect\fP(2), \fBgetpeername\fP(2),
49 \fBgetsockname\fP(2), \fBgetsockopt\fP(2), \fBlisten\fP(2), \fBrecv\fP(2),
50 \fBrecvfrom\fP(2), \fBrecvmsg\fP(2), \fBsend\fP(2), \fBsendmsg\fP(2), \fBsendto\fP(2),
51 \fBsetsockopt\fP(2), \fBshutdown\fP(2), \fBsocket\fP(2), \fBsocketpair\fP(2)
52 .SH この文書について
53 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
54 である。プロジェクトの説明とバグ報告に関する情報は
55 http://www.kernel.org/doc/man\-pages/ に書かれている。