sctp_bindx.3 (d8b5fd91b9011a1c21b7389e2dade6b9b1f6e425) sctp_bindx.3 (7c3768006d0adbe052143f13f0d969f422c9fd3e)
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.

--- 29 unchanged lines hidden (view full) ---

38.Sh NAME
39.Nm sctp_bindx
40.Nd bind or unbind an SCTP socket to a list of addresses.
41.Sh LIBRARY
42.Lb libc
43.Sh SYNOPSIS
44.In sys/types.h
45.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.

--- 29 unchanged lines hidden (view full) ---

38.Sh NAME
39.Nm sctp_bindx
40.Nd bind or unbind an SCTP socket to a list of addresses.
41.Sh LIBRARY
42.Lb libc
43.Sh SYNOPSIS
44.In sys/types.h
45.In sys/socket.h
46.In sys/sctp.h
46.In netinet/sctp.h
47.Ft int
48.Fn sctp_bindx "int s" "struct sockaddr *addrs" "int num" "int type"
49.Sh DESCRIPTION
50The
51.Fn sctp_bindx
52call binds or unbinds a address or a list of addresses to an
53SCTP endpoint. This allows a user to bind a subset of
54addresses. The

--- 55 unchanged lines hidden ---
47.Ft int
48.Fn sctp_bindx "int s" "struct sockaddr *addrs" "int num" "int type"
49.Sh DESCRIPTION
50The
51.Fn sctp_bindx
52call binds or unbinds a address or a list of addresses to an
53SCTP endpoint. This allows a user to bind a subset of
54addresses. The

--- 55 unchanged lines hidden ---