sctp_getassocid.3 (a47698f8d66e1eef4682e31d77b8f96c907461d5) | sctp_getassocid.3 (d8b5fd91b9011a1c21b7389e2dade6b9b1f6e425) |
---|---|
1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 28 unchanged lines hidden (view full) --- 37.Sh NAME 38.Nm sctp_getassocid 39.Nd return an association id for a specified socket address. 40.Sh LIBRARY 41.Lb libc 42.Sh SYNOPSIS 43.In sys/types.h 44.In sys/socket.h | 1.\" Copyright (c) 1983, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 28 unchanged lines hidden (view full) --- 37.Sh NAME 38.Nm sctp_getassocid 39.Nd return an association id for a specified socket address. 40.Sh LIBRARY 41.Lb libc 42.Sh SYNOPSIS 43.In sys/types.h 44.In sys/socket.h |
45.In netinet/sctp.h | 45.In sys/sctp.h |
46.Ft sctp_assoc_t 47.Fn sctp_getassocid "int s" "struct sockaddr *addr" 48.Sh DESCRIPTION 49The 50.Fn sctp_getassocid | 46.Ft sctp_assoc_t 47.Fn sctp_getassocid "int s" "struct sockaddr *addr" 48.Sh DESCRIPTION 49The 50.Fn sctp_getassocid |
51call attempts to look up the specified socket address | 51call attempts to lookup the specified socket address |
52.Fa addr 53and find the respective association identification. 54.Pp 55.Sh RETURN VALUES | 52.Fa addr 53and find the respective association identification. 54.Pp 55.Sh RETURN VALUES |
56The call returns the association id upon success and | 56The call returns the association id upon success and a |
570 is returned upon failure. 58.Sh ERRORS 59The 60.Fn sctp_getassocid | 570 is returned upon failure. 58.Sh ERRORS 59The 60.Fn sctp_getassocid |
61function can return the following errors: | 61function can return the following errors. |
62.Bl -tag -width Er 63.It Bq Er ENOENT 64The address does not have an association setup to it. 65.It Bq Er EBADF 66The argument 67.Fa s 68is not a valid descriptor. 69.It Bq Er ENOTSOCK 70The argument 71.Fa s 72is not a socket. 73.El 74.Sh SEE ALSO | 62.Bl -tag -width Er 63.It Bq Er ENOENT 64The address does not have an association setup to it. 65.It Bq Er EBADF 66The argument 67.Fa s 68is not a valid descriptor. 69.It Bq Er ENOTSOCK 70The argument 71.Fa s 72is not a socket. 73.El 74.Sh SEE ALSO |
75.Xr sctp 4 | 75.Xr sctp 4 , 76 |