xref: /freebsd/lib/libsysdecode/sysdecode_sctp_sinfo_flags.3 (revision 6e1fc0118033f42b7c0d3623c8f67a89ebecabb2)
11e6455d8SMichael Tuexen.\"
21e6455d8SMichael Tuexen.\" Copyright (c) 2018 Michael Tuexen <tuexen@FreeBSD.org>
31e6455d8SMichael Tuexen.\" All rights reserved.
41e6455d8SMichael Tuexen.\"
51e6455d8SMichael Tuexen.\" Redistribution and use in source and binary forms, with or without
61e6455d8SMichael Tuexen.\" modification, are permitted provided that the following conditions
71e6455d8SMichael Tuexen.\" are met:
81e6455d8SMichael Tuexen.\" 1. Redistributions of source code must retain the above copyright
91e6455d8SMichael Tuexen.\"    notice, this list of conditions and the following disclaimer.
101e6455d8SMichael Tuexen.\" 2. Redistributions in binary form must reproduce the above copyright
111e6455d8SMichael Tuexen.\"    notice, this list of conditions and the following disclaimer in the
121e6455d8SMichael Tuexen.\"    documentation and/or other materials provided with the distribution.
131e6455d8SMichael Tuexen.\"
141e6455d8SMichael Tuexen.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
151e6455d8SMichael Tuexen.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
161e6455d8SMichael Tuexen.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
171e6455d8SMichael Tuexen.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
181e6455d8SMichael Tuexen.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
191e6455d8SMichael Tuexen.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
201e6455d8SMichael Tuexen.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
211e6455d8SMichael Tuexen.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
221e6455d8SMichael Tuexen.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
231e6455d8SMichael Tuexen.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
241e6455d8SMichael Tuexen.\" SUCH DAMAGE.
251e6455d8SMichael Tuexen.\"
261e6455d8SMichael Tuexen.Dd January 14, 2018
271e6455d8SMichael Tuexen.Dt sysdecode_sctp_sinfo_flags 3
281e6455d8SMichael Tuexen.Os
291e6455d8SMichael Tuexen.Sh NAME
301e6455d8SMichael Tuexen.Nm sysdecode_sctp_sinfo_flags
311e6455d8SMichael Tuexen.Nd output textual description of the sinfo_flags field of struct sctp_sndrcvinfo
321e6455d8SMichael Tuexen.Sh LIBRARY
331e6455d8SMichael Tuexen.Lb libsysdecode
341e6455d8SMichael Tuexen.Sh SYNOPSIS
351e6455d8SMichael Tuexen.In sysdecode.h
361e6455d8SMichael Tuexen.Ft void
371e6455d8SMichael Tuexen.Fn sysdecode_sctp_sinfo_flags "FILE *fp" "int sinfo_flags"
381e6455d8SMichael Tuexen.Sh DESCRIPTION
391e6455d8SMichael TuexenThe
401e6455d8SMichael Tuexen.Fn sysdecode_sctp_sinfo_flags
411e6455d8SMichael Tuexenfunction outputs a textual description of the
421e6455d8SMichael Tuexen.Fa sinfo_flags
431e6455d8SMichael Tuexenmember of a
441e6455d8SMichael Tuexen.Vt struct sctp_sndrcvinfo
451e6455d8SMichael Tuexento the stream
461e6455d8SMichael Tuexen.Fa fp .
471e6455d8SMichael TuexenIn particular, the embedded PR-SCTP policies are handled.
481e6455d8SMichael Tuexen.Sh SEE ALSO
49*6e1fc011SGraham Percival.Xr sysdecode 3 ,
501e6455d8SMichael Tuexen.Xr sysdecode_sctp_pr_policy 3
51