.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "LLC_UI_GETNAME" "" "06 October 2005" "" "" .SH NAME llc_ui_getname \- return the address info of a socket .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int llc_ui_getname (struct socket * \fIsock\fB, struct sockaddr * \fIuaddr\fB, int * \fIuaddrlen\fB, int \fIpeer\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsock\fB\fR Socket to get address of. .TP \fB\fIuaddr\fB\fR Address structure to return information. .TP \fB\fIuaddrlen\fB\fR Length of address structure. .TP \fB\fIpeer\fB\fR Does user want local or remote address information. .SH "DESCRIPTION" .PP Return the address information of a socket.