File: bind.2

package info (click to toggle)
manpages-ja 0.5.0.0.20061115-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 19,788 kB
  • ctags: 4
  • sloc: sh: 13,215; perl: 157; makefile: 117
file content (305 lines) | stat: -rw-r--r-- 8,365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
.\" Hey Emacs! This file is -*- nroff -*- source.
.\"
.\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu)
.\" Portions extracted from /usr/include/sys/socket.h, which does not have
.\" any authorship information in it.  It is probably available under the GPL.
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
.\" 
.\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date.  The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from
.\" the use of the information contained herein.  The author(s) may not
.\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working
.\" professionally.
.\" 
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.\" Other portions are from the 6.9 (Berkeley) 3/10/91 man page:
.\"
.\" Copyright (c) 1983 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\"    must display the following acknowledgement:
.\"     This product includes software developed by the University of
.\"     California, Berkeley and its contributors.
.\" 4. Neither the name of the University nor the names of its contributors
.\"    may be used to endorse or promote products derived from this software
.\"    without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" Modified Mon Oct 21 23:05:29 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 1998 by Andi Kleen
.\" $Id: bind.2,v 1.3 1999/04/23 19:56:07 freitag Exp $
.\" Modified 2004-06-23 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.\" Japanese Version Copyright (c) 1996 Yosiaki Yanagihara
.\"         all rights reserved.
.\" Translated 1996-06-25, Yosiaki Yanagihara <yosiaki@bsd2.kbnes.nec.co.jp>
.\" Modified 1997-11-06, HANATAKA Shinya <hanataka@abyss.rim.or.jp>
.\" Modified 1999-08-02, HANATAKA Shinya <hanataka@abyss.rim.or.jp>
.\" Updated 2005-02-03, Yuichi SATO <ysato444@yahoo.co.jp>
.\" Updated 2005-12-26, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
.\" Updated 2006-07-19, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v2.36
.\"
.TH BIND 2 2004-06-23 "Linux 2.6.7" "Linux Programmer's Manual"
.SH ̾
bind \- åȤ̾Ĥ
.SH 
.B #include <sys/types.h>
.br
.B #include <sys/socket.h>
.sp
.BI "int bind(int " sockfd ", const struct sockaddr *" my_addr \
", socklen_t " addrlen );
.SH 
.BR bind ()
ϥå
.I sockfd
˥ɥ쥹
.IR my_addr
Ϳ롣
.I my_addr

.I addrlen
ХȤĹǤ롣
Ūˤ
֥åȤ̾Ĥ
ȸƤФ롣
.BR socket (2)
ǥåȤ줿Ȥ
åȤ̾ (ɥ쥹եߥ꡼) ¸ߤ뤬
̾ϤĤƤʤ
.PP
̾
.B SOCK_STREAM
åȤˤä³
.RB ( accept (2)
򻲾) 
.BR bind ()
Ѥƥ륢ɥ쥹Ƥɬפ롣

̾դΥ롼ϥɥ쥹եߥ꡼Ȥ˰ۤʤäƤ롣ܺ٤ʾ
 7 Ϥγƥޥ˥奢򻲾Ȥ뤳ȡ
.B AF_INET

.BR ip (7)

.B AF_INET6

.BR ipv6 (7)

.B AF_UNIX

.BR unix (7)

.B AF_APPLETALK

.BR ddp (7)

.B AF_PACKET

.BR packet (7)

.B AF_X25

.BR x25 (7)

.B AF_NETLINK

.BR netlink (7)
򻲾ȡ

.I my_addr
˼ºݤˤɤΤ褦ʹ¤ΤϤ뤫ϡ
ɥ쥹եߥ꡼˰¸롣
.I sockaddr
¤ΤϰʲΤ褦ʴƤ:
.in +0.25in
.nf

struct sockaddr {
    sa_family_t sa_family;
    char        sa_data[14];
}

.fi
.in -0.25in
ι¤Τϡ
.I my_addr
Ϥ빽¤ΤؤΥݥ󥿤򥭥㥹Ȥ
ѥηٹåޤ뤿¸ߤ롣
ŪˤɤΤ褦ˤФ褤Τ
Unix ɥᥤ
.RB ( AF_UNIX )
ξȤưʲ˼

