LLC_UI_CONNECT
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
llc_ui_connect - Connect to a remote llc2 mac + sap.
SYNOPSIS
"SYNOPSIS"
int llc_ui_connect (struct socket * sock, struct sockaddr * uaddr, int addrlen, int flags);
ARGUMENTS
- sock
-
Socket which will be connected to the remote destination.
- uaddr
-
Remote and possibly the local address of the new connection.
- addrlen
-
Size of uaddr structure.
- flags
-
Operational flags specified by the user.
DESCRIPTION
Connect to a remote llc2 mac + sap. The caller must specify the
destination mac and address to connect to. If the user hasn't previously
called bind(2) with a smac the address of the first interface of the
specified arp type will be used.
This function will autobind if user did not previously call bind.
RETURNS
0 upon success, negative otherwise.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- RETURNS
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:25 GMT, October 09, 2005