LLC_UI_CONNECT

Section: ()
Updated: 06 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 previously called bind(2) with a smac the user does not need to specify the source address and mac. 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: 04:40:54 GMT, October 06, 2005