Search

Search results

sys_socket.h(0p)

... Group" "POSIX Programmer's Manual" .\" .SH NAME sys/socket.h \- main sockets header .SH SYNOPSIS .LP \fB#include \fP .SH ... \fP Address family. \fB char sa_data[] \fP Socket address (variable-length data). \fB \fP .fi .RE .LP The \fBsockaddr\fP ...

Jeremy - Apr 25 2008 - 10:52 - 0 comments - 0 attachments

netlink(7)

... #include .B #include .B #include .BI "netlink_socket = socket(PF_NETLINK, " socket_type ", " netlink_family ); .fi .SH DESCRIPTION Netlink is used to ...

Jeremy - Apr 25 2008 - 10:51 - 0 comments - 0 attachments

struct_socket(9)

.\" Title: struct socket .\" Author: .\" Generator: DocBook XSL Stylesheets v1.70.1 .\" ... Source: Kernel Hackers Manual 2.6.22 .\" .TH "STRUCT SOCKET" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Linux Networking" .\" ... (adjust text to left margin only) .ad l .SH "NAME" struct socket \- general BSD socket .SH "SYNOPSIS" .sp .RS 3n .nf struct socket { ...

Jeremy - Jul 18 2007 - 22:23 - 0 comments - 0 attachments

bind(2)

... Portions extracted from /usr/include/sys/socket.h, which does not have .\" any authorship information in it. It is ... Programmer's Manual" .SH NAME bind \- bind a name to a socket .SH SYNOPSIS .nf .BR "#include " " /* See NOTES */" .B ... socklen_t " addrlen ); .fi .SH DESCRIPTION When a socket is created with .BR socket (2), it exists in a name space (address ...

Jeremy - Apr 25 2008 - 10:52 - 0 comments - 0 attachments

socketpair(3p)

... unspecified default protocol appropriate for the requested socket type. .TP 7 \fIsocket_vector\fP Specifies a 2-integer array to hold the file descriptors of the created socket pair. .sp .LP The \fItype\fP argument specifies the socket type, which ...

Jeremy - Apr 25 2008 - 10:51 - 0 comments - 0 attachments

listen(2)

... Manual" .SH NAME listen \- listen for connections on a socket .SH SYNOPSIS .nf .BR "#include " " /* See NOTES */" .br .B ... " backlog ); .fi .SH DESCRIPTION .BR listen () marks the socket referred to by .I sockfd as a passive socket, that is, as a socket that ...

Jeremy - Apr 25 2008 - 10:52 - 0 comments - 0 attachments

netdb.h(0p)

... \fB int ai_family \fP Address family of socket. \fB int ai_socktype \fP Socket type. \fB int ai_protocol \fP Protocol of socket. ...

Jeremy - Apr 25 2008 - 10:52 - 0 comments - 0 attachments

select(3p)

... the function would transfer data successfully. .LP If a socket has a pending error, it shall be considered to have an exceptional ... file type-specific. For a file descriptor for use with a socket, it is protocol-specific except as noted below. For other file types it ...

Jeremy - Apr 25 2008 - 10:52 - 0 comments - 0 attachments

getsockname(3p)

... be implemented on Linux. .SH NAME getsockname \- get the socket name .SH SYNOPSIS .LP \fB#include .br .sp int getsockname(int\fP ... shall retrieve the locally-bound name of the specified socket, store this address in the \fBsockaddr\fP structure pointed to by the ...

Jeremy - Apr 25 2008 - 10:51 - 0 comments - 0 attachments

sockatmark(3p)

... on Linux. .SH NAME sockatmark \- determine whether a socket is at the out-of-band mark .SH SYNOPSIS .LP \fB#include .br .sp int ... \fIsockatmark\fP() function shall determine whether the socket specified by the descriptor \fIs\fP is at the out-of-band data mark (see ...

Jeremy - Apr 25 2008 - 10:52 - 0 comments - 0 attachments