.in +0.25in
.nf
#include <sys/socket.h>
#include <sys/un.h>
#include <stdlib.h>
#include <stdlio.h>

#define MY_SOCK_PATH "/somepath"

int
main(int argc, char *argv[])
{
    int sfd;
    struct sockaddr_un addr;
    
    sfd = socket(AF_UNIX, SOCK_STREAM, 0);         
    if (sfd == -1) { 
        perror("socket"); 
        exit(EXIT_FAILURE); 
    }

    memset(&addr, 0, sizeof(struct sockaddr_un));  
                        /* Clear structure */
    addr.sun_family = AF_UNIX;                     
    strncpy(addr.sun_path, MY_SOCK_PATH, 
            sizeof(addr.sun_path) - 1);

    if (bind(sfd, (struct sockaddr *) &addr,
            sizeof(struct sockaddr_un)) == -1) { 
        perror("bind"); 
        exit(EXIT_FAILURE); 
    }
    ...
}
.fi
.in -0.25in
.SH ֤
 0 ֤
Ԥ \-1 ֤
.I errno
Ŭڤͤꤹ롣
.SH 顼
.TP
.B EACCES
Υɥ쥹ݸƤơĥ桼ѡ桼ǤϤʤ
.TP
.B EADDRINUSE
ꤵ줿ɥ쥹˻Ǥ롣
.TP
.B EBADF
.I sockfd
ʥǥץǤ롣
.TP
.B EINVAL
åȤǤ˥ɥ쥹˷ӤĤ (bind) Ƥ롣
.\" Ͼѹ뤫⤷ʤ
.\" ܤ
.\" .I linux/unix/sock.c
.\" 򻲾Ȥ뤳ȡ
.B ENOTSOCK
.I sockfd
եФǥץǡåȤФΤǤϤʤ
.PP
ʲΥ顼 UNIXɥᥤ
.RB ( AF_UNIX )
ΥåͭǤ:
.TP
.B EACCES
ѥ̾ιǤ˸ (search permission) ʤ
.RB ( path_resolution (2)
⻲Ȥ뤳)
.TP
.B EADDRNOTAVAIL
¸ߤʤ󥿥ե׵ᤵ줿׵ᤵ줿ɥ쥹
ǤϤʤä
.TP
.B EFAULT
.I my_addr
桼Υǽʥɥ쥹֤γؤƤ롣
.TP
.B EINVAL
.I addrlen
Ǥ뤫åȤ
.B AF_UNIX
եߥ꡼ǤϤʤ
.TP
.B ELOOP
.I my_addr
褹ݤܥå󥯤¿᤮롣
.TP
.B ENAMETOOLONG
.I my_addr
Ĺ᤮롣
.TP
.B ENOENT
ե뤬¸ߤʤ
.TP
.B ENOMEM
ͥˡѲǽʥ꡼ʬˤʤ
.TP
.B ENOTDIR
ѥ̾ιǤǥ쥯ȥǤϤʤ
.TP
.B EROFS
å inode ɤ߹ѤΥե륷ƥˤ롣
.SH Х
ƩŪץ (transparent proxy) ץˤĤƵҤƤʤ
.SH 
SVr4, 4.4BSD
.RB ( bind ()
ؿ 4.2BSD Ǻǽ˸줿)
.\" SVr4 ˤ¾ˡ̤Υ顼
.\" .B ENOSR 
.\" ڤ Unix ɥᥤΥ顼
.\" .BR EIO ,
.\" .B EISDIR
.\" ˤĤƤεҤ롣
.SH 
.BR bind ()
λܤΰ (4.x BSD  libc4, libc5 Ʊͤ) ºݤˤ
.I int
Ǥ롣glibc ǤȤƤ븽ߤ
.I socklen_t
˴ؤơPOSIX ˤϾ𤬤롣
ܤ
.BR accept (2)
򻲾ȤΤȡ
.SH Ϣ
.BR accept (2),
.BR connect (2),
.BR getsockname (2),
.BR listen (2),
.BR path_resolution (2),
.BR socket (2),
.BR getaddrinfo (3),
.BR ip (7),
.BR ipv6 (7),
.BR socket (7),
.BR unix (7